.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
  display: none;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
@font-face {
  font-display: swap;
  font-family: lightcase;
  src: url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/fonts/lightcase.eot?55356177);
  src: url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/fonts/lightcase.eot?55356177#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/fonts/lightcase.woff?55356177)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/fonts/lightcase.ttf?55356177)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/fonts/lightcase.svg?55356177#lightcase)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*="lightcase-icon-"]:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.lightcase-icon-play:before {
  content: "\e800";
}
.lightcase-icon-pause:before {
  content: "\e801";
}
.lightcase-icon-close:before {
  content: "\e802";
}
.lightcase-icon-prev:before {
  content: "\e803";
}
.lightcase-icon-next:before {
  content: "\e804";
}
.lightcase-icon-spin:before {
  content: "\e805";
}
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
#lightcase-loading > span,
a[class*="lightcase-icon-"] > span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 0.5);
    -moz-box-shadow: 0 0 30px rgb(0 0 0 / 0.5);
    -o-box-shadow: 0 0 30px rgb(0 0 0 / 0.5);
    box-shadow: 0 0 30px rgb(0 0 0 / 0.5);
    -webkit-backface-visibility: hidden;
  }
  html[data-lc-type="image"] #lightcase-content,
  html[data-lc-type="video"] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type="ajax"] #lightcase-content,
html[data-lc-type="error"] #lightcase-content,
html[data-lc-type="inline"] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"] #lightcase-case,
  html[data-lc-type="inline"] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
  html[data-lc-type="ajax"] #lightcase-content,
  html[data-lc-type="error"] #lightcase-content,
  html[data-lc-type="inline"] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="error"] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type="ajax"]
    #lightcase-content
    .lightcase-contentInner
    > :not(iframe),
  html[data-lc-type="error"]
    #lightcase-content
    .lightcase-contentInner
    > :not(iframe),
  html[data-lc-type="inline"]
    #lightcase-content
    .lightcase-contentInner
    > :not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  html.lightcase-isMobileDevice[data-lc-type="iframe"]
    #lightcase-content
    .lightcase-contentInner
    iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type="image"] #lightcase-content .lightcase-contentInner,
  html[data-lc-type="video"] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type="image"] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type="ajax"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type="error"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type="inline"]
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
  }
}
#lightcase-loading,
a[class*="lightcase-icon-"] {
  width: 1.123em;
  height: auto;
  line-height: 1;
  text-align: center;
  position: fixed;
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type="image"]):not([data-lc-type="video"]):not(
      [data-lc-type="flash"]
    ):not([data-lc-type="error"])
    #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: #fff0;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"] {
  z-index: 9999;
  font-size: 38px;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}
a[class*="lightcase-icon-"],
a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: rgb(255 255 255 / 0.6);
  -webkit-tap-highlight-color: #fff0;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
  text-shadow: none;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0;
}
a[class*="lightcase-icon-"].lightcase-icon-prev {
  left: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-next {
  right: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-pause,
a[class*="lightcase-icon-"].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (max-width: 640px) {
  a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"].lightcase-icon-pause,
  a[class*="lightcase-icon-"].lightcase-icon-play {
    opacity: 0;
  }
  a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-case:hover ~ a[class*="lightcase-icon-"],
  a[class*="lightcase-icon-"]:hover {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.nice-select {
  -webkit-tap-highlight-color: #fff0;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(68 68 68 / 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  background-color: #fff0;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.html)
    50% bottom repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.html)
    50% 50% repeat-x;
  color: #fff;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_glass_85_dfeffc_1x400.html)
    50% 50% repeat-x;
  font-weight: 700;
  color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_glass_75_d0e5f5_1x400.html)
    50% 50% repeat-x;
  font-weight: 700;
  color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #1d5987;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.html)
    50% 50% repeat-x;
  font-weight: 700;
  color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec
    url(../../plugins/quarter-addon/assets/css/images/ui-bg_glass_95_fef1ec_1x400.html)
    50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_469bdd_256x240.html);
}
.ui-widget-header .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_d8e7f3_256x240.html);
}
.ui-state-default .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_6da8d5_256x240.html);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_217bc0_256x240.html);
}
.ui-state-active .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_f9bd01_256x240.html);
}
.ui-state-highlight .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_2e83ff_256x240.html);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../../plugins/quarter-addon/assets/css/images/ui-icons_cd0a0a_256x240.html);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.premium-title-container .premium-title-header {
  position: relative;
  margin: 0;
  padding: 10px;
}
.premium-title-container .premium-title-header:not(.premium-title-style7) {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.premium-title-container .premium-title-header svg {
  width: 40px;
  height: 40px;
}
.premium-title-container .premium-title-header img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.premium-title-container .premium-title-header a {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
.premium-title-container .premium-lottie-animation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-title-icon-row .premium-title-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.premium-title-icon-row-reverse .premium-title-icon {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.premium-title-flex-start .premium-title-header {
  text-align: left;
}
.premium-title-center .premium-title-header {
  text-align: center;
}
.premium-title-flex-end .premium-title-header {
  text-align: right;
}
.premium-title-style3,
.premium-title-style4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-title-style1,
.premium-title-style2,
.premium-title-style5,
.premium-title-style6,
.premium-title-style8,
.premium-title-style9 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.premium-title-style7 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.premium-title-style7 .premium-title-style7-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.premium-title-style1 {
  border-width: 0;
  -webkit-border-start: 3px solid #6ec1e4;
  border-inline-start: 3px solid #6ec1e4;
}
.premium-title-container.style2,
.premium-title-container.style4,
.premium-title-container.style5,
.premium-title-container.style6 {
  border-bottom: 3px solid #6ec1e4;
}
.premium-title-style6:before {
  position: absolute;
  inset-inline-start: 50%;
  bottom: 0;
  -webkit-margin-start: -2px;
  margin-inline-start: -2px;
  content: "";
  border: 3px solid transparent;
}
.premium-title-style7-stripe-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-title-style7:before {
  display: none;
}
.premium-title-style8 .premium-title-text[data-animation="shiny"] {
  background-size: 125px !important;
  color: rgba(255, 255, 255, 0);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-animation-name: pa-shinny-text !important;
  animation-name: pa-shinny-text !important;
  -webkit-animation-duration: var(--animation-speed) !important;
  animation-duration: var(--animation-speed) !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  background: var(--base-color) -webkit-gradient(
      linear,
      left top,
      right top,
      from(var(--base-color)),
      to(var(--base-color)),
      color-stop(0.5, var(--shiny-color))
    ) 0 0 no-repeat;
}
@keyframes pa-shinny-text {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}
.premium-title-style9[data-animation-blur="process"]
  .premium-title-style9-letter {
  -webkit-animation: pa-blur-shadow 2s 1 alternate;
  animation: pa-blur-shadow 2s 1 alternate;
}
@-webkit-keyframes pa-blur-shadow {
  from {
    text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
    color: transparent;
  }
  to {
    text-shadow: 0;
  }
}
@keyframes pa-blur-shadow {
  from {
    text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
    color: transparent;
  }
  to {
    text-shadow: 0;
  }
}
.premium-title-gradient-yes .premium-title-icon,
.premium-title-gradient-yes .premium-title-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
  background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
  -webkit-animation: pa-text-gradient 8s infinite;
  animation: pa-text-gradient 8s infinite;
}
.premium-title-noise-yes .premium-title-text {
  position: relative;
}
.premium-title-noise-yes .premium-title-text::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #00f;
  top: 0;
  background: 0 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
  width: 100%;
  height: 100%;
}
.premium-title-noise-yes .premium-title-text::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  background: 0 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
  width: 100%;
  height: 100%;
}
.premium-title-clipped .premium-title-text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@-webkit-keyframes pa-text-gradient {
  0%,
  100% {
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes pa-text-gradient {
  0%,
  100% {
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes pa-noise-anim-1 {
  0% {
    clip: rect(52px, 9999px, 205px, 0);
  }
  5% {
    clip: rect(88px, 9999px, 185px, 0);
  }
  10% {
    clip: rect(81px, 9999px, 55px, 0);
  }
  15% {
    clip: rect(38px, 9999px, 260px, 0);
  }
  20% {
    clip: rect(62px, 9999px, 220px, 0);
  }
  25% {
    clip: rect(5px, 9999px, 262px, 0);
  }
  30% {
    clip: rect(9px, 9999px, 158px, 0);
  }
  35% {
    clip: rect(17px, 9999px, 286px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 238px, 0);
  }
  45% {
    clip: rect(9px, 9999px, 21px, 0);
  }
  50% {
    clip: rect(94px, 9999px, 128px, 0);
  }
  55% {
    clip: rect(53px, 9999px, 182px, 0);
  }
  60% {
    clip: rect(2px, 9999px, 122px, 0);
  }
  65% {
    clip: rect(24px, 9999px, 135px, 0);
  }
  70% {
    clip: rect(45px, 9999px, 99px, 0);
  }
  75% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  80% {
    clip: rect(9px, 9999px, 156px, 0);
  }
  85% {
    clip: rect(56px, 9999px, 147px, 0);
  }
  90% {
    clip: rect(53px, 9999px, 164px, 0);
  }
  95% {
    clip: rect(86px, 9999px, 63px, 0);
  }
  100% {
    clip: rect(63px, 9999px, 81px, 0);
  }
}
@keyframes pa-noise-anim-1 {
  0% {
    clip: rect(52px, 9999px, 205px, 0);
  }
  5% {
    clip: rect(88px, 9999px, 185px, 0);
  }
  10% {
    clip: rect(81px, 9999px, 55px, 0);
  }
  15% {
    clip: rect(38px, 9999px, 260px, 0);
  }
  20% {
    clip: rect(62px, 9999px, 220px, 0);
  }
  25% {
    clip: rect(5px, 9999px, 262px, 0);
  }
  30% {
    clip: rect(9px, 9999px, 158px, 0);
  }
  35% {
    clip: rect(17px, 9999px, 286px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 238px, 0);
  }
  45% {
    clip: rect(9px, 9999px, 21px, 0);
  }
  50% {
    clip: rect(94px, 9999px, 128px, 0);
  }
  55% {
    clip: rect(53px, 9999px, 182px, 0);
  }
  60% {
    clip: rect(2px, 9999px, 122px, 0);
  }
  65% {
    clip: rect(24px, 9999px, 135px, 0);
  }
  70% {
    clip: rect(45px, 9999px, 99px, 0);
  }
  75% {
    clip: rect(75px, 9999px, 22px, 0);
  }
  80% {
    clip: rect(9px, 9999px, 156px, 0);
  }
  85% {
    clip: rect(56px, 9999px, 147px, 0);
  }
  90% {
    clip: rect(53px, 9999px, 164px, 0);
  }
  95% {
    clip: rect(86px, 9999px, 63px, 0);
  }
  100% {
    clip: rect(63px, 9999px, 81px, 0);
  }
}
@-webkit-keyframes pa-noise-anim-2 {
  0% {
    clip: rect(14px, 9999px, 164px, 0);
  }
  5% {
    clip: rect(19px, 9999px, 120px, 0);
  }
  10% {
    clip: rect(17px, 9999px, 29px, 0);
  }
  15% {
    clip: rect(46px, 9999px, 208px, 0);
  }
  20% {
    clip: rect(28px, 9999px, 192px, 0);
  }
  25% {
    clip: rect(64px, 9999px, 129px, 0);
  }
  30% {
    clip: rect(58px, 9999px, 249px, 0);
  }
  35% {
    clip: rect(18px, 9999px, 272px, 0);
  }
  40% {
    clip: rect(61px, 9999px, 199px, 0);
  }
  45% {
    clip: rect(63px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(59px, 9999px, 251px, 0);
  }
  55% {
    clip: rect(20px, 9999px, 117px, 0);
  }
  60% {
    clip: rect(49px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(70px, 9999px, 16px, 0);
  }
  70% {
    clip: rect(70px, 9999px, 115px, 0);
  }
  75% {
    clip: rect(82px, 9999px, 50px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 251px, 0);
  }
  85% {
    clip: rect(76px, 9999px, 92px, 0);
  }
  90% {
    clip: rect(2px, 9999px, 186px, 0);
  }
  95% {
    clip: rect(9px, 9999px, 285px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 189px, 0);
  }
}
@keyframes pa-noise-anim-2 {
  0% {
    clip: rect(14px, 9999px, 164px, 0);
  }
  5% {
    clip: rect(19px, 9999px, 120px, 0);
  }
  10% {
    clip: rect(17px, 9999px, 29px, 0);
  }
  15% {
    clip: rect(46px, 9999px, 208px, 0);
  }
  20% {
    clip: rect(28px, 9999px, 192px, 0);
  }
  25% {
    clip: rect(64px, 9999px, 129px, 0);
  }
  30% {
    clip: rect(58px, 9999px, 249px, 0);
  }
  35% {
    clip: rect(18px, 9999px, 272px, 0);
  }
  40% {
    clip: rect(61px, 9999px, 199px, 0);
  }
  45% {
    clip: rect(63px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(59px, 9999px, 251px, 0);
  }
  55% {
    clip: rect(20px, 9999px, 117px, 0);
  }
  60% {
    clip: rect(49px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(70px, 9999px, 16px, 0);
  }
  70% {
    clip: rect(70px, 9999px, 115px, 0);
  }
  75% {
    clip: rect(82px, 9999px, 50px, 0);
  }
  80% {
    clip: rect(25px, 9999px, 251px, 0);
  }
  85% {
    clip: rect(76px, 9999px, 92px, 0);
  }
  90% {
    clip: rect(2px, 9999px, 186px, 0);
  }
  95% {
    clip: rect(9px, 9999px, 285px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 189px, 0);
  }
}
@-webkit-keyframes pa-shinny-text {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
@keyframes pa-shinny-text {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
.premium-title-bg-text:before {
  position: absolute;
  content: attr(data-background);
  top: 0;
  left: 0;
  text-align: left;
}
.premium-bg-text-yes .elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.premium-mask-yes .premium-mask-span {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.premium-mask-yes .premium-mask-span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.premium-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-button svg:not(.premium-btn-svg),
.premium-image-button svg:not(.premium-btn-svg) {
  width: 30px;
  height: 30px;
}
.premium-btn-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
  background-color: #eee;
  color: #042551;
  margin: 0;
  text-decoration: none;
}
.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.premium-btn-sm:hover {
  background-color: #54595f;
  color: #eee;
}
div[class*="elementor-widget-premium"] .premium-btn-sm {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1;
}
div[class*="elementor-widget-premium"]
  .premium-btn-sm.premium-button-line6::after {
  padding: 12px 24px;
}
div[class*="elementor-widget-premium"] .premium-btn-md {
  padding: 14px 26px;
  font-size: 16px;
  line-height: 1.2;
}
div[class*="elementor-widget-premium"]
  .premium-btn-md.premium-button-line6::after {
  padding: 14px 26px;
}
div[class*="elementor-widget-premium"] .premium-btn-lg {
  padding: 16px 28px;
  font-size: 18px;
  line-height: 1.3333;
}
div[class*="elementor-widget-premium"]
  .premium-btn-lg.premium-button-line6::after {
  padding: 16px 28px;
}
div[class*="elementor-widget-premium"] .premium-btn-block {
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
div[class*="elementor-widget-premium"]
  .premium-btn-block.premium-button-line6::after {
  padding: 20px 0;
}
.premium-button-text {
  display: inline-block;
  width: 100%;
}
.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.premium-mouse-detect-yes
  .premium-button-style6:hover
  .premium-button-style6-bg {
  width: 225%;
  height: 560px;
}
.premium-mouse-detect-yes .premium-button-style6:before {
  width: 0;
  height: 0;
}
.premium-loader {
  border: 3px solid #f3f3f3;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid;
  border-top-color: #bbb;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.premium-svg-drawer *,
.premium-svg-nodraw * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: stroke, fill, background-color !important;
  transition-property: stroke, fill, background-color !important;
}
.premium-svg-drawer .no-transition,
.premium-svg-nodraw .no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.premium-svg-drawer * {
  stroke-width: 15px;
  stroke: #000;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.premium-error-notice {
  width: 100%;
  padding: 10px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  text-align: center;
}
.premium-error-notice a {
  color: #252c59;
}
.premium-addons__v-hidden {
  visibility: hidden;
  opacity: 0;
}
.directorist-account-block-logged-mode {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-account-block-logged-mode .avatar {
  border-radius: 50%;
  cursor: pointer;
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: var(--directorist-color-white);
  left: 0;
  top: 62px;
  min-width: 190px;
  border-radius: 5px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 20px rgb(136 140 158 / 0.2);
  box-shadow: 0 5px 20px rgb(136 140 158 / 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation.show {
  opacity: 1;
  visibility: visible;
  z-index: 1031;
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation
  ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation
  ul
  li
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px 7px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 20px;
  color: var(--directorist-color-body);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation
  ul
  li
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation
  ul
  li
  a:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-account-block-logged-mode
  .directorist-account-block-logged-mode__navigation
  ul
  li
  a
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-body);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.directorist-account-block-logged-mode__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.directorist-account-block-logged-mode__overlay.show {
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1030;
}
.directorist-account-block-authentication-modal .modal-content {
  border-radius: 8px;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 0 none;
}
.directorist-account-block-authentication-modal .modal-dialog {
  max-width: 450px;
  margin: 1.75rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .directorist-account-block-authentication-modal .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
.directorist-account-block-authentication-modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--directorist-color-white);
  background-clip: padding-box;
  border-radius: 8px;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 0 none;
  outline: 0;
}
.directorist-account-block-authentication-modal .modal-header {
  padding: 12px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--directorist-color-light);
}
.directorist-account-block-authentication-modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--directorist-color-dark);
}
.directorist-account-block-authentication-modal
  .modal-header
  .directorist-account-block-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0;
  border: 0 none;
  background-color: var(--directorist-color-bg-light);
  cursor: pointer;
}
.directorist-account-block-authentication-modal
  .modal-header
  .directorist-account-block-close:hover
  span {
  color: var(--directorist-color-danger);
}
.directorist-account-block-authentication-modal
  .modal-header
  .directorist-account-block-close
  span {
  font-size: 1.125rem;
  line-height: normal;
  color: var(--directorist-color-dark);
}
.directorist-account-block-authentication-modal .modal-body {
  padding: 0;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-wrap {
  padding: 20px 30px 30px;
}
@media only screen and (max-width: 375px) {
  .directorist-account-block-authentication-modal
    .directorist-account-block-modal-wrap {
    padding: 20px;
  }
}
.directorist-account-block-authentication-modal
  .directorist-account-block-login-info {
  padding: 15px 20px;
  border-radius: 8px;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-login-info.alert-success {
  border: 0 none;
  background-color: rgba(var(--directorist-color-success-rgb), 0.15);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-login-info
  ul {
  margin-bottom: 0;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-login-info
  ul
  li
  .directorist-account-block-login-info__label {
  display: inline-block;
  margin-right: 20px;
  color: var(--directorist-color-dark);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-login-info
  ul
  li
  .directorist-account-block-login-info__text {
  color: var(--directorist-color-success);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-register-btn
  .directorist-btn {
  width: 100%;
  border-radius: 8px;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-register-btn
  .directorist-btn:hover {
  color: var(--directorist-color-primary);
  background-color: #fff0;
}
.directorist-account-block-authentication-modal .directorist-form-group label {
  margin-bottom: 3px;
  color: var(--directorist-color-dark);
}
.directorist-account-block-authentication-modal
  .directorist-form-group
  .directorist-form-element {
  border: 1px solid var(--directorist-color-light);
  border-radius: 6px;
  padding: 0 20px;
}
.directorist-account-block-authentication-modal
  .directorist-form-group
  .directorist-form-element:focus {
  border-radius: 0;
  border-color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal
  .directorist-form-group.atbd_login_btn_wrapper
  .directorist-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  line-height: 1;
}
.directorist-account-block-authentication-modal
  .directorist-form-group.atbd_login_btn_wrapper
  .directorist-btn:hover {
  background-color: #fff0;
  color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-password-activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 375px) {
  .directorist-account-block-authentication-modal
    .directorist-account-block-password-activity {
    display: block;
  }
}
.directorist-account-block-authentication-modal
  .directorist-account-block-password-activity
  p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .directorist-account-block-authentication-modal
    .directorist-account-block-password-activity
    p {
    margin: 5px 0 0;
  }
}
.directorist-account-block-authentication-modal
  .directorist-account-block-password-activity
  p
  a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-password-activity
  p
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 375px) {
  .directorist-account-block-authentication-modal
    .directorist-account-block-social-login {
    display: block;
  }
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login
  button {
  min-height: 46px;
  padding: 10px 30px;
  border-radius: 6px;
  margin: 5px;
  border: 1px solid var(--directorist-color-light);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 8px;
  cursor: pointer;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login
  button
  img {
  width: 20px;
  height: 20px;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login
  button:hover {
  opacity: 0.8;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login
  button.fb-login {
  color: #fff;
  border-color: #1877f2;
  background-color: #1877f2;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-social-login
  button.fb-google {
  color: var(--directorist-color-closed-badge);
  border-color: var(--directorist-color-closed-badge);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom {
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  background-color: var(--directorist-color-bg-light);
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom
  button {
  border: none;
  text-decoration: none;
  display: inline-block;
  color: var(--directorist-color-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff0;
  cursor: pointer;
  font-size: 15px;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom
  button:hover {
  color: var(--directorist-color-primary);
  opacity: 0.8;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom
  .message {
  padding: 15px 30px;
  text-align: center;
}
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom
  .directory_regi_btn,
.directorist-account-block-authentication-modal
  .directorist-account-block-modal-bottom
  .directory_login_btn {
  font-size: 1.0625rem;
  color: var(--directorist-color-body);
}
.directorist-account-block-authentication-modal #recover-pass-modal {
  margin: 0 !important;
  padding: 0;
}
.directorist-account-block-authentication-modal
  #recover-pass-modal
  .directorist-btn {
  font-size: 14px;
  margin-top: 15px;
}
.directorist-account-block-authentication-modal
  #recover-pass-modal
  .directorist-form-element
  + p {
  margin-bottom: 0;
}
.directorist-account-block-authentication-modal #recover-pass-modal fieldset {
  width: auto;
  border: none;
  padding: 0 30px 30px;
  color: var(--directorist-color-body);
}
.directorist-account-block-authentication-modal #recover-pass-modal fieldset p {
  margin-top: 0;
  font-size: 16px;
}
.directorist-account-block-authentication-modal
  #recover-pass-modal
  fieldset
  .directorist-form-element {
  padding: 5px 20px;
}
.directorist-account-block-authentication-modal
  #recover-pass-modal
  fieldset
  .directorist-btn {
  border-radius: 6px;
}
.directorist-account-block-authentication-modal
  #recover-pass-modal
  fieldset
  .directorist-btn:hover {
  background-color: #fff0;
  color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal .error_login {
  padding: 10px 30px 0;
  text-align: center;
}
.directorist-account-block-authentication-modal .error_login .success {
  color: var(--directorist-color-warning);
}
.directorist-account-block-authentication-modal
  .directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal .directorist-form-required {
  line-height: normal;
}
.directorist-account-block-authentication-modal .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(var(--directorist-color-dark-rgb), 0.4);
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication {
  width: 100%;
  margin-left: 0;
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  .directorist-authentication__form {
  padding: 30px 25px 25px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff0;
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  .directorist-authentication__form
  .directorist-form-element {
  border: none;
  padding: 15px 0;
  border-radius: 0;
  border-bottom: 1px solid #ececec;
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  .directorist-authentication__form
  .directorist-form-element:focus {
  border-color: var(--directorist-color-primary);
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  .directorist-authentication__form
  .directorist-authentication__form__btn:hover {
  color: var(--directorist-color-white);
  background-color: rgba(var(--directorist-color-primary-rgb), 0.8);
}
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  p.status,
.directorist-account-block-authentication-modal
  #directorist-account-block-login-modal
  .directorist-authentication
  .directorist-register-error {
  margin-top: 0;
}
.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-directorist-account-block-directorist-account-block[style*="text-decoration"]
  .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-directorist-account-block-directorist-account-block.has-custom-width {
  max-width: none;
}
.wp-block-directorist-account-block-directorist-account-block.has-custom-width
  .wp-block-button__link {
  width: 100%;
}
.wp-block-directorist-account-block-directorist-account-block.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-directorist-account-block-directorist-account-block.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-directorist-account-block-directorist-account-block.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-directorist-account-block-directorist-account-block.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-directorist-account-block-directorist-account-block.wp-block-button__width-100 {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.wp-block-directorist-account-block-directorist-account-block.is-style-squared,
.wp-block-directorist-account-block-directorist-account-block__link.wp-block-directorist-account-block-directorist-account-block.is-style-squared {
  border-radius: 0;
}
.wp-block-directorist-account-block-directorist-account-block.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block.is-style-outline
      > .wp-block-button__link
  ),
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block
      .wp-block-button__link.is-style-outline
  ) {
  border: 2px solid currentColor;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ),
:root
  :where(
    .wp-block-directorist-account-block-directorist-account-block
      .wp-block-button__link.is-style-outline:not(.has-background)
  ) {
  background-color: #fff0;
  background-image: none;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: #fff0;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: #fff0;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgb(51 181 229 / 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
  display: none;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgb(255 255 255 / 0.5);
}
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(../../plugins/directorist/assets/vendor-css/openstreet-map/images/layers.html);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../plugins/directorist/assets/vendor-css/openstreet-map/images/layers-2x.html);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(../../plugins/directorist/assets/vendor-css/openstreet-map/images/marker-icon.html);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgb(255 255 255 / 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgb(255 255 255 / 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgb(0 0 0 / 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgb(0 0 0 / 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: #fff0;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid #fff0;
  background: #fff0;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
#map {
  width: 800px;
  height: 600px;
  border: 1px solid #ccc;
}
code {
  color: brown;
}
#progress {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 400px;
  top: 300px;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  background-color: #fff;
  background-color: rgb(255 255 255 / 0.7);
  border-radius: 4px;
  padding: 2px;
}
#progress-bar {
  width: 0;
  height: 100%;
  background-color: #76a6fc;
  border-radius: 4px;
}
.italic {
  font-style: italic;
}
.buttonsTable {
  border: 1px solid grey;
  border-collapse: collapse;
}
.buttonsTable td,
.buttonsTable th {
  padding: 0.5em;
  border: 1px solid grey;
}
.version-disabled {
  text-decoration: line-through;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  padding-right: 5px;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 #fff0 #fff0 #fff0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff0 #fff0 #888 #fff0;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: #fff0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 #fff0 #fff0 #fff0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: #fff0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff0 #fff0 #888 #fff0;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid #fff0;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.ez-media-uploader {
  position: relative;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 250px;
  border: 2px dashed #ccc;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.ezmu__old-files,
.ezmu-dictionary {
  display: none;
}
.ezmu__media-picker-section,
.ezmu__preview-section,
.ezmu__status-section {
  display: none;
  width: 100%;
}
.ezmu__drop-zone-section {
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  background: #f2f2f2;
}
.ezmu__media-picker-section.show,
.ezmu__preview-section.show,
.ezmu__status-section.show {
  display: block;
}
.ezmu__media-picker-section.ezmu--show,
.ezmu__preview-section.ezmu--show,
.ezmu__status-section.ezmu--show {
  display: block;
}
.ez-media-uploader.highlight {
  border-color: #2b2b2b;
}
.ez-media-uploader.highlight *,
.ez-media-uploader.drag-enter * {
  pointer-events: none;
}
.ez-media-uploader.highlight .ezmu__drop-zone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ezmu__media-picker-controls {
  text-align: center;
}
.ezmu__media-picker-icon-wrap-upload {
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
.ezmu__media-picker-icon-wrap-avater {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: bottom;
}
.ezmu__icon {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
  filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
}
.ezmu-icon-upload {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/cloud-upload-alt-solid.svg);
}
.ezmu-icon-avater {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/user-alt-solid.svg);
}
.ezmu__media-picker-buttons {
  margin-top: 20px;
  text-align: center;
}
.ezmu__upload-button-wrap {
  display: inline-block;
}
input[type="file"].ezmu__file-input {
  display: none;
}
input[type="file"].ezmu__file-input + .ezmu__input-label {
  cursor: pointer;
}
.ezmu__btn {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  background-color: #2b2b2b;
  background-color: #fff;
  color: #2b2b2b;
  -webkit-box-shadow: 0 12px 8px -10px#ccc;
  box-shadow: 0 12px 8px -10px#ccc;
}
.ezmu__btn:hover {
  color: #fff;
  background-color: #007bff;
}
.ezmu__loading-section {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -99;
}
.ezmu__loading-section.ezmu--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.ezmu__loading-icon {
  font-size: 4rem;
}
.ezmu__loading-icon-img {
  width: 64px;
  height: auto;
  -webkit-animation: ezmuSpin linear infinite 2s;
  animation: ezmuSpin linear infinite 2s;
}
.ezmu__loading-icon-img-bg {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/spinner-solid.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain;
  -webkit-animation: ezmuSpin linear infinite 2s;
  animation: ezmuSpin linear infinite 2s;
}
@-webkit-keyframes ezmuSpin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ezmuSpin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ezmu__thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.ezmu__thumbnail-list-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-width: calc(50% - 7.5px);
  -ms-flex-preferred-size: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
}
.ezmu__featured_tag {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  background-color: rgb(255 255 255 / 0.8);
}
.ezmu__thumbnail-list-item_front {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ezmu__thumbnail-front-item {
  position: absolute;
}
.ezmu__front-item__close {
  right: 5px;
  top: 5px;
}
.ezmu__front-item__close-icon {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color ease-in 0.2s;
  -o-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  background-color: rgb(255 255 255 / 0.8);
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/times-solid-dark.svg);
  background-repeat: no-repeat !important;
  background-size: 8px;
  background-position: center;
}
.ezmu__front-item__close-icon:hover {
  color: #fff;
  background-color: rgb(255 0 0 / 0.7);
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/times-solid-light.svg);
}
.ezmu__front-item__close-icon-img {
  width: 12px;
}
.ezmu__front-item__close-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.ezmu__front-item__featured {
  display: none;
  top: 5px;
  left: 5px;
}
.ezmu__front-item__featured.ezmu--show {
  display: block;
}
.ezmu__front-item__featured-text {
  position: static;
  background-color: rgb(255 255 255 / 0.8);
  padding: 5px 10px;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
}
.ezmu__front-item__thumbnail-size {
  bottom: 5px;
  right: 5px;
}
.ezmu__front-item__thumbnail-size-text {
  position: static;
  display: inline-block;
  background-color: rgb(255 255 255 / 0.8);
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
}
.ezmu__front-item__thumbnail-size-text.has-error {
  color: #fff;
  background-color: rgb(255 32 32 / 0.8);
}
.ezmu__front-item__sort-buttons {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.ezmu__front-item__sort-button {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-transition: background-color ease-in 0.1s;
  -o-transition: background-color ease-in 0.1s;
  transition: background-color ease-in 0.1s;
  background-color: rgb(255 255 255 / 0.8);
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: 12px;
  font-size: 10px;
}
.ezmu__front-item__sort-button.ezmu--sort-up {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/chevron-right-solid.svg);
  border-radius: 0 3px 3px 0;
}
.ezmu__front-item__sort-button.ezmu--sort-down {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/chevron-left-solid.svg);
  border-radius: 3px 0 0 3px;
}
.ezmu__front-item__sort-button:hover {
  background-color: rgb(255 255 255);
}
.ezmu__front-item__sort-button-skin {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.ezmu__thumbnail-list-item_back {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d4d4d4;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .ezmu__thumbnail-list-item_back {
    width: 100px;
    height: 100px;
  }
}
.ezmu__thumbnail-img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.ezmu__thumbnail-img-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: 100px 100px;
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/file-solid.svg);
}
.ezmu__thumbnail-icon {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
  min-width: 140px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__thumbnail-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__front-item__close {
  top: unset;
  right: unset;
  bottom: 10px;
  left: 50%;
  -webkit-transform: scale(0.9) translateX(-50%);
  -ms-transform: scale(0.9) translateX(-50%);
  transform: scale(0.9) translateX(-50%);
}
.ezmu__info-list {
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.ezmu__info-list-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  color: #777;
  font-size: 14px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.ezmu__info-list-item::before {
  content: " ";
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/info-solid.svg);
  background-color: #c4c4c4;
  vertical-align: top;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.ezmu__info-list-item.is-featured {
  color: #1aa663;
}
.ezmu__info-list-item.is-featured::before {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
  background-color: #1aa663;
}
.ezmu__info-list-item.has-error {
  color: #f25454;
}
.ezmu__info-list-item.has-error::before {
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
  background-color: #f25454;
}
.ezmu_alert {
  margin: 10px auto;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  color: gray;
  background-color: #fff;
}
.ezmu_alert_error {
  color: #600000;
  background-color: #fbb;
}
.ezmu__titles-area {
  display: block;
}
.ezmu__title-1,
.ezmu__title-2,
.ezmu__title-3 {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.ezmu__title-1 {
  font-size: 2rem;
}
.ezmu__title-2 {
  font-size: 1.5rem;
}
.ezmu__title-3 {
  font-size: 1.2rem;
}
@font-face {
  font-display: swap;
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #fff0;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgb(0 0 0 / 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: #000;
  -ms-filter: "alpha(opacity=40)";
  background-color: rgb(0 0 0 / 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: 0;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8cd4f5;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgb(128 179 235 / 0.5), inset 0 0 0 1px rgb(0 0 0 / 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #c1c1c1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgb(197 205 211 / 0.8) 0 0 2px,
    rgb(0 0 0 / 0.0470588) 0 0 0 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: #fff0;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button="false"] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgb(165 220 134 / 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation="pop"] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation="pop"] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*! * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/) * Copyright 2015 Daniel Cardoso <@DanielCardoso> * Licensed under MIT */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
} /*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-4.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[4]!./assets/src/scss/layout/public/main-style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes atbd_spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes atbd_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes atbd_spin2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes atbd_spin2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-webkit-keyframes atbd_scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.reset-pseudo-link:active,
.reset-pseudo-link:focus,
.reset-pseudo-link:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cptm-shortcodes {
  max-height: 300px;
  overflow: scroll;
}
.directorist-center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-center-content-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.directorist-center-content,
.directorist-center-content-inline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-text-right {
  text-align: right;
}
.directorist-text-left {
  text-align: left;
}
.directorist-mt-0 {
  margin-top: 0 !important;
}
.directorist-mt-5 {
  margin-top: 5px !important;
}
.directorist-mt-10 {
  margin-top: 10px !important;
}
.directorist-mt-15 {
  margin-top: 15px !important;
}
.directorist-mt-20 {
  margin-top: 20px !important;
}
.directorist-mt-30 {
  margin-top: 30px !important;
}
.directorist-mb-0 {
  margin-bottom: 0 !important;
}
.directorist-mb-25 {
  margin-bottom: 25px !important;
}
.directorist-mb-n20 {
  margin-bottom: -20px !important;
}
.directorist-mb-10 {
  margin-bottom: 10px !important;
}
.directorist-mb-15 {
  margin-bottom: 15px !important;
}
.directorist-mb-20 {
  margin-bottom: 20px !important;
}
.directorist-mb-30 {
  margin-bottom: 30px !important;
}
.directorist-mb-35 {
  margin-bottom: 35px !important;
}
.directorist-mb-40 {
  margin-bottom: 40px !important;
}
.directorist-mb-50 {
  margin-bottom: 50px !important;
}
.directorist-mb-70 {
  margin-bottom: 70px !important;
}
.directorist-mb-80 {
  margin-bottom: 80px !important;
}
.directorist-pb-100 {
  padding-bottom: 100px !important;
}
.directorist-w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.directorist-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-justify-content-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.directorist-justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.directorist-justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-display-none {
  display: none;
}
.directorist-icon-mask:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--directorist-color-dark);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--directorist-icon);
  mask-image: var(--directorist-icon);
}
.directorist-error__msg {
  color: var(--directorist-color-danger);
  font-size: 14px;
}
.entry-content .directorist-search-contents {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-content-module {
  border: 1px solid var(--directorist-color-border);
}
.directorist-content-module__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .directorist-content-module__title {
    padding: 20px;
  }
}
.directorist-content-module__title h2 {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.directorist-content-module__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
  padding: 30px 40px 40px;
  border-top: 1px solid var(--directorist-color-border);
}
@media (max-width: 480px) {
  .directorist-content-module__contents {
    padding: 20px;
  }
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-wrap {
  margin-top: -30px;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-tabs {
  position: relative;
  bottom: -7px;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-tabs
  .wp-switch-editor {
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 5px 10px 12px;
  background: #fff0;
  color: var(--directorist-color-body);
}
.directorist-content-module__contents
  .directorist-form-description-field
  .html-active
  .switch-html,
.directorist-content-module__contents
  .directorist-form-description-field
  .tmce-active
  .switch-tmce {
  background-color: #f6f7f7;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-container {
  border: none;
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-container
  input {
  background: transparent !important;
  color: var(--directorist-color-body) !important;
  border-color: var(--directorist-color-border);
}
.directorist-content-module__contents
  .directorist-form-description-field
  .wp-editor-area {
  border: none;
  resize: none;
  min-height: 238px;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-top-part:before {
  display: none;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-stack-layout {
  border: none;
  padding: 0;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-toolbar-grp,
.directorist-content-module__contents
  .directorist-form-description-field
  .quicktags-toolbar {
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-toolbar
  .mce-ico {
  color: var(--directorist-color-body);
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-toolbar
  .mce-btn-group
  .mce-btn.mce-listbox,
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-toolbar
  .mce-btn
  button {
  background: #fff0;
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-toolbar
  .mce-menubtn.mce-fixed-width
  span.mce-txt {
  color: var(--directorist-color-body);
}
.directorist-content-module__contents
  .directorist-form-description-field
  .mce-statusbar {
  display: none;
}
.directorist-content-module__contents
  .directorist-form-description-field
  #wp-listing_content-editor-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-content-module__contents
  .directorist-form-description-field
  iframe {
  max-width: 100%;
}
.directorist-content-module__contents
  .directorist-form-social-info-field
  .directorist-btn {
  width: 100%;
  gap: 10px;
  padding-left: 40px;
}
.directorist-content-module__contents
  .directorist-form-social-info-field
  .directorist-btn
  i:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-btn);
}
.directorist-content-module__contents
  .directorist-form-social-info-field
  .directorist-btn:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-content-module__contents
  .directorist-form-social-info-field
  .directorist-btn:hover
  i:after {
  background-color: var(--directorist-color-white);
}
.directorist-content-module__contents
  .directorist-form-social-info-field
  select {
  color: var(--directorist-color-primary);
}
.directorist-content-module__contents
  .directorist-checkbox
  .directorist-checkbox__label {
  margin-left: 0;
}
.directorist-content-active #directorist.atbd_wrapper {
  max-width: 100%;
}
.directorist-content-active #directorist.atbd_wrapper .atbd_header_bar {
  margin-bottom: 35px;
}
.directorist-form-required {
  color: var(--directorist-color-danger);
}
.directory_register_form_wrap .dgr_show_recaptcha {
  margin-bottom: 20px;
}
.directory_register_form_wrap .dgr_show_recaptcha > p {
  font-size: 16px;
  color: var(--directorist-color-primary);
  font-weight: 600;
  margin-bottom: 8px !important;
}
.directory_register_form_wrap a {
  text-decoration: none;
}
.atbd_login_btn_wrapper .directorist-btn {
  line-height: 2.55;
  padding-top: 0;
  padding-bottom: 0;
}
.atbd_login_btn_wrapper
  .keep_signed.directorist-checkbox
  .directorist-checkbox__label {
  color: var(--directorist-color-primary);
}
.atbdp_login_form_shortcode .directorist-form-group label {
  display: inline-block;
  margin-bottom: 5px;
}
.atbdp_login_form_shortcode a {
  text-decoration: none;
}
.directory_register_form_wrap .directorist-form-group label {
  display: inline-block;
  margin-bottom: 5px;
}
.directory_register_form_wrap .directorist-btn {
  line-height: 2.55;
  padding-top: 0;
  padding-bottom: 0;
}
.directorist-quick-login .directorist-form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.atbd_success_mesage > p i {
  top: 2px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.directorist-loader {
  position: relative;
}
.directorist-loader:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 31%;
  border-top: 2px solid var(--directorist-color-white);
  border-radius: 50%;
  border: 2px solid var(--directorist-color-white);
  border-top-color: var(--directorist-color-primary);
  width: 20px;
  height: 20px;
  -webkit-animation: atbd_spin 2s linear infinite;
  animation: atbd_spin 2s linear infinite;
}
.plupload-upload-uic {
  border: 1px dashed var(--directorist-color-border-gray);
}
.plupload-upload-uic .atbdp-dropbox-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
}
.plupload-upload-uic .atbdp_button {
  border: 1px solid var(--directorist-color-border);
  background-color: var(--directorist-color-ss-bg-light);
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 40px !important;
  padding: 0 30px !important;
  height: auto !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: inherit;
}
.plupload-upload-uic .atbdp-dropbox-file-types {
  margin-top: 10px;
  color: var(--directorist-color-deep-gray);
}
@media (max-width: 575px) {
  .plupload-upload-uic {
    width: 100%;
  }
}
.directorist-address-field .address_result,
.directorist-form-address-field .address_result {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 345px !important;
  overflow-y: scroll;
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: 0 5px 20px rgba(var(--directorist-color-dark-rgb), 0.1);
  box-shadow: 0 5px 20px rgba(var(--directorist-color-dark-rgb), 0.1);
  z-index: 10;
}
.directorist-address-field .address_result ul,
.directorist-form-address-field .address_result ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.directorist-address-field .address_result li,
.directorist-form-address-field .address_result li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.directorist-address-field .address_result li a,
.directorist-form-address-field .address_result li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #767792;
  background-color: var(--directorist-color-white);
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}
.directorist-address-field .address_result li a:hover,
.directorist-form-address-field .address_result li a:hover {
  color: var(--directorist-color-dark);
  border-bottom: 1px dashed #e9e9e9;
}
.directorist-address-field .address_result li:last-child,
.directorist-address-field .address_result li:last-child a,
.directorist-form-address-field .address_result li:last-child,
.directorist-form-address-field .address_result li:last-child a {
  border: none;
}
.pac-container {
  list-style: none;
  margin: 0;
  padding: 18px 5px 11px;
  max-width: 270px;
  min-width: 200px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .pac-container {
    max-width: unset;
    width: calc(100% - 30px) !important;
    left: 30px !important;
  }
}
.pac-container .pac-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 13px 7px;
  padding: 0;
  border: none;
  background: unset;
  cursor: pointer;
}
.pac-container .pac-item span {
  color: var(--directorist-color-body);
}
.pac-container .pac-item .pac-matched {
  font-weight: 400;
}
.pac-container .pac-item:hover span {
  color: var(--directorist-color-primary);
}
.pac-container .pac-icon-marker {
  position: relative;
  height: 36px;
  width: 36px;
  min-width: 36px;
  border-radius: 8px;
  margin: 0 15px 0 0;
  background-color: var(--directorist-color-border-gray);
}
.pac-container .pac-icon-marker:after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--directorist-color-body);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/2823e3547c32a23392a06652e69a8a71.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/2823e3547c32a23392a06652e69a8a71.svg);
}
.pac-container:after,
p.status:empty {
  display: none;
}
.gateway_list input[type="radio"] {
  margin-right: 5px;
}
.directorist-checkout-form .directorist-container-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-checkout-form ul {
  list-style-type: none;
}
.directorist-select select {
  width: 100%;
  height: 40px;
  border: none;
  color: var(--directorist-color-body);
  border-bottom: 1px solid var(--directorist-color-border-gray);
}
.directorist-select select:focus {
  outline: 0;
}
.directorist-content-active .select2-container--open .select2-dropdown--above {
  top: 0;
  border-color: var(--directorist-color-border);
}
body.logged-in.directorist-content-active
  .select2-container--open
  .select2-dropdown--above {
  top: 32px;
}
.directorist-content-active .select2-container--default .select2-dropdown {
  border: none;
  border-radius: 10px !important;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-content-active
  .select2-container--default
  .select2-search--dropdown {
  padding: 20px 20px 10px;
}
.directorist-content-active .select2-container--default .select2-search__field {
  padding: 10px 18px !important;
  border-radius: 8px;
  background: #fff0;
  color: var(--directorist-color-deep-gray);
  border: 1px solid var(--directorist-color-border-gray) !important;
}
.directorist-content-active
  .select2-container--default
  .select2-search__field:focus {
  outline: 0;
}
.directorist-content-active .select2-container--default .select2-results {
  padding-bottom: 10px;
}
.directorist-content-active
  .select2-container--default
  .select2-results__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 6px 20px;
  color: var(--directorist-color-body);
  font-size: 14px;
  line-height: 1.5;
}
.directorist-content-active
  .select2-container--default
  .select2-results__option--highlighted {
  font-weight: 500;
  color: var(--directorist-color-primary) !important;
  background-color: transparent !important;
}
.directorist-content-active
  .select2-container--default
  .select2-results__message {
  margin-bottom: 10px !important;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin-left: 0;
  margin-top: 8.5px;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li.select2-search--inline.form-group {
  margin-bottom: 0;
  padding: 0;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li.select2-search--inline.form-group
  .form-control {
  height: 24.5px;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field {
  margin: 0;
  max-width: 100px;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option {
  margin: 0;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option[aria-selected="true"] {
  font-weight: 500;
  color: var(--directorist-color-primary);
  background-color: #fff0;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents
  .directorist-icon-mask {
  margin-right: 12px;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-light-gray);
}
@media (max-width: 575px) {
  .directorist-content-active
    .select2-container--default.select2-container--open
    .select2-results__option
    .directorist-select2-contents
    .directorist-icon-mask {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--directorist-color-bg-light);
  }
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents.item-level-2 {
  padding-left: 20px;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents.item-level-3 {
  padding-left: 40px;
}
.directorist-content-active
  .select2-container--default.select2-container--open
  .select2-results__option
  .directorist-select2-contents.item-level-4 {
  padding-left: 60px;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  opacity: 1;
}
.directorist-content-active
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-content-active
  .select2-container--default
  .directorist-select2-addons-area
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-body);
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input[type="checkbox"] + .check--select + label,
.custom-checkbox input[type="radio"] + .radio--select + label {
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  padding-left: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
  color: var(--directorist-color-gray);
}
.custom-checkbox input[type="checkbox"] + .check--select + label:before,
.custom-checkbox input[type="radio"] + .radio--select + label:before {
  position: absolute;
  font-size: 10px;
  left: 5px;
  top: 5px;
  font-weight: 900;
  font-family: Font Awesome\5 Free;
  content: "\f00c";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.custom-checkbox input[type="checkbox"] + .check--select + label:after,
.custom-checkbox input[type="radio"] + .radio--select + label:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: var(--directorist-color-white);
  border: 2px solid var(--directorist-color-border-gray);
}
.custom-checkbox input[type="radio"] + .radio--select + label:before {
  top: 8px;
  font-size: 9px;
}
.custom-checkbox input[type="radio"] + .radio--select + label:after {
  border-radius: 50%;
}
.custom-checkbox input[type="radio"] + .radio--select + label span {
  color: var(--directorist-color-light-gray);
}
.custom-checkbox input[type="radio"] + .radio--select + label span.active {
  color: var(--directorist-color-warning);
}
.custom-checkbox input[type="checkbox"]:checked + .check--select + label:after,
.custom-checkbox input[type="radio"]:checked + .radio--select + label:after {
  background-color: var(--directorist-color-success);
  border-color: var(--directorist-color-success);
}
.custom-checkbox input[type="checkbox"]:checked + .check--select + label:before,
.custom-checkbox input[type="radio"]:checked + .radio--select + label:before {
  opacity: 1;
  color: var(--directorist-color-white);
}
.directorist-table {
  display: table;
  width: 100%;
}
.directorist-container,
.directorist-container-fluid,
.directorist-container-lg,
.directorist-container-md,
.directorist-container-sm,
.directorist-container-xl,
.directorist-container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .directorist-container,
  .directorist-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .directorist-container,
  .directorist-container-md,
  .directorist-container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .directorist-container,
  .directorist-container-lg,
  .directorist-container-md,
  .directorist-container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .directorist-container,
  .directorist-container-lg,
  .directorist-container-md,
  .directorist-container-sm,
  .directorist-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .directorist-container,
  .directorist-container-lg,
  .directorist-container-md,
  .directorist-container-sm,
  .directorist-container-xl,
  .directorist-container-xxl {
    max-width: 1320px;
  }
}
.directorist-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -15px;
  min-width: 100%;
}
.directorist-row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
.directorist-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.directorist-col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.directorist-col-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 8.3333333333%;
}
.directorist-col-2-5 {
  width: 100%;
}
.directorist-col-2-5,
.directorist-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.directorist-col-3 {
  width: 25%;
}
.directorist-col-4 {
  width: 33.3333333333%;
}
.directorist-col-4,
.directorist-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.directorist-col-5 {
  width: 41.6666666667%;
}
.directorist-col-6 {
  width: 50%;
}
.directorist-col-6,
.directorist-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.directorist-col-7 {
  width: 58.3333333333%;
}
.directorist-col-8 {
  width: 66.6666666667%;
}
.directorist-col-8,
.directorist-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.directorist-col-9 {
  width: 75%;
}
.directorist-col-10 {
  width: 83.3333333333%;
}
.directorist-col-10,
.directorist-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.directorist-col-11 {
  width: 91.6666666667%;
}
.directorist-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.directorist-offset-1 {
  margin-left: 8.3333333333%;
}
.directorist-offset-2 {
  margin-left: 16.6666666667%;
}
.directorist-offset-3 {
  margin-left: 25%;
}
.directorist-offset-4 {
  margin-left: 33.3333333333%;
}
.directorist-offset-5 {
  margin-left: 41.6666666667%;
}
.directorist-offset-6 {
  margin-left: 50%;
}
.directorist-offset-7 {
  margin-left: 58.3333333333%;
}
.directorist-offset-8 {
  margin-left: 66.6666666667%;
}
.directorist-offset-9 {
  margin-left: 75%;
}
.directorist-offset-10 {
  margin-left: 83.3333333333%;
}
.directorist-offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .directorist-col-2,
  .directorist-col-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .directorist-col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .directorist-col-sm-auto {
    width: auto;
  }
  .directorist-col-sm-1,
  .directorist-col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-1 {
    width: 8.3333333333%;
  }
  .directorist-col-sm-2 {
    width: 16.6666666667%;
  }
  .directorist-col-sm-2,
  .directorist-col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-3 {
    width: 25%;
  }
  .directorist-col-sm-4 {
    width: 33.3333333333%;
  }
  .directorist-col-sm-4,
  .directorist-col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-5 {
    width: 41.6666666667%;
  }
  .directorist-col-sm-6 {
    width: 50%;
  }
  .directorist-col-sm-6,
  .directorist-col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-7 {
    width: 58.3333333333%;
  }
  .directorist-col-sm-8 {
    width: 66.6666666667%;
  }
  .directorist-col-sm-8,
  .directorist-col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-9 {
    width: 75%;
  }
  .directorist-col-sm-10 {
    width: 83.3333333333%;
  }
  .directorist-col-sm-10,
  .directorist-col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-sm-11 {
    width: 91.6666666667%;
  }
  .directorist-col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .directorist-offset-sm-0 {
    margin-left: 0;
  }
  .directorist-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .directorist-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .directorist-offset-sm-3 {
    margin-left: 25%;
  }
  .directorist-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .directorist-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .directorist-offset-sm-6 {
    margin-left: 50%;
  }
  .directorist-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .directorist-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .directorist-offset-sm-9 {
    margin-left: 75%;
  }
  .directorist-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .directorist-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .directorist-col-2,
  .directorist-col-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .directorist-col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .directorist-col-md-auto {
    width: auto;
  }
  .directorist-col-md-1,
  .directorist-col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-1 {
    width: 8.3333333333%;
  }
  .directorist-col-md-2 {
    width: 16.6666666667%;
  }
  .directorist-col-md-2,
  .directorist-col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-3 {
    width: 25%;
  }
  .directorist-col-md-4 {
    width: 33.3333333333%;
  }
  .directorist-col-md-4,
  .directorist-col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-5 {
    width: 41.6666666667%;
  }
  .directorist-col-md-6 {
    width: 50%;
  }
  .directorist-col-md-6,
  .directorist-col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-7 {
    width: 58.3333333333%;
  }
  .directorist-col-md-8 {
    width: 66.6666666667%;
  }
  .directorist-col-md-8,
  .directorist-col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-9 {
    width: 75%;
  }
  .directorist-col-md-10 {
    width: 83.3333333333%;
  }
  .directorist-col-md-10,
  .directorist-col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-md-11 {
    width: 91.6666666667%;
  }
  .directorist-col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .directorist-offset-md-0 {
    margin-left: 0;
  }
  .directorist-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .directorist-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .directorist-offset-md-3 {
    margin-left: 25%;
  }
  .directorist-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .directorist-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .directorist-offset-md-6 {
    margin-left: 50%;
  }
  .directorist-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .directorist-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .directorist-offset-md-9 {
    margin-left: 75%;
  }
  .directorist-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .directorist-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .directorist-col-2,
  .directorist-col-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .directorist-col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .directorist-col-lg-auto {
    width: auto;
  }
  .directorist-col-lg-1,
  .directorist-col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-1 {
    width: 8.3333333333%;
  }
  .directorist-col-lg-2 {
    width: 16.6666666667%;
  }
  .directorist-col-lg-2,
  .directorist-col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-3 {
    width: 25%;
  }
  .directorist-col-lg-4 {
    width: 33.3333333333%;
  }
  .directorist-col-lg-4,
  .directorist-col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-5 {
    width: 41.6666666667%;
  }
  .directorist-col-lg-6 {
    width: 50%;
  }
  .directorist-col-lg-6,
  .directorist-col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-7 {
    width: 58.3333333333%;
  }
  .directorist-col-lg-8 {
    width: 66.6666666667%;
  }
  .directorist-col-lg-8,
  .directorist-col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-9 {
    width: 75%;
  }
  .directorist-col-lg-10 {
    width: 83.3333333333%;
  }
  .directorist-col-lg-10,
  .directorist-col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-lg-11 {
    width: 91.6666666667%;
  }
  .directorist-col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .directorist-offset-lg-0 {
    margin-left: 0;
  }
  .directorist-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .directorist-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .directorist-offset-lg-3 {
    margin-left: 25%;
  }
  .directorist-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .directorist-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .directorist-offset-lg-6 {
    margin-left: 50%;
  }
  .directorist-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .directorist-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .directorist-offset-lg-9 {
    margin-left: 75%;
  }
  .directorist-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .directorist-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .directorist-col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .directorist-col-xl-auto {
    width: auto;
  }
  .directorist-col-xl-1,
  .directorist-col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-1 {
    width: 8.3333333333%;
  }
  .directorist-col-xl-2 {
    width: 16.6666666667%;
  }
  .directorist-col-2,
  .directorist-col-2-5,
  .directorist-col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-2,
  .directorist-col-2-5 {
    width: 20%;
  }
  .directorist-col-xl-3 {
    width: 25%;
  }
  .directorist-col-xl-3,
  .directorist-col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-4 {
    width: 33.3333333333%;
  }
  .directorist-col-xl-5 {
    width: 41.6666666667%;
  }
  .directorist-col-xl-5,
  .directorist-col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-6 {
    width: 50%;
  }
  .directorist-col-xl-7 {
    width: 58.3333333333%;
  }
  .directorist-col-xl-7,
  .directorist-col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-8 {
    width: 66.6666666667%;
  }
  .directorist-col-xl-9 {
    width: 75%;
  }
  .directorist-col-xl-9,
  .directorist-col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-10 {
    width: 83.3333333333%;
  }
  .directorist-col-xl-11 {
    width: 91.6666666667%;
  }
  .directorist-col-xl-11,
  .directorist-col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xl-12 {
    width: 100%;
  }
  .directorist-offset-xl-0 {
    margin-left: 0;
  }
  .directorist-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .directorist-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .directorist-offset-xl-3 {
    margin-left: 25%;
  }
  .directorist-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .directorist-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .directorist-offset-xl-6 {
    margin-left: 50%;
  }
  .directorist-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .directorist-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .directorist-offset-xl-9 {
    margin-left: 75%;
  }
  .directorist-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .directorist-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .directorist-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .directorist-col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .directorist-col-xxl-auto {
    width: auto;
  }
  .directorist-col-xxl-1,
  .directorist-col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-1 {
    width: 8.3333333333%;
  }
  .directorist-col-xxl-2 {
    width: 16.6666666667%;
  }
  .directorist-col-xxl-2,
  .directorist-col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-3 {
    width: 25%;
  }
  .directorist-col-xxl-4 {
    width: 33.3333333333%;
  }
  .directorist-col-xxl-4,
  .directorist-col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-5 {
    width: 41.6666666667%;
  }
  .directorist-col-xxl-6 {
    width: 50%;
  }
  .directorist-col-xxl-6,
  .directorist-col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-7 {
    width: 58.3333333333%;
  }
  .directorist-col-xxl-8 {
    width: 66.6666666667%;
  }
  .directorist-col-xxl-8,
  .directorist-col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-9 {
    width: 75%;
  }
  .directorist-col-xxl-10 {
    width: 83.3333333333%;
  }
  .directorist-col-xxl-10,
  .directorist-col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .directorist-col-xxl-11 {
    width: 91.6666666667%;
  }
  .directorist-col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .directorist-offset-xxl-0 {
    margin-left: 0;
  }
  .directorist-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .directorist-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .directorist-offset-xxl-3 {
    margin-left: 25%;
  }
  .directorist-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .directorist-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .directorist-offset-xxl-6 {
    margin-left: 50%;
  }
  .directorist-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .directorist-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .directorist-offset-xxl-9 {
    margin-left: 75%;
  }
  .directorist-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .directorist-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.atbd_color-primary {
  color: #444752;
}
.atbd_bg-primary {
  background: #444752;
}
.atbd_color-secondary {
  color: #122069;
}
.atbd_bg-secondary {
  background: #122069;
}
.atbd_color-success {
  color: #00ac17;
}
.atbd_bg-success {
  background: #00ac17;
}
.atbd_color-info {
  color: #2c99ff;
}
.atbd_bg-info {
  background: #2c99ff;
}
.atbd_color-warning {
  color: #ef8000;
}
.atbd_bg-warning {
  background: #ef8000;
}
.atbd_color-danger {
  color: #ef0000;
}
.atbd_bg-danger {
  background: #ef0000;
}
.atbd_color-light {
  color: #9497a7;
}
.atbd_bg-light {
  background: #9497a7;
}
.atbd_color-dark {
  color: #202428;
}
.atbd_bg-dark {
  background: #202428;
}
.atbd_color-badge-feature {
  color: #fa8b0c;
}
.atbd_bg-badge-feature {
  background: #fa8b0c;
}
.atbd_color-badge-popular {
  color: #f51957;
}
.atbd_bg-badge-popular {
  background: #f51957;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: #000;
  -ms-filter: "alpha(opacity=40)";
  background-color: rgba(var(--directorist-color-dark-rgb), 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  margin: 25px 0;
  line-height: 40px;
  display: block;
}
.sweet-alert h2,
.sweet-alert p {
  text-align: center;
  position: relative;
  padding: 0;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  text-align: inherit;
  float: none;
  margin: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: 0;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-box-shadow: inset 0 1px 1px
    rgba(var(--directorist-color-dark-rgb), 0.06);
  box-shadow: inset 0 1px 1px rgba(var(--directorist-color-dark-rgb), 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease 0.03s;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8cd4f5;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgb(128 179 235 / 0.5),
    inset 0 0 0 1px rgba(var(--directorist-color-dark-rgb), 0.05);
  box-shadow: 0 0 2px rgb(128 179 235 / 0.5),
    inset 0 0 0 1px rgba(var(--directorist-color-dark-rgb), 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #c1c1c1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgb(197 205 211 / 0.8) 0 0 2px,
    rgba(var(--directorist-color-dark-rgb), 0.0470588) 0 0 0 1px inset !important;
  box-shadow: rgb(197 205 211 / 0.8) 0 0 2px,
    rgba(var(--directorist-color-dark-rgb), 0.0470588) 0 0 0 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: #fff0;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button="false"] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid grey;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgb(165 220 134 / 0.2);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  to {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0;
  }
  to {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  to {
    top: 0;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  to {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  to {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  to {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  to {
    top: 70%;
  }
}
.showSweetAlert[data-animation="pop"] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation="pop"] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  to {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  to {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: var(--directorist-color-white);
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.directorist-add-listing-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-add-listing-types__single {
  margin-bottom: 15px;
}
.directorist-add-listing-types__single__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--directorist-color-white);
  color: var(--directorist-color-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 40px 25px;
  border-radius: 12px;
  text-decoration: none !important;
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.directorist-add-listing-types__single__link,
.directorist-add-listing-types__single__link .directorist-icon-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-add-listing-types__single__link .directorist-icon-mask {
  height: 70px;
  width: 70px;
  background-color: var(--directorist-color-primary);
  border-radius: 100%;
  margin-bottom: 20px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.directorist-add-listing-types__single__link .directorist-icon-mask:after {
  width: 25px;
  height: 25px;
  background-color: var(--directorist-color-white);
}
.directorist-add-listing-types__single__link:hover {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
.directorist-add-listing-types__single__link:hover .directorist-icon-mask {
  background-color: var(--directorist-color-white);
}
.directorist-add-listing-types__single__link:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-add-listing-types__single__link > i:not(.directorist-icon-mask) {
  display: inline-block;
  margin-bottom: 10px;
}
.directorist-add-listing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-add-listing-form .directorist-content-module {
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-add-listing-form .directorist-content-module__title i {
  background-color: var(--directorist-color-primary);
}
.directorist-add-listing-form .directorist-content-module__title i:after {
  background-color: var(--directorist-color-white);
}
.directorist-add-listing-form .directorist-alert-required {
  display: block;
  margin-top: 5px;
  color: #e80000;
  font-size: 13px;
}
.directorist-add-listing-form__privacy a {
  color: var(--directorist-color-info);
}
#directiost-listing-fields_wrapper .directorist-content-module,
.directorist-add-listing-form .directorist-content-module {
  margin-bottom: 35px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  #directiost-listing-fields_wrapper .directorist-content-module,
  .directorist-add-listing-form .directorist-content-module {
    margin-bottom: 20px;
  }
}
#directiost-listing-fields_wrapper .directorist-content-module__title,
.directorist-add-listing-form .directorist-content-module__title {
  gap: 15px;
  min-height: 66px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#directiost-listing-fields_wrapper .directorist-content-module__title i,
.directorist-add-listing-form .directorist-content-module__title i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
#directiost-listing-fields_wrapper .directorist-content-module__title i:after,
.directorist-add-listing-form .directorist-content-module__title i:after {
  width: 16px;
  height: 16px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade {
  padding: 0;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade
  > input[name="address"],
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade
  > input[name="address"] {
  padding-left: 10px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade:before,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade:before {
  width: 15px;
  height: 15px;
  left: unset;
  right: 0;
  top: 46px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade:after,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-address-field.atbdp-form-fade:after {
  height: 40px;
  top: 26px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 25px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields:last-child,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields:last-child {
  margin: 0 0 40px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group
  select,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group
  select {
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group
  select.placeholder-item,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields
  .directorist-form-group
  select.placeholder-item {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-light-gray);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #directiost-listing-fields_wrapper
    .directorist-content-module
    .directorist-form-social-fields__input,
  .directorist-add-listing-form
    .directorist-content-module
    .directorist-form-social-fields__input {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-webkit-input-placeholder,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-webkit-input-placeholder {
  font-weight: 400;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-moz-placeholder,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-moz-placeholder {
  font-weight: 400;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input:-ms-input-placeholder,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input:-ms-input-placeholder {
  font-weight: 400;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-ms-input-placeholder,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::-ms-input-placeholder {
  font-weight: 400;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::placeholder,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__input
  .atbdp_social_input::placeholder {
  font-weight: 400;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--directorist-color-light) !important;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove
  i:after,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__remove
  i:after {
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-light-gray);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove:hover,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__remove:hover {
  background-color: var(--directorist-color-primary) !important;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove:hover
  i:after,
.directorist-add-listing-form
  .directorist-content-module
  .directorist-form-social-fields__remove:hover
  i:after {
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper .directorist-content-module {
  background-color: var(--directorist-color-white);
  border-radius: 0;
  border: 1px solid #e3e6ef;
}
#directiost-listing-fields_wrapper .directorist-content-module__title {
  padding: 20px 30px;
  border-bottom: 1px solid #e3e6ef;
}
#directiost-listing-fields_wrapper .directorist-content-module__title i {
  background-color: var(--directorist-color-primary);
}
#directiost-listing-fields_wrapper .directorist-content-module__title i:after {
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields {
  margin: 0 0 25px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove {
  background-color: #ededed !important;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove
  i:after {
  background-color: grey;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove:hover {
  background-color: var(--directorist-color-primary) !important;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields__remove:hover
  i:after {
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-content-module__title {
  cursor: auto;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-content-module__title:before {
  display: none;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-content-module__contents {
  padding: 30px 40px 40px;
}
@media (max-width: 991px) {
  #directiost-listing-fields_wrapper
    .directorist-content-module
    .directorist-content-module__contents {
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
  }
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-group
  .directorist-form-label {
  margin-bottom: 10px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-group
  .directorist-form-element {
  position: relative;
  height: 42px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-group
  .directorist-form-element__prefix {
  height: 42px;
  line-height: 42px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-custom-field-select
  select.directorist-form-element,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-group
  .directorist-form-element.directory_pricing_field,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-fields
  select.directorist-form-element {
  padding-top: 0;
  padding-bottom: 0;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="checkbox"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="radio"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="radio"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="checkbox"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  content: "";
  border: 1px solid #c6d0dc;
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox
  input[type="radio"]:checked
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label:before {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--directorist-color-primary);
  border: 0;
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 2;
  content: "";
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox.directorist-checkbox-circle
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox.directorist-checkbox-circle
  input[type="checkbox"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox.directorist-checkbox-circle
  input[type="radio"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-checkbox.directorist-checkbox-circle
  input[type="radio"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio.directorist-radio-circle
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio.directorist-radio-circle
  input[type="checkbox"]
  + .directorist-radio__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio.directorist-radio-circle
  input[type="radio"]
  + .directorist-checkbox__label:after,
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-radio.directorist-radio-circle
  input[type="radio"]
  + .directorist-radio__label:after {
  border-radius: 50%;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-pricing-field__options
  .directorist_pricing_options
  input[type="checkbox"]
  + .directorist-checkbox__label:before {
  left: 5px;
  top: 5px;
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  height: 10px;
  border: none;
  background-color: var(--directorist-color-white);
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .plupload-upload-uic {
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed #dbdee9;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .plupload-upload-uic
  .plupload-browse-button-label
  i:after {
  width: 50px;
  height: 45px;
  background-color: grey;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-custom-field-file-upload
  .directorist-custom-field-file-upload__wrapper
  ~ .directorist-form-description {
  text-align: center;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-info-field
  .directorist-btn {
  width: auto;
  padding: 11px 26px;
  background-color: #444752;
  color: var(--directorist-color-white);
  border-radius: 5px;
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-social-info-field
  .directorist-btn
  i:after {
  background-color: var(--directorist-color-white);
}
#directiost-listing-fields_wrapper
  .directorist-content-module
  .directorist-form-map-field__maps
  #gmap {
  border-radius: 0;
}
.directorist-form-label {
  display: block;
  color: var(--directorist-color-dark);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.directorist-custom-field-checkbox > .directorist-form-label,
.directorist-custom-field-file-upload > .directorist-form-label,
.directorist-custom-field-radio > .directorist-form-label,
.directorist-form-image-upload-field > .directorist-form-label,
.directorist-form-pricing-field.price-type-both > .directorist-form-label,
.directorist-form-social-info-field > .directorist-form-label {
  margin-bottom: 18px;
}
.directorist-form-listing-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .directorist-form-listing-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directorist-form-listing-type .directorist-form-label {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
}
.directorist-form-listing-type__single {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.directorist-form-listing-type__single.directorist-radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.directorist-form-listing-type
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 25px 25px 25px 55px;
  border-radius: 12px;
  color: var(--directorist-color-body);
  border: 3px solid var(--directorist-color-border-gray);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-form-listing-type
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label
  small {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: var(--directorist-color-success);
}
.directorist-form-listing-type
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label:before {
  left: 29px;
  top: 29px;
}
.directorist-form-listing-type
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label:after {
  left: 25px;
  top: 25px;
  width: 18px;
  height: 18px;
}
.directorist-form-listing-type
  .directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label {
  border-color: var(--directorist-color-primary);
  color: var(--directorist-color-primary);
}
.directorist-form-pricing-field__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.directorist-form-pricing-field__options
  .directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label {
  font-size: 14px;
  font-weight: 400;
  min-height: 18px;
  padding-left: 27px;
  color: var(--directorist-color-body);
}
.directorist-form-pricing-field__options
  .directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-checkbox__label {
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.directorist-form-pricing-field__options
  .directorist_pricing_options
  input[type="checkbox"]
  + .directorist-checkbox__label:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #c6d0dc;
}
.directorist-form-pricing-field__options
  .directorist_pricing_options
  input[type="checkbox"]
  + .directorist-checkbox__label:before {
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: var(--directorist-color-white);
  border-radius: 100%;
  border: 5px solid var(--directorist-color-primary);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.directorist-form-pricing-field__options
  .directorist_pricing_options
  input[type="checkbox"]
  + .directorist-checkbox__label:checked:after {
  opacity: 0;
}
.directorist-form-pricing-field .directorist-form-element {
  min-width: 100%;
}
.price-type-price_range .directorist-form-pricing-field__options,
.price-type-price_unit .directorist-form-pricing-field__options {
  margin: 0;
}
.directorist-select-multi select {
  display: none;
}
#directorist-location-select {
  z-index: 113 !important;
}
#directorist-tag-select {
  z-index: 112 !important;
}
#directorist-category-select {
  z-index: 111 !important;
}
.directorist-form-group .select2-selection {
  border-color: #ececec;
}
.directorist-form-group .select2-container--default .select2-selection {
  min-height: 40px;
  padding-right: 45px;
}
.directorist-form-group
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  line-height: 26px;
  padding: 0;
}
.directorist-form-group
  .select2-container--default
  .select2-selection
  .select2-selection__clear {
  padding-right: 15px;
}
.directorist-form-group
  .select2-container--default
  .select2-selection
  .select2-selection__arrow {
  right: 10px;
}
.directorist-form-group .select2-container--default .select2-selection input {
  min-height: 26px;
}
.directorist-hide-owner-field.directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label {
  font-size: 15px;
  font-weight: 700;
}
.directorist-map-coordinate {
  margin-top: 20px;
}
.directorist-map-coordinates {
  padding: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px -15px 0;
}
.directorist-map-coordinates .directorist-form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 290px;
}
.directorist-map-coordinates__generate {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.directorist-add-listing-form
  .directorist-content-module
  .directorist-map-coordinates
  .directorist-form-group:not(.directorist-map-coordinates__generate) {
  margin-bottom: 20px;
}
.directorist-form-map-field__wrapper {
  margin-bottom: 10px;
}
.directorist-form-map-field__maps #gmap {
  position: relative;
  height: 400px;
  z-index: 1;
  border-radius: 12px;
}
.directorist-form-map-field__maps #gmap #gmap_full_screen_button,
.directorist-form-map-field__maps #gmap .gm-fullscreen-control {
  display: none;
}
.directorist-form-map-field__maps #gmap div[role="img"] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer;
  border-radius: 100%;
  overflow: visible !important;
}
.directorist-form-map-field__maps #gmap div[role="img"] > img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  border-radius: 100%;
  background-color: var(--directorist-color-primary);
}
.directorist-form-map-field__maps #gmap div[role="img"]:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  border: 50px solid rgba(var(--directorist-color-dark-rgb), 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-animation: atbd_scale 3s linear infinite alternate;
  animation: atbd_scale 3s linear infinite alternate;
}
.directorist-form-map-field__maps #gmap div[role="img"]:after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  z-index: 2;
  background-color: var(--directorist-color-white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
}
.directorist-form-map-field__maps
  #gmap
  div[role="img"].transit-wheelchair-icon {
  margin: 0;
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  background-color: unset;
}
.directorist-form-map-field__maps
  #gmap
  div[role="img"].transit-wheelchair-icon:after,
.directorist-form-map-field__maps
  #gmap
  div[role="img"].transit-wheelchair-icon:before {
  display: none;
}
.directorist-form-map-field__maps #gmap div[role="img"]:hover:before {
  opacity: 1;
  visibility: visible;
}
.directorist-form-map-field .map_drag_info {
  display: none;
}
.directorist-form-map-field .atbd_map_shape {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
}
.directorist-form-map-field .atbd_map_shape:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
.directorist-form-map-field .atbd_map_shape .directorist-icon-mask:after {
  width: 9px;
  height: 16px;
  background-color: var(--directorist-color-marker-icon);
  -webkit-mask: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
  mask: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
}
.directorist-form-map-field .atbd_map_shape:hover:before {
  opacity: 1;
  visibility: visible;
}
.directorist-form-image-upload-field .ez-media-uploader {
  text-align: center;
  border-radius: 12px;
  padding: 35px 10px;
  margin: 0;
  background-color: var(--directorist-color-bg-gray) !important;
  border: 2px dashed var(--directorist-color-border-gray) !important;
}
.directorist-form-image-upload-field .ez-media-uploader.ezmu--show {
  margin-bottom: 145px;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__media-picker-section {
  display: block;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__media-picker-section
  .ezmu__media-picker-icon-wrap-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__media-picker-section
  .ezmu-icon-upload {
  background: unset;
  -webkit-filter: unset;
  filter: unset;
  width: auto;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__media-picker-section
  .ezmu-icon-upload
  i:after {
  width: 90px;
  height: 80px;
  background-color: var(--directorist-color-border-gray);
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__media-picker-buttons {
  margin-top: 0;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__upload-button-wrap
  .ezmu__input-label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 17px 0 35px;
  margin: 10px 0;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: var(--directorist-color-primary);
  color: var(--directorist-color-white);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__upload-button-wrap
  .ezmu__input-label:before {
  position: absolute;
  left: 17px;
  top: 13px;
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/82bc0acb0537c9331637ee2319728e40.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/82bc0acb0537c9331637ee2319728e40.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-white);
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__upload-button-wrap
  .ezmu__input-label:hover {
  opacity: 0.85;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__upload-button-wrap
  p {
  margin: 0;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section.ezmu--show {
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section.ezmu--show
  .ezmu__upload-button-wrap {
  display: none;
  height: 76px;
  width: 100px;
  border-radius: 8px;
  background-color: var(--directorist-color-bg-gray) !important;
  border: 2px dashed var(--directorist-color-border-gray) !important;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section.ezmu--show
  .ezmu__upload-button-wrap
  .ezmu__update-file-btn {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  position: relative;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section.ezmu--show
  .ezmu__upload-button-wrap
  .ezmu__update-file-btn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  z-index: 2;
  background-color: var(--directorist-color-border-gray);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/6af1e9612a6d7346e1366489fb9fac45.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/6af1e9612a6d7346e1366489fb9fac45.svg);
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__thumbnail-list-item {
  width: 175px;
  min-width: 175px;
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__sort-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__close-icon {
  background-image: unset;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__close-icon
  .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__close-icon:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__sort-button {
  width: 20px;
  height: 25px;
  background-size: 8px;
}
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__featured_tag,
.directorist-form-image-upload-field
  .ez-media-uploader
  .ezmu__preview-section
  .ezmu__front-item__thumbnail-size-text {
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
}
.directorist-form-image-upload-field .ezmu__info-list-item:empty {
  display: none;
}
.directorist-add-listing-wrapper {
  max-width: 1000px !important;
  margin: 0 auto;
}
.directorist-add-listing-wrapper .ezmu__thumbnail-list-item_back {
  position: relative;
  height: 100px;
  width: 100%;
}
.directorist-add-listing-wrapper
  .ezmu__thumbnail-list-item_back
  .ezmu__thumbnail-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.directorist-add-listing-wrapper .ezmu__thumbnail-list-item_back:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--directorist-color-dark-rgb), 0.5);
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-add-listing-wrapper
  .ezmu__thumbnail-list-item:hover
  .ezmu__thumbnail-list-item_back:before {
  opacity: 1;
  visibility: visible;
}
.directorist-add-listing-wrapper .ezmu__titles-area .ezmu__title-1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.directorist-add-listing-wrapper .ezmu__btn {
  margin-bottom: 25px;
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
.directorist-add-listing-wrapper
  .directorist-image-upload.max-file-reached
  .ezmu__upload-button-wrap
  .ezmu__btn {
  pointer-events: none;
  opacity: 0.7;
}
.directorist-add-listing-wrapper
  .directorist-image-upload.max-file-reached.highlight {
  position: relative;
}
.directorist-add-listing-wrapper
  .directorist-image-upload.max-file-reached.highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ddd;
  cursor: no-drop;
  z-index: 9999;
}
.directorist-add-listing-wrapper
  .directorist-image-upload.max-file-reached.highlight:after {
  content: "Maximum Files Uploaded";
  font-size: 18px;
  font-weight: 700;
  color: #ef0000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: no-drop;
  z-index: 9999;
}
.directorist-add-listing-wrapper .ezmu__info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin: 15px 0 0;
}
.directorist-add-listing-wrapper .ezmu__info-list .ezmu__info-list-item {
  margin: 0;
}
.directorist-add-listing-wrapper .ezmu__info-list .ezmu__info-list-item:before {
  width: 16px;
  height: 16px;
  background-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/83eed1a628ff52c2adf977f50ac7adb4.svg);
}
.directorist-add-listing-form__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-add-listing-form__action .directorist-form-submit {
  margin-top: 15px;
}
.directorist-add-listing-form__action
  .directorist-form-submit__btn.atbd_loading {
  position: relative;
}
.directorist-add-listing-form__action
  .directorist-form-submit__btn.atbd_loading:after {
  content: "";
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  border-top-color: #656a7a;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate360 2s linear infinite;
  animation: rotate360 2s linear infinite;
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  top: 4px;
}
.directorist-add-listing-form__action label {
  line-height: 1.25;
  margin-bottom: 0;
}
.directorist-add-listing-form__action #listing_notifier {
  padding: 18px 40px 33px;
  font-size: 14px;
  font-weight: 600;
  color: var(--directorist-color-danger);
  border-top: 1px solid var(--directorist-color-border);
}
.directorist-add-listing-form__action #listing_notifier:empty {
  display: none;
}
.directorist-add-listing-form__action #listing_notifier .atbdp_success {
  color: var(--directorist-color-success);
}
.directorist-add-listing-form__action .directorist-checkbox,
.directorist-add-listing-form__action .directorist-form-group {
  margin: 0;
  padding: 30px 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .directorist-add-listing-form__action .directorist-checkbox,
  .directorist-add-listing-form__action .directorist-form-group {
    padding: 30px 0 0;
  }
  .directorist-add-listing-form__action
    .directorist-checkbox.directorist-form-privacy,
  .directorist-add-listing-form__action
    .directorist-form-group.directorist-form-privacy {
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .directorist-add-listing-form__action .directorist-checkbox,
  .directorist-add-listing-form__action .directorist-form-group {
    padding: 30px 20px 0;
  }
}
.directorist-add-listing-form__action .directorist-checkbox label,
.directorist-add-listing-form__action .directorist-form-group label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
.directorist-add-listing-form__action .directorist-checkbox label a,
.directorist-add-listing-form__action .directorist-form-group label a {
  color: var(--directorist-color-info);
}
.directorist-add-listing-form__action .directorist-checkbox #guest_user_email,
.directorist-add-listing-form__action
  .directorist-form-group
  #guest_user_email {
  margin: 0 0 10px;
}
.directorist-add-listing-form__action .directorist-form-required {
  padding-left: 5px;
}
.directorist-add-listing-form__publish {
  padding: 100px 20px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .directorist-add-listing-form__publish {
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .directorist-add-listing-form__publish {
    padding: 50px 20px;
  }
}
.directorist-add-listing-form__publish__icon i {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 25px;
  background-color: var(--directorist-color-light);
}
@media only screen and (max-width: 480px) {
  .directorist-add-listing-form__publish__icon i {
    margin-bottom: 20px;
  }
}
.directorist-add-listing-form__publish__icon i:after {
  width: 30px;
  height: 30px;
  background-color: var(--directorist-color-primary);
}
@media only screen and (max-width: 480px) {
  .directorist-add-listing-form__publish__icon i:after {
    width: 25px;
    height: 25px;
    width: 22px;
    height: 22px;
  }
}
.directorist-add-listing-form__publish__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .directorist-add-listing-form__publish__title {
    font-size: 22px;
  }
}
.directorist-add-listing-form__publish__subtitle {
  font-size: 15px;
  color: var(--directorist-color-body);
  margin: 0;
}
.directorist-add-listing-form .directorist-form-group textarea {
  padding: 10px 0;
  background: #fff0;
}
.directorist-add-listing-form .atbd_map_shape {
  width: 50px;
  height: 50px;
}
.directorist-add-listing-form .atbd_map_shape:before {
  left: -25px;
  top: -25px;
  border: 50px solid rgba(var(--directorist-color-marker-shape-rgb), 0.2);
}
.directorist-add-listing-form .atbd_map_shape .directorist-icon-mask:after {
  width: 11px;
  height: 20px;
}
.directorist-custom-field-select select.directorist-form-element {
  padding-top: 0;
  padding-bottom: 0;
}
.plupload-upload-uic {
  width: 420px;
  margin: 0 auto !important;
  border: 1px dashed #dbdee9;
  padding: 30px;
  text-align: center;
}
.plupload-upload-uic .directorist-dropbox-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
}
.plupload-upload-uic .directorist-dropbox-file-types {
  margin-top: 10px;
  color: #9299b8;
}
.directorist-modal-container {
  display: none;
  margin: 0 !important;
  max-width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999999;
}
.directorist-modal-container.show {
  display: block;
}
.directorist-modal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(0 0 0 / 0.4705882353);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-modals {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: var(--directorist-color-white);
  border-radius: 8px;
  overflow: hidden;
}
.directorist-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.directorist-modal-title-area {
  display: block;
}
.directorist-modal-header .directorist-modal-title {
  margin-bottom: 0 !important;
  font-size: 24px;
}
.directorist-modal-actions-area {
  display: block;
  padding: 0 10px;
}
.directorist-modal-body {
  display: block;
  padding: 20px;
}
.directorist-form-privacy {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-primary);
}
.directorist-form-privacy.directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label:after {
  border-color: var(--directorist-color-body);
}
.directorist-form-privacy,
.directorist-form-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-form-privacy a,
.directorist-form-terms a {
  text-decoration: none;
}
.add_listing_form_wrapper .hide-if-no-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#listing_form_info .directorist-bh-wrap .directorist-select select {
  width: calc(100% - 1px);
  min-height: 42px;
  display: block !important;
  border-color: #ececec !important;
  padding: 0 10px;
}
.directorist-map-field #floating-panel {
  margin-bottom: 20px;
}
.directorist-map-field #floating-panel #delete_marker {
  background-color: var(--directorist-color-danger);
  border: 1px solid var(--directorist-color-danger);
  color: var(--directorist-color-white);
}
#listing_form_info
  .atbd_content_module.atbd-booking-information
  .atbdb_content_module_contents {
  padding-top: 20px;
}
.directorist-custom-field-checkbox,
.directorist-custom-field-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-custom-field-checkbox .directorist-custom-field-btn-more,
.directorist-custom-field-checkbox .directorist-form-description,
.directorist-custom-field-checkbox .directorist-form-label,
.directorist-custom-field-radio .directorist-custom-field-btn-more,
.directorist-custom-field-radio .directorist-form-description,
.directorist-custom-field-radio .directorist-form-label {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.directorist-custom-field-checkbox .directorist-checkbox,
.directorist-custom-field-checkbox .directorist-radio,
.directorist-custom-field-radio .directorist-checkbox,
.directorist-custom-field-radio .directorist-radio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
@media only screen and (max-width: 767px) {
  .directorist-custom-field-checkbox .directorist-checkbox,
  .directorist-custom-field-checkbox .directorist-radio,
  .directorist-custom-field-radio .directorist-checkbox,
  .directorist-custom-field-radio .directorist-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.directorist-custom-field-checkbox .directorist-custom-field-btn-more,
.directorist-custom-field-radio .directorist-custom-field-btn-more {
  margin-top: 5px;
}
.directorist-custom-field-checkbox .directorist-custom-field-btn-more:after,
.directorist-custom-field-radio .directorist-custom-field-btn-more:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-body);
}
.directorist-custom-field-checkbox
  .directorist-custom-field-btn-more.active:after,
.directorist-custom-field-radio
  .directorist-custom-field-btn-more.active:after {
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c90867d23032298fc0ff1d456a6fdb30.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c90867d23032298fc0ff1d456a6fdb30.svg);
}
.directorist-add-listing-form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.directorist-add-listing-form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered
  li {
  margin: 0;
}
.directorist-add-listing-form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered
  li
  input {
  margin-top: 0;
}
.directorist-add-listing-form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered
  li.select2-search--inline {
  width: auto;
}
.multistep-wizard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .multistep-wizard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.multistep-wizard__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100vh;
  min-width: 270px;
  max-width: 270px;
  overflow-y: auto;
}
.multistep-wizard__nav.sticky {
  position: fixed;
  top: 0;
}
.multistep-wizard__nav__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 270px;
  min-height: 36px;
  padding: 7px 16px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--directorist-color-light-gray);
  background-color: #fff0;
  border: 1px solid #fff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease, color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
}
@media only screen and (max-width: 991px) {
  .multistep-wizard__nav__btn {
    width: 100%;
  }
}
.multistep-wizard__nav__btn i {
  min-width: 36px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ededed;
}
.multistep-wizard__nav__btn i:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-light-gray);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.multistep-wizard__nav__btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/bbed57ce5c92c9a7aa71622e408b6a66.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/bbed57ce5c92c9a7aa71622e408b6a66.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-light-gray);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.multistep-wizard__nav__btn.active,
.multistep-wizard__nav__btn:hover {
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border-color: var(--directorist-color-border-light);
  background-color: var(--directorist-color-white);
  outline: none;
}
.multistep-wizard__nav__btn.active:before,
.multistep-wizard__nav__btn:hover:before {
  opacity: 1;
}
.multistep-wizard__nav__btn:focus {
  outline: none;
  font-weight: 600;
  color: var(--directorist-color-primary);
}
.multistep-wizard__nav__btn:focus:before,
.multistep-wizard__nav__btn:focus i:after {
  background-color: var(--directorist-color-primary);
}
.multistep-wizard__nav__btn.completed {
  color: var(--directorist-color-primary);
}
.multistep-wizard__nav__btn.completed:before {
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  opacity: 1;
}
.multistep-wizard__nav__btn.completed i:after {
  background-color: var(--directorist-color-primary);
}
@media only screen and (max-width: 991px) {
  .multistep-wizard__nav {
    display: none;
  }
}
.multistep-wizard__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.multistep-wizard__single {
  border-radius: 12px;
  background-color: var(--directorist-color-white);
}
.multistep-wizard__single label {
  display: block;
}
.multistep-wizard__single span.required {
  color: var(--directorist-color-danger);
}
@media only screen and (max-width: 991px) {
  .multistep-wizard__single .directorist-content-module__title {
    position: relative;
    cursor: pointer;
  }
  .multistep-wizard__single .directorist-content-module__title h2 {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
  }
  .multistep-wizard__single .directorist-content-module__title:before {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/20cfd7ae7ffa8fca3b8d48d7ab39da28.svg);
    mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/20cfd7ae7ffa8fca3b8d48d7ab39da28.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-color: var(--directorist-color-dark);
  }
  .multistep-wizard__single .directorist-content-module__title.opened:before {
    -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e9f5f62f416fee88e3f2d027b8b705da.svg);
    mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e9f5f62f416fee88e3f2d027b8b705da.svg);
  }
  .multistep-wizard__single .directorist-content-module__contents {
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
  }
  .multistep-wizard__single .directorist-content-module__contents.active {
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
  }
}
.multistep-wizard__progressbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  border-radius: 8px;
}
.multistep-wizard__progressbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--directorist-color-border);
  border-radius: 8px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.multistep-wizard__progressbar__width {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.multistep-wizard__progressbar__width:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--directorist-color-primary);
  border-radius: 8px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.multistep-wizard__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 575px) {
  .multistep-wizard__bottom {
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.multistep-wizard__btn {
  width: 200px;
  height: 54px;
  gap: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--directorist-color-light);
}
.multistep-wizard__btn.directorist-btn {
  color: var(--directorist-color-body);
}
.multistep-wizard__btn.directorist-btn i:after {
  background-color: var(--directorist-color-body);
}
.multistep-wizard__btn.directorist-btn:focus,
.multistep-wizard__btn.directorist-btn:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.multistep-wizard__btn.directorist-btn:focus i:after,
.multistep-wizard__btn.directorist-btn:hover i:after {
  background-color: var(--directorist-color-white);
}
.multistep-wizard__btn[disabled="disabled"],
.multistep-wizard__btn[disabled="true"] {
  color: var(--directorist-color-light-gray);
  pointer-events: none;
}
.multistep-wizard__btn[disabled="disabled"] i:after,
.multistep-wizard__btn[disabled="true"] i:after {
  background-color: var(--directorist-color-light-gray);
}
.multistep-wizard__btn i:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-primary);
}
.multistep-wizard__btn--save-preview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.multistep-wizard__btn--save-preview.directorist-btn {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .multistep-wizard__btn--save-preview {
    width: 100%;
  }
}
.multistep-wizard__btn--skip-preview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.multistep-wizard__btn--skip-preview.directorist-btn {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multistep-wizard__btn.directorist-btn {
  min-height: unset;
}
@media only screen and (max-width: 575px) {
  .multistep-wizard__btn.directorist-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.multistep-wizard__count {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .multistep-wizard__count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.multistep-wizard .default-add-listing-bottom {
  display: none;
}
.multistep-wizard.default-add-listing .multistep-wizard__single {
  display: block !important;
}
.multistep-wizard.default-add-listing .multistep-wizard__bottom,
.multistep-wizard.default-add-listing .multistep-wizard__progressbar {
  display: none !important;
}
.multistep-wizard.default-add-listing .default-add-listing-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.multistep-wizard.default-add-listing
  .default-add-listing-bottom
  .directorist-form-submit__btn {
  width: 100%;
  height: 54px;
}
.logged-in .multistep-wizard__nav.sticky {
  top: 32px;
}
@keyframes atbd_scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#directorist_submit_privacy_policy {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#directorist_submit_privacy_policy:after {
  display: none;
}
.upload-error {
  display: block !important;
  clear: both;
  background-color: #fcd9d9;
  color: #e80000;
  font-size: 16px;
  word-break: break-word;
  border-radius: 3px;
  padding: 15px 20px;
}
#upload-msg {
  display: block;
  clear: both;
}
#content .category_grid_view li a.post_img {
  height: 65px;
  width: 90%;
  overflow: hidden;
}
#content .category_grid_view li a.post_img img {
  margin: 0 auto;
  display: block;
  height: 65px;
}
#content .category_list_view li a.post_img {
  height: 110px;
  width: 165px;
  overflow: hidden;
}
#content .category_list_view li a.post_img img {
  margin: 0 auto;
  display: block;
  height: 110px;
}
#sidebar .recent_comments li img.thumb {
  width: 40px;
}
.post_img_tiny img {
  width: 35px;
}
.single_post_blog img.alignleft {
  width: 96%;
  height: auto;
}
.ecu_images,
.filelist {
  width: 100%;
}
.filelist .file {
  padding: 5px;
  background-color: #ececec;
  border: 1px solid #ccc;
  margin-bottom: 4px;
  clear: both;
  text-align: left;
}
.filelist .fileprogress {
  width: 0;
  height: 5px;
  background-color: #3385ff;
}
#custom-filedropbox,
.directorist-custom-field-file-upload__wrapper > div {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
#custom-filedropbox,
.directorist-custom-field-file-upload__wrapper > div,
.plupload-upload-uic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plupload-upload-uic {
  width: 200px;
  height: 150px;
  padding: 0;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  margin: 0 !important;
  background-color: var(--directorist-color-bg-gray);
  border: 2px dashed var(--directorist-color-border-gray);
}
.plupload-upload-uic > input {
  display: none;
}
.plupload-upload-uic .plupload-browse-button-label {
  cursor: pointer;
}
.plupload-upload-uic .plupload-browse-button-label i:after {
  width: 50px;
  height: 45px;
  background-color: var(--directorist-color-border-gray);
}
.plupload-upload-uic .plupload-browse-img-size {
  font-size: 13px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
@media (max-width: 575px) {
  .plupload-upload-uic {
    width: 100%;
    height: 200px;
  }
}
.plupload-thumbs {
  clear: both;
  overflow: hidden;
}
.plupload-thumbs .thumb {
  position: relative;
  height: 150px;
  width: 200px;
  border-radius: 12px;
}
.plupload-thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.plupload-thumbs .thumb:hover .atbdp-thumb-actions:before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .plupload-thumbs .thumb {
    width: 100%;
    height: 200px;
  }
}
.plupload-thumbs .atbdp-thumb-actions {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.plupload-thumbs .atbdp-thumb-actions .thumbremovelink {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff385c;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plupload-thumbs
  .atbdp-thumb-actions
  .thumbremovelink
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-white);
}
.plupload-thumbs .atbdp-thumb-actions .thumbremovelink:hover {
  opacity: 0.8;
}
.plupload-thumbs .atbdp-thumb-actions .thumbremovelink i {
  font-size: 14px;
}
.plupload-thumbs .atbdp-thumb-actions:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(var(--directorist-color-dark-rgb), 0.5);
}
.plupload-thumbs .thumb.atbdp_file {
  border: none;
  width: auto;
}
.atbdp-add-files .plupload-thumbs .thumb img,
.plupload-thumbs .thumb i.atbdp-file-info {
  cursor: move;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.plupload-thumbs .thumb i.atbdp-file-info {
  font-size: 50px;
  padding-top: 10%;
  z-index: 1;
}
.plupload-thumbs .thumb .thumbi {
  position: absolute;
  right: -10px;
  top: -8px;
  height: 18px;
  width: 18px;
}
.plupload-thumbs .thumb .thumbi a {
  text-indent: -8000px;
  display: block;
}
.plupload-thumbs .atbdp-caption-preview,
.plupload-thumbs .atbdp-title-preview {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 10px;
  line-height: 10px;
  padding: 1px;
  background: hsl(0 0% 100% / 0.5);
  z-index: 2;
  overflow: hidden;
  height: 10px;
}
.plupload-thumbs .atbdp-caption-preview {
  top: auto;
  bottom: 10px;
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::-moz-selection {
  background: #fff0;
}
.leaflet-tile::selection {
  background: #fff0;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: #fff0;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgb(145 175 186 / 0.4);
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-bottom,
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
  display: none;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background-color: #ddd;
  outline: 0;
}
.leaflet-container .map-listing-card-single__content a,
.leaflet-container a {
  color: #404040;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid #fa8b0c;
}
.leaflet-zoom-box {
  border: 2px dotted var(--directorist-color-info);
  background: hsl(0 0% 100% / 0.5);
}
.leaflet-container {
  font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
}
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 0.65);
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: var(--directorist-color-white);
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 700 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 0.4);
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.4);
  background-color: var(--directorist-color-white);
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background-color: var(--directorist-color-white);
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
  background-color: var(--directorist-color-white);
  background: hsl(0 0% 100% / 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--directorist-color-white);
  background: hsl(0 0% 100% / 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgb(0 0 0 / 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 10px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgb(0 0 0 / 0.4);
  box-shadow: 0 3px 14px rgb(0 0 0 / 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: #fff0;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  border: 1px solid #666;
}
.leaflet-div-icon,
.leaflet-tooltip {
  background-color: var(--directorist-color-white);
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  border: 1px solid var(--directorist-color-white);
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 0.4);
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid #fff0;
  background: #fff0;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: var(--directorist-color-white);
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: var(--directorist-color-white);
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: var(--directorist-color-white);
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: var(--directorist-color-white);
}
.directorist-content-active #map {
  position: relative;
  width: 100%;
  height: 660px;
  border: none;
  z-index: 1;
}
.directorist-content-active #gmap_full_screen_button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--directorist-color-white);
  cursor: pointer;
}
.directorist-content-active #gmap_full_screen_button i:after {
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--directorist-color-dark);
}
.directorist-content-active #gmap_full_screen_button .fullscreen-disable {
  display: none;
}
.directorist-content-active #progress {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 400px;
  top: 300px;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  background-color: var(--directorist-color-white);
  background-color: hsl(0 0% 100% / 0.7);
  border-radius: 4px;
  padding: 2px;
}
.directorist-content-active #progress-bar {
  width: 0;
  height: 100%;
  background-color: #76a6fc;
  border-radius: 4px;
}
.directorist-content-active .gm-fullscreen-control {
  width: 50px !important;
  height: 50px !important;
  margin: 20px !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 0.26) !important;
  box-shadow: 0 2px 20px rgb(0 0 0 / 0.26) !important;
}
.directorist-content-active .gmnoprint {
  border-radius: 5px;
}
.directorist-content-active .gm-style-cc,
.directorist-content-active .gm-style-mtc-bbw,
.directorist-content-active button.gm-svpc {
  display: none;
}
.directorist-content-active .italic {
  font-style: italic;
}
.directorist-content-active .buttonsTable {
  border: 1px solid grey;
  border-collapse: collapse;
}
.directorist-content-active .buttonsTable td,
.directorist-content-active .buttonsTable th {
  padding: 8px;
  border: 1px solid grey;
}
.directorist-content-active .version-disabled {
  text-decoration: line-through;
}
.directorist-form-group .wp-picker-container .button {
  position: relative;
  height: 40px;
  border: 0;
  width: 140px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}
.directorist-form-group .wp-picker-container .button:hover {
  color: var(--directorist-color-white);
  background: rgba(var(--directorist-color-dark-rgb), 0.7);
}
.directorist-form-group .wp-picker-container .button .wp-color-result-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: auto;
  min-width: 100px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #f7f7f7;
  color: var(--directorist-color-body);
}
.directorist-form-group .wp-picker-container .wp-picker-input-wrap label {
  width: 90px;
}
.directorist-form-group .wp-picker-container .wp-picker-input-wrap label input {
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
}
.directorist-form-group .wp-picker-container .hidden {
  display: none;
}
.directorist-form-group
  .wp-picker-container
  .wp-picker-open
  + .wp-picker-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.directorist-form-group
  .wp-picker-container
  .wp-picker-container
  .wp-picker-input-wrap {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-form-group
  .wp-picker-container
  .wp-picker-container
  .wp-picker-input-wrap.hidden,
.directorist-form-group
  .wp-picker-container
  .wp-picker-container
  .wp-picker-input-wrap
  .screen-reader-text {
  display: none;
}
.directorist-form-group
  .wp-picker-container
  .wp-picker-container
  .wp-picker-input-wrap
  label {
  width: 90px;
  margin: 0;
}
.directorist-form-group
  .wp-picker-container
  .wp-picker-container
  .wp-picker-input-wrap
  label
  + .button {
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}
.directorist-show {
  display: block !important;
}
.directorist-d-none,
.directorist-hide {
  display: none !important;
}
.directorist-text-center {
  text-align: center;
}
.entry-content ul {
  margin: 0;
  padding: 0;
}
.entry-content a {
  text-decoration: none;
}
.entry-content .directorist-search-modal__contents__title {
  margin: 0;
  padding: 0;
  color: var(--directorist-color-dark);
}
button[type="submit"].directorist-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-container-fluid > .directorist-container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.directorist-announcement-wrapper .directorist_not-found p {
  margin-bottom: 0;
}
.directorist-content-active
  .select2-container--open
  .select2-dropdown.select2-dropdown--below {
  top: 0;
  border-color: var(--directorist-color-border);
}
.logged-in.directorist-content-active
  .select2-container--open
  .select2-dropdown.select2-dropdown--below {
  top: 32px;
}
.directorist-content-active
  .directorist-select
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered
  .select2-selection__clear {
  display: none;
}
.directorist-content-active
  .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection {
  height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 5px 0;
  border-radius: 0;
  background: #fff0;
  border-bottom: 1px solid var(--directorist-color-border-gray);
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection:focus {
  border-color: var(--directorist-color-primary);
  outline: none;
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__choice {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__choice__remove {
  position: relative;
  width: 12px;
  margin: 0;
  font-size: 0;
  color: var(--directorist-color-white);
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__choice__remove:before {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/4ff79f85f2a1666e0f80c7ca71039465.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/4ff79f85f2a1666e0f80c7ca71039465.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-white);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__rendered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  overflow-y: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__rendered
  .select2-selection__clear {
  padding-right: 25px;
}
.directorist-content-active
  .select2.select2-container.select2-container--default
  .select2-selection__arrow
  b {
  display: none;
}
.directorist-content-active
  .select2.select2-container.select2-container--focus
  .select2-selection {
  border: none;
  border-bottom: 2px solid var(--directorist-color-primary) !important;
}
.directorist-content-active .select2-container.select2-container--open {
  z-index: 99999;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .select2-container.select2-container--open {
    width: calc(100% - 40px);
  }
}
.directorist-content-active
  .select2-container--default
  .select2-selection
  .select2-selection__arrow
  b {
  margin-top: 0;
}
.directorist-content-active
  .select2-container
  .directorist-select2-addons-area {
  top: unset;
  bottom: 20px;
  right: 0;
}
.directorist-content-active
  .select2-container
  .directorist-select2-addons-area
  .directorist-select2-dropdown-toggle {
  position: absolute;
  right: 0;
  padding: 0;
  width: auto;
  pointer-events: none;
}
.directorist-content-active
  .select2-container
  .directorist-select2-addons-area
  .directorist-select2-dropdown-close {
  position: absolute;
  right: 15px;
  padding: 0;
  display: none;
}
#recover-pass-modal {
  display: none;
}
.directorist-login-wrapper #recover-pass-modal .directorist-btn {
  margin-top: 15px;
}
.directorist-login-wrapper #recover-pass-modal .directorist-btn:hover {
  text-decoration: none;
}
body.modal-overlay-enabled {
  position: relative;
}
body.modal-overlay-enabled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(var(--directorist-color-dark-rgb), 0.05);
  z-index: 1;
}
.directorist-widget {
  margin-bottom: 25px;
}
.directorist-widget .directorist-card__header.directorist-widget__header {
  padding: 20px 25px;
}
.directorist-widget
  .directorist-card__header.directorist-widget__header
  .directorist-widget__header__title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-widget .directorist-card__body.directorist-widget__body {
  padding: 20px 30px;
}
.directorist-sidebar .directorist-card {
  margin-bottom: 25px;
}
.directorist-sidebar .directorist-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.directorist-sidebar .directorist-card .directorist-author-social {
  padding: 22px 0 0;
}
.directorist-sidebar
  .directorist-card
  .directorist-single-author-contact-info
  ul {
  padding: 0;
}
.directorist-sidebar .directorist-card .tagcloud {
  margin: 0;
  padding: 25px;
}
.directorist-sidebar .directorist-card a {
  text-decoration: none;
}
.directorist-sidebar .directorist-card select {
  width: 100%;
  height: 40px;
  padding: 8px 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--directorist-color-border);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.directorist-sidebar .directorist-card select:focus {
  border-color: var(--directorist-color-dark);
}
.directorist-sidebar .directorist-card__header__title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-widget__listing-contact .directorist-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.directorist-widget__listing-contact
  .directorist-form-group
  .directorist-form-element {
  height: 46px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--directorist-color-border);
}
.directorist-widget__listing-contact
  .directorist-form-group
  .directorist-form-element:focus {
  border: 1px solid var(--directorist-color-dark);
}
.directorist-widget__listing-contact
  .directorist-form-group
  .directorist-form-element__prefix {
  height: 46px;
  line-height: 46px;
}
.directorist-widget__listing-contact .directorist-form-group textarea {
  min-height: 130px !important;
  resize: none;
}
.directorist-widget__listing-contact .directorist-btn,
.directorist-widget__submit-listing .directorist-btn {
  width: 100%;
}
.directorist-widget__author-info figure {
  margin: 0;
}
.directorist-widget__author-info .diretorist-view-profile-btn {
  width: 100%;
  margin-top: 25px;
}
.directorist-single-map.directorist-widget__map.leaflet-container {
  margin-bottom: 0;
  border-radius: 12px;
}
.directorist-widget-listing__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.directorist-widget-listing__single:not(:last-child) {
  margin-bottom: 25px;
}
.directorist-widget-listing__image {
  width: 70px;
  height: 70px;
}
.directorist-widget-listing__image a:focus {
  outline: none;
}
.directorist-widget-listing__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.directorist-widget-listing__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-widget-listing__content .directorist-widget-listing__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--directorist-color-dark);
  margin: 0;
}
.directorist-widget-listing__content a {
  text-decoration: none;
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--directorist-color-dark);
}
.directorist-widget-listing__content a:focus {
  outline: none;
}
.directorist-widget-listing__content .directorist-widget-listing__meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-widget-listing__content .directorist-widget-listing__meta,
.directorist-widget-listing__content .directorist-widget-listing__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-widget-listing__content .directorist-widget-listing__rating-point {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0 8px;
  color: var(--directorist-color-body);
}
.directorist-widget-listing__content .directorist-icon-mask {
  line-height: 1;
}
.directorist-widget-listing__content .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-warning);
}
.directorist-widget-listing__content .directorist-widget-listing__reviews {
  font-size: 13px;
  text-decoration: underline;
  color: var(--directorist-color-body);
}
.directorist-widget-listing__content .directorist-widget-listing__price {
  font-size: 15px;
  font-weight: 600;
  color: var(--directorist-color-dark);
}
.directorist-widget__video .directorist-embaded-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.directorist-widget
  .directorist-widget-list
  li:hover
  .directorist-widget-list__icon {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
.directorist-widget .directorist-widget-list li:not(:last-child) {
  margin-bottom: 10px;
}
.directorist-widget .directorist-widget-list li span.fa,
.directorist-widget .directorist-widget-list li span.la {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.directorist-widget .directorist-widget-list .directorist-widget-list__icon {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  background-color: #f1f3f8;
  color: #9299b8;
  border-radius: 50%;
}
.directorist-widget .directorist-widget-list .directorist-child-category {
  padding-left: 44px;
  margin-top: 2px;
}
.directorist-widget .directorist-widget-list .directorist-child-category li a {
  position: relative;
}
.directorist-widget
  .directorist-widget-list
  .directorist-child-category
  li
  a:before {
  position: absolute;
  content: "-";
  left: -12px;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directorist-widget-taxonomy .directorist-taxonomy-list-one {
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__card {
  background: none;
  padding: 0;
  min-height: auto;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  span {
  font-weight: var(--directorist-fw-normal);
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  span:empty {
  display: none;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__icon
  .directorist-icon-mask {
  background-color: var(--directorist-color-light);
}
.directorist-widget-taxonomy .directorist-taxonomy-list-one__icon-default {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--directorist-color-light);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one__icon-default:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--directorist-color-primary);
  display: block;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item {
  background: none;
  padding-bottom: 0;
  -webkit-padding-start: 52px;
  padding-inline-start: 52px;
}
.directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open:not(
    .directorist-taxonomy-list__card--icon
  )
  + .directorist-taxonomy-list__sub-item {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
.directorist-widget-location .directorist-taxonomy-list-one:last-child {
  margin-bottom: 0;
}
.directorist-widget-location
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
.directorist-widget-tags ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.directorist-widget-tags li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.directorist-widget-tags a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--directorist-color-body);
  border: 1px solid var(--directorist-color-border);
  border-radius: var(--directorist-border-radius-xs);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.directorist-widget-tags a:hover {
  color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-widget-advanced-search .directorist-search-form__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-widget-advanced-search
  .directorist-search-form__box
  .directorist-search-form-action {
  margin-top: 25px;
}
.directorist-widget-advanced-search .directorist-search-form-top {
  width: 100%;
}
.directorist-widget-advanced-search
  .directorist-search-form-top
  .directorist-search-modal__contents__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-widget-advanced-search
  .directorist-search-form-top
  .directorist-search-modal__contents__body
  .directorist-search-modal__input {
  width: 100%;
}
.directorist-widget-advanced-search
  .directorist-search-form-top
  .directorist-search-modal__contents__body
  .directorist-search-modal__input
  .directorist-search-field {
  border: 0;
}
.directorist-widget-advanced-search
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  display: block;
  margin: 0 0 15px;
}
.directorist-widget-advanced-search
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  i {
  display: none;
}
.directorist-widget-advanced-search
  .directorist-search-basic-dropdown
  .directorist-checkbox-wrapper,
.directorist-widget-advanced-search
  .directorist-search-basic-dropdown
  .directorist-radio-wrapper,
.directorist-widget-advanced-search
  .directorist-search-basic-dropdown
  .directorist-search-tags {
  gap: 10px;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field
  > label {
  display: block;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field
  .directorist-search-basic-dropdown-label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.directorist-search-field-radius_search
  > label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.directorist-search-field-text_range
  > label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.input-has-value
  .directorist-search-field__label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.input-has-value
  > label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.input-is-focused
  .directorist-search-field__label,
.directorist-widget-advanced-search
  .directorist-search-form
  .directorist-search-field.input-is-focused
  > label {
  font-size: 16px;
  font-weight: 500;
}
.directorist-widget-advanced-search .directorist-checkbox-rating {
  padding: 0;
}
.directorist-widget-advanced-search
  .directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label:not(:last-child) {
  margin-bottom: 15px;
}
.directorist-widget-advanced-search .directorist-btn-ml {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--directorist-color-body);
}
.directorist-widget-advanced-search .directorist-btn-ml:hover {
  color: var(--directorist-color-primary);
}
.directorist-widget-advanced-search .directorist-advanced-filter__action {
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-widget-advanced-search
  .directorist-advanced-filter__action
  .directorist-btn {
  height: 46px;
  font-size: 14px;
  font-weight: 400;
}
.directorist-widget-advanced-search
  .directorist-advanced-filter__action
  .directorist-btn-reset-js {
  height: 46px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 8px;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-light);
}
.directorist-widget-advanced-search
  .directorist-advanced-filter__action
  .directorist-btn-reset-js:focus {
  outline: none;
}
.directorist-widget-advanced-search
  .directorist-advanced-filter__action
  .directorist-btn-reset-js:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.directorist-widget-authentication form {
  margin-bottom: 15px;
}
.directorist-widget-authentication p input:not(input[type="checkbox"]),
.directorist-widget-authentication p label {
  display: block;
}
.directorist-widget-authentication p label {
  padding-bottom: 10px;
}
.directorist-widget-authentication p input:not(input[type="checkbox"]) {
  height: 46px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--directorist-color-border);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-widget-authentication .login-submit button {
  cursor: pointer;
}
.directorist-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 26px;
  min-height: 45px;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid var(--directorist-color-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.directorist-btn .directorist-icon-mask:after {
  background-color: currentColor;
  width: 16px;
  height: 16px;
}
.directorist-btn.directorist-btn--add-listing,
.directorist-btn.directorist-btn--logout {
  line-height: 43px;
}
.directorist-btn:focus,
.directorist-btn:hover {
  color: var(--directorist-color-white);
  outline: 0 !important;
  background-color: rgba(var(--directorist-color-primary-rgb), 0.8);
}
.directorist-btn.directorist-btn-primary {
  background-color: var(--directorist-color-btn-primary-bg);
  color: var(--directorist-color-btn-primary);
  border: 1px solid var(--directorist-color-btn-primary-border);
}
.directorist-btn.directorist-btn-primary:focus,
.directorist-btn.directorist-btn-primary:hover {
  background-color: rgba(var(--directorist-color-btn-primary-rgb), 0.8);
}
.directorist-btn.directorist-btn-primary:focus .directorist-icon-mask:after,
.directorist-btn.directorist-btn-primary:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-btn-primary);
}
.directorist-btn.directorist-btn-secondary {
  background-color: var(--directorist-color-btn-secondary-bg);
  color: var(--directorist-color-btn-secondary);
  border: 1px solid var(--directorist-color-btn-secondary-border);
}
.directorist-btn.directorist-btn-secondary:focus,
.directorist-btn.directorist-btn-secondary:hover {
  background-color: #fff0;
  color: currentColor;
  border-color: var(--directorist-color-btn-secondary-bg);
}
.directorist-btn.directorist-btn-dark {
  background-color: var(--directorist-color-dark);
  border-color: var(--directorist-color-dark);
  color: var(--directorist-color-white);
}
.directorist-btn.directorist-btn-dark:hover {
  background-color: rgba(var(--directorist-color-dark-rgb), 0.8);
}
.directorist-btn.directorist-btn-success {
  background-color: var(--directorist-color-success);
  border-color: var(--directorist-color-success);
  color: var(--directorist-color-white);
}
.directorist-btn.directorist-btn-success:hover {
  background-color: rgba(var(--directorist-color-success-rgb), 0.8);
}
.directorist-btn.directorist-btn-info {
  background-color: var(--directorist-color-info);
  border-color: var(--directorist-color-info);
  color: var(--directorist-color-white);
}
.directorist-btn.directorist-btn-info:hover {
  background-color: rgba(var(--directorist-color-success-rgb), 0.8);
}
.directorist-btn.directorist-btn-light {
  background-color: var(--directorist-color-light);
  border-color: var(--directorist-color-light);
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-light:focus,
.directorist-btn.directorist-btn-light:hover {
  background-color: var(--directorist-color-light-hover);
  color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-lighter {
  border-color: var(--directorist-color-dark);
  background-color: #f6f7f9;
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-warning {
  border-color: var(--directorist-color-warning);
  background-color: var(--directorist-color-warning);
  color: var(--directorist-color-white);
}
.directorist-btn.directorist-btn-warning:hover {
  background-color: rgba(var(--directorist-color-warning-rgb), 0.8);
}
.directorist-btn.directorist-btn-danger {
  border-color: var(--directorist-color-danger);
  background-color: var(--directorist-color-danger);
  color: var(--directorist-color-white);
}
.directorist-btn.directorist-btn-danger:hover {
  background-color: rgba(var(--directorist-color-danger-rgb), 0.8);
}
.directorist-btn.directorist-btn-bg-normal {
  background: #f9f9f9;
}
.directorist-btn.directorist-btn-loading {
  position: relative;
  font-size: 0;
  pointer-events: none;
}
.directorist-btn.directorist-btn-loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: inherit;
}
.directorist-btn.directorist-btn-loading:after {
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--directorist-color-white);
  border-top-color: var(--directorist-color-primary);
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: spin-centered 3s linear infinite;
  animation: spin-centered 3s linear infinite;
}
.directorist-btn.directorist-btn-disabled {
  pointer-events: none;
  opacity: 0.75;
}
.directorist-btn.directorist-btn-outline {
  background: #fff0;
  border: 1px solid var(--directorist-color-border) !important;
  color: var(--directorist-color-dark);
}
.directorist-btn.directorist-btn-outline-normal {
  background: #fff0;
  border: 1px solid var(--directorist-color-normal) !important;
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-outline-normal:focus,
.directorist-btn.directorist-btn-outline-normal:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-normal);
}
.directorist-btn.directorist-btn-outline-light {
  background: #fff0;
  border: 1px solid var(--directorist-color-bg-light) !important;
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-outline-primary {
  background: #fff0;
  border: 1px solid var(--directorist-color-primary) !important;
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-outline-primary:focus,
.directorist-btn.directorist-btn-outline-primary:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-outline-secondary {
  background: #fff0;
  border: 1px solid var(--directorist-color-secondary) !important;
  color: var(--directorist-color-secondary);
}
.directorist-btn.directorist-btn-outline-secondary:focus,
.directorist-btn.directorist-btn-outline-secondary:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-secondary);
}
.directorist-btn.directorist-btn-outline-success {
  background: #fff0;
  border: 1px solid var(--directorist-color-success) !important;
  color: var(--directorist-color-success);
}
.directorist-btn.directorist-btn-outline-success:focus,
.directorist-btn.directorist-btn-outline-success:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-success);
}
.directorist-btn.directorist-btn-outline-info {
  background: #fff0;
  border: 1px solid var(--directorist-color-info) !important;
  color: var(--directorist-color-info);
}
.directorist-btn.directorist-btn-outline-info:focus,
.directorist-btn.directorist-btn-outline-info:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-info);
}
.directorist-btn.directorist-btn-outline-warning {
  background: #fff0;
  border: 1px solid var(--directorist-color-warning) !important;
  color: var(--directorist-color-warning);
}
.directorist-btn.directorist-btn-outline-warning:focus,
.directorist-btn.directorist-btn-outline-warning:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-warning);
}
.directorist-btn.directorist-btn-outline-danger {
  background: #fff0;
  border: 1px solid var(--directorist-color-danger) !important;
  color: var(--directorist-color-danger);
}
.directorist-btn.directorist-btn-outline-danger:focus,
.directorist-btn.directorist-btn-outline-danger:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-danger);
}
.directorist-btn.directorist-btn-outline-dark {
  background: #fff0;
  border: 1px solid var(--directorist-color-primary) !important;
  color: var(--directorist-color-primary);
}
.directorist-btn.directorist-btn-outline-dark:focus,
.directorist-btn.directorist-btn-outline-dark:hover {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-dark);
}
.directorist-btn.directorist-btn-lg {
  min-height: 50px;
}
.directorist-btn.directorist-btn-md {
  min-height: 46px;
}
.directorist-btn.directorist-btn-sm {
  min-height: 40px;
}
.directorist-btn.directorist-btn-xs {
  min-height: 36px;
}
.directorist-btn.directorist-btn-px-15 {
  padding: 0 15px;
}
.directorist-btn.directorist-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes spin-centered {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(1turn);
    transform: translateX(-50%) rotate(1turn);
  }
}
@keyframes spin-centered {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(1turn);
    transform: translateX(-50%) rotate(1turn);
  }
}
.directorist-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.9;
  padding: 0 5px;
  color: var(--directorist-color-white);
  text-transform: uppercase;
  border-radius: 5px;
}
.directorist-badge.directorist-badge-primary {
  background-color: var(--directorist-color-primary);
}
.directorist-badge.directorist-badge-warning {
  background-color: var(--directorist-color-warning);
}
.directorist-badge.directorist-badge-info {
  background-color: var(--directorist-color-info);
}
.directorist-badge.directorist-badge-success {
  background-color: var(--directorist-color-success);
}
.directorist-badge.directorist-badge-danger {
  background-color: var(--directorist-color-danger);
}
.directorist-badge.directorist-badge-light {
  background-color: var(--directorist-color-white);
}
.directorist-badge.directorist-badge-gray {
  background-color: #525768;
}
.directorist-badge.directorist-badge-primary-transparent {
  color: var(--directorist-color-primary);
  background-color: rgba(var(--directorist-color-primary-rgb), 0.15);
}
.directorist-badge.directorist-badge-warning-transparent {
  color: var(--directorist-color-warning);
  background-color: rgba(var(--directorist-color-warning-rgb), 0.15);
}
.directorist-badge.directorist-badge-info-transparent {
  color: var(--directorist-color-info);
  background-color: rgba(var(--directorist-color-info-rgb), 0.15);
}
.directorist-badge.directorist-badge-success-transparent {
  color: var(--directorist-color-success);
  background-color: rgba(var(--directorist-color-success-rgb), 0.15);
}
.directorist-badge.directorist-badge-danger-transparent {
  color: var(--directorist-color-danger);
  background-color: rgba(var(--directorist-color-danger-rgb), 0.15);
}
.directorist-badge.directorist-badge-light-transparent {
  color: var(--directorist-color-white);
  background-color: rgba(var(--directorist-color-white-rgb), 0.15);
}
.directorist-badge.directorist-badge-gray-transparent {
  color: var(--directorist-color-gray);
  background-color: rgba(var(--directorist-color-gray-rgb), 0.15);
}
.directorist-badge .directorist-badge-tooltip {
  position: absolute;
  top: -35px;
  height: 30px;
  line-height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 15px;
  color: var(--directorist-color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.directorist-badge .directorist-badge-tooltip__featured {
  background-color: var(--directorist-color-featured-badge);
}
.directorist-badge .directorist-badge-tooltip__new {
  background-color: var(--directorist-color-new-badge);
}
.directorist-badge .directorist-badge-tooltip__popular {
  background-color: var(--directorist-color-popular-badge);
}
@media screen and (max-width: 480px) {
  .directorist-badge .directorist-badge-tooltip {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0 15px;
  }
}
.directorist-badge:hover .directorist-badge-tooltip {
  opacity: 1;
  visibility: visible;
}
.directorist-custom-range-slider-target,
.directorist-custom-range-slider-target * {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-custom-range-slider-base,
.directorist-custom-range-slider-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.directorist-custom-range-slider-connects {
  overflow: hidden;
  z-index: 0;
}
.directorist-custom-range-slider-connect,
.directorist-custom-range-slider-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: calc(100% - 20px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.directorist-custom-range-slider-vertical
  .directorist-custom-range-slider-origin {
  top: -100%;
  width: 0;
}
.directorist-custom-range-slider-horizontal
  .directorist-custom-range-slider-origin {
  height: 0;
}
.directorist-custom-range-slider-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.directorist-custom-range-slider-touch-area {
  height: 100%;
  width: 100%;
}
.directorist-custom-range-slider-state-tap
  .directorist-custom-range-slider-connect,
.directorist-custom-range-slider-state-tap
  .directorist-custom-range-slider-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.directorist-custom-range-slider-state-drag * {
  cursor: inherit !important;
}
.directorist-custom-range-slider-horizontal
  .directorist-custom-range-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid var(--directorist-color-primary);
  inset-inline-end: -20px;
  top: -8px;
  cursor: pointer;
}
.directorist-custom-range-slider-vertical {
  width: 18px;
}
.directorist-custom-range-slider-vertical
  .directorist-custom-range-slider-handle {
  width: 28px;
  height: 34px;
  inset-inline-end: -6px;
  bottom: -17px;
}
.directorist-custom-range-slider-target {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 7px 0 24px;
  border-radius: 2px;
  background-color: #d9d9d9;
}
.directorist-custom-range-slider-connect {
  background-color: var(--directorist-color-primary);
}
.directorist-custom-range-slider-draggable {
  cursor: ew-resize;
}
.directorist-custom-range-slider-vertical
  .directorist-custom-range-slider-draggable {
  cursor: ns-resize;
}
.directorist-custom-range-slider-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: var(--directorist-color-white);
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.directorist-custom-range-slider-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .directorist-custom-range-slider-connect {
  background-color: #b8b8b8;
}
[disabled].directorist-custom-range-slider-handle,
[disabled] .directorist-custom-range-slider-handle,
[disabled].directorist-custom-range-slider-target {
  cursor: not-allowed;
}
.directorist-custom-range-slider-pips,
.directorist-custom-range-slider-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-custom-range-slider-pips {
  position: absolute;
  color: #999;
}
.directorist-custom-range-slider-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.directorist-custom-range-slider-value-sub {
  color: #ccc;
  font-size: 10px;
}
.directorist-custom-range-slider-marker {
  position: absolute;
  background-color: #ccc;
}
.directorist-custom-range-slider-marker-large,
.directorist-custom-range-slider-marker-sub {
  background-color: #aaa;
}
.directorist-custom-range-slider-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.directorist-custom-range-slider-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.directorist-custom-range-slider-rtl
  .directorist-custom-range-slider-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.directorist-custom-range-slider-marker-horizontal.directorist-custom-range-slider-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.directorist-custom-range-slider-marker-horizontal.directorist-custom-range-slider-marker-sub {
  height: 10px;
}
.directorist-custom-range-slider-marker-horizontal.directorist-custom-range-slider-marker-large {
  height: 15px;
}
.directorist-custom-range-slider-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.directorist-custom-range-slider-value-vertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.directorist-custom-range-slider-rtl
  .directorist-custom-range-slider-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.directorist-custom-range-slider-marker-vertical.directorist-custom-range-slider-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.directorist-custom-range-slider-marker-vertical.directorist-custom-range-slider-marker-sub {
  width: 10px;
}
.directorist-custom-range-slider-marker-vertical.directorist-custom-range-slider-marker-large {
  width: 15px;
}
.directorist-custom-range-slider-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: var(--directorist-color-white);
  color: var(--directorist-color-dark);
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.directorist-custom-range-slider-horizontal
  .directorist-custom-range-slider-tooltip {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.directorist-custom-range-slider-horizontal
  .directorist-custom-range-slider-origin
  > .directorist-custom-range-slider-tooltip {
  -webkit-transform: translate(50%);
  transform: translate(50%);
  left: auto;
  bottom: 10px;
}
.directorist-custom-range-slider-vertical
  .directorist-custom-range-slider-tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.directorist-custom-range-slider-vertical
  .directorist-custom-range-slider-origin
  > .directorist-custom-range-slider-tooltip {
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  top: auto;
  right: 28px;
}
.directorist-swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.directorist-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-swiper .swiper-slide > a,
.directorist-swiper .swiper-slide > div {
  width: 100%;
}
.directorist-swiper__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.directorist-swiper__nav,
.directorist-swiper__nav i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-swiper__nav i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: hsl(0 0% 100% / 0.9);
}
.directorist-swiper__nav .directorist-icon-mask:after {
  width: 10px;
  height: 10px;
  background-color: var(--directorist-color-body);
}
.directorist-swiper__nav:hover i {
  background-color: var(--directorist-color-white);
}
.directorist-swiper__nav--prev {
  left: 10px;
}
.directorist-swiper__nav--next {
  right: 10px;
}
.directorist-swiper__nav--prev-related i {
  left: 0;
  background-color: #f4f4f4;
}
.directorist-swiper__nav--prev-related i:hover {
  background-color: var(--directorist-color-gray);
}
.directorist-swiper__nav--next-related i {
  right: 0;
  background-color: #f4f4f4;
}
.directorist-swiper__nav--next-related i:hover {
  background-color: var(--directorist-color-gray);
}
.directorist-swiper__pagination {
  position: absolute;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-swiper__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 5px;
  height: 5px;
  opacity: 0.6;
  background-color: var(--directorist-color-white);
}
.directorist-swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.directorist-swiper__pagination--related {
  display: none;
}
.directorist-swiper:hover
  > .directorist-swiper__navigation
  .directorist-swiper__nav {
  opacity: 1;
}
.directorist-single-listing-slider {
  width: var(--gallery-crop-width, 740px);
  height: var(--gallery-crop-height, 580px);
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .directorist-single-listing-slider {
    max-height: 450px !important;
  }
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-slider {
    max-height: 400px !important;
  }
}
@media screen and (max-width: 375px) {
  .directorist-single-listing-slider {
    max-height: 350px !important;
  }
}
.directorist-single-listing-slider .directorist-swiper__nav i {
  height: 40px;
  width: 40px;
  background-color: rgb(0 0 0 / 0.5);
}
.directorist-single-listing-slider .directorist-swiper__nav i:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-white);
}
.directorist-single-listing-slider
  .directorist-swiper__nav--prev-single-listing
  i {
  left: 20px;
}
.directorist-single-listing-slider
  .directorist-swiper__nav--next-single-listing
  i {
  right: 20px;
}
.directorist-single-listing-slider .directorist-swiper__nav:hover i {
  background-color: var(--directorist-color-primary);
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-slider .directorist-swiper__nav {
    opacity: 1;
  }
  .directorist-single-listing-slider .directorist-swiper__nav i {
    width: 30px;
    height: 30px;
  }
}
.directorist-single-listing-slider .directorist-swiper__pagination {
  display: none;
}
.directorist-single-listing-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: var(--gallery-crop-width, 740px);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.directorist-single-listing-slider.slider-has-one-item
  .directorist-swiper__navigation,
.directorist-single-listing-slider.slider-has-one-item
  .directorist-swiper__pagination {
  display: none;
}
.directorist-single-listing-slider-thumb {
  width: var(--gallery-crop-width, 740px);
  max-width: 100%;
  margin: 10px auto 0;
  border-radius: 12px;
  overflow: auto;
  height: auto;
}
.directorist-single-listing-slider-thumb .swiper-wrapper {
  gap: 10px;
  height: auto;
}
.directorist-single-listing-slider-thumb .directorist-swiper__navigation,
.directorist-single-listing-slider-thumb .directorist-swiper__pagination {
  display: none;
}
.directorist-single-listing-slider-thumb .swiper-slide {
  position: relative;
  min-width: 100px;
  max-width: 100px;
  height: 90px;
  cursor: pointer;
  margin: 0 !important;
}
.directorist-single-listing-slider-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px;
}
.directorist-single-listing-slider-thumb .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
  background-color: rgb(0 0 0 / 0.3);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.directorist-single-listing-slider-thumb
  .swiper-slide.swiper-slide-thumb-active:before,
.directorist-single-listing-slider-thumb .swiper-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-slider-thumb {
    display: none;
  }
}
.directorist-swiper-related-listing.directorist-swiper {
  padding: 15px;
  margin: -15px;
  height: auto;
}
.directorist-swiper-related-listing.directorist-swiper
  > .directorist-swiper__navigation
  .directorist-swiper__nav
  i {
  height: 40px;
  width: 40px;
}
.directorist-swiper-related-listing.directorist-swiper
  > .directorist-swiper__navigation
  .directorist-swiper__nav
  i:after {
  width: 14px;
  height: 14px;
}
.directorist-swiper-related-listing.directorist-swiper .swiper-wrapper {
  height: auto;
}
.directorist-swiper-related-listing.slider-has-less-items
  > .directorist-swiper__navigation,
.directorist-swiper-related-listing.slider-has-one-item
  > .directorist-swiper__navigation {
  display: none;
}
.directorist-dropdown {
  position: relative;
}
.directorist-dropdown__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-light);
  border-color: var(--directorist-color-light);
  padding: 0 20px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.directorist-dropdown__toggle:focus,
.directorist-dropdown__toggle:hover {
  background-color: var(--directorist-color-light) !important;
  border-color: var(--directorist-color-light) !important;
  outline: 0 !important;
  color: var(--directorist);
}
.directorist-dropdown__toggle.directorist-toggle-has-icon:after {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-color: currentColor;
}
.directorist-dropdown__links {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 190px;
  overflow-y: auto;
  left: 0;
  top: 30px;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  z-index: 99999;
}
.directorist-dropdown__links a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--directorist-color-body);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-dropdown__links a.active,
.directorist-dropdown__links a:hover {
  border-radius: 8px;
  color: var(--directorist-color-primary);
  background-color: rgba(var(--directorist-color-primary-rgb), 0.05);
}
@media screen and (max-width: 575px) {
  .directorist-dropdown__links a {
    padding: 5px 10px;
  }
}
.directorist-dropdown__links--right {
  left: auto;
  right: 0;
}
@media (max-width: 1440px) {
  .directorist-dropdown__links {
    left: unset;
    right: 0;
  }
}
.directorist-dropdown.directorist-sortby-dropdown {
  border-radius: 8px;
  border: 2px solid var(--directorist-color-white);
}
.directorist-dropdown-select {
  position: relative;
}
.directorist-dropdown-select-toggle {
  display: inline-block;
  border: 1px solid #eee;
  padding: 7px 15px;
  position: relative;
}
.directorist-dropdown-select-toggle:before {
  content: "";
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.directorist-dropdown-select-items {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--directorist-color-white);
  z-index: 10;
}
.directorist-dropdown-select-items.directorist-dropdown-select-show {
  top: 30px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.directorist-dropdown-select-item {
  display: block;
}
.directorist-switch {
  position: relative;
  display: block;
}
.directorist-switch input[type="checkbox"]:before {
  display: none;
}
.directorist-switch .directorist-switch-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 24px;
  height: 25px;
  opacity: 0;
}
.directorist-switch
  .directorist-switch-input:checked
  + .directorist-switch-label {
  color: #1a1b29;
  font-weight: 500;
}
.directorist-switch
  .directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-primary);
}
.directorist-switch
  .directorist-switch-input:checked
  + .directorist-switch-label:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.directorist-switch .directorist-switch-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding-left: 65px;
  margin-left: 0;
  color: var(--directorist-color-body);
}
.directorist-switch .directorist-switch-label:before {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 4px;
  display: block;
  width: 44px;
  height: 24px;
  border-radius: 15px;
  pointer-events: all;
  background-color: #ececec;
}
.directorist-switch .directorist-switch-label:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat 50%/50% 50%;
  top: 4.75px;
  left: 8px;
  background-color: var(--directorist-color-white) !important;
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: 0 0 4px rgb(143 142 159 / 0.15);
  box-shadow: 0 0 4px rgb(143 142 159 / 0.15);
  border-radius: 15px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.directorist-switch.directorist-switch-primary
  .directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-primary);
}
.directorist-switch.directorist-switch-success.directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-success);
}
.directorist-switch.directorist-switch-secondary.directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-secondary);
}
.directorist-switch.directorist-switch-danger.directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-danger);
}
.directorist-switch.directorist-switch-warning.directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-warning);
}
.directorist-switch.directorist-switch-info.directorist-switch-input:checked
  + .directorist-switch-label:before {
  background-color: var(--directorist-color-info);
}
.directorist-switch-Yn {
  font-size: 15px;
  padding: 3px;
  position: relative;
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 17px;
}
.directorist-switch-Yn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 27px;
  padding: 5px 10.5px;
  font-weight: 500;
}
.directorist-switch-Yn input[type="checkbox"] {
  display: none;
}
.directorist-switch-Yn
  input[type="checkbox"]:checked
  + .directorist-switch-yes {
  background-color: #3e62f5;
  color: var(--directorist-color-white);
}
.directorist-switch-Yn input[type="checkbox"] .directorist-switch-yes,
.directorist-switch-Yn
  input[type="checkbox"]:checked
  + span
  + .directorist-switch-no {
  background-color: #fff0;
  color: #9b9eaf;
}
.directorist-switch-Yn input[type="checkbox"] + span + .directorist-switch-no {
  background-color: #fb6665;
  color: var(--directorist-color-white);
}
.directorist-switch-Yn .directorist-switch-yes {
  border-radius: 15px 0 0 15px;
}
.directorist-switch-Yn .directorist-switch-no {
  border-radius: 0 15px 15px 0;
}
.directorist-tooltip {
  position: relative;
}
.directorist-tooltip.directorist-tooltip-bottom[data-label]:before {
  bottom: -8px;
  top: auto;
  border-top-color: var(--directorist-color-white);
  border-bottom-color: rgba(var(--directorist-color-dark-rgb), 1);
}
.directorist-tooltip.directorist-tooltip-bottom[data-label]:after {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 100%;
  margin-top: 8px;
}
.directorist-tooltip[data-label]:after,
.directorist-tooltip[data-label]:before {
  position: absolute !important;
  bottom: 100%;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-animation: showTooltip 0.3s ease;
  animation: showTooltip 0.3s ease;
}
.directorist-tooltip[data-label]:before {
  content: "";
  left: 50%;
  top: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid #fff0;
  border-top: 6px solid rgba(var(--directorist-color-dark-rgb), 1);
}
.directorist-tooltip[data-label]:after {
  font-size: 14px;
  content: attr(data-label);
  left: 50%;
  -webkit-transform: translate(-50%, -6px);
  transform: translate(-50%, -6px);
  background: rgba(var(--directorist-color-dark-rgb), 1);
  padding: 4px 12px;
  border-radius: 3px;
  color: var(--directorist-color-white);
  z-index: 9999;
  text-align: center;
  min-width: 140px;
  max-height: 200px;
  overflow-y: auto;
}
.directorist-tooltip[data-label]:hover:after,
.directorist-tooltip[data-label]:hover:before {
  display: block;
}
.directorist-tooltip .directorist-tooltip__label {
  font-size: 16px;
  color: var(--directorist-color-primary);
}
.directorist-tooltip.directorist-tooltip-primary[data-label]:after {
  background-color: var(--directorist-color-primary);
}
.directorist-tooltip.directorist-tooltip-primary[data-label]:before {
  border-top-color: var(--directorist-color-primary);
}
.directorist-tooltip.directorist-tooltip-secondary[data-label]:after {
  background-color: var(--directorist-color-secondary);
}
.directorist-tooltip.directorist-tooltip-secondary[data-label]:before {
  border-bottom-color: var(--directorist-color-secondary);
}
.directorist-tooltip.directorist-tooltip-info[data-label]:after {
  background-color: var(--directorist-color-info);
}
.directorist-tooltip.directorist-tooltip-info[data-label]:before {
  border-top-color: var(--directorist-color-info);
}
.directorist-tooltip.directorist-tooltip-warning[data-label]:after {
  background-color: var(--directorist-color-warning);
}
.directorist-tooltip.directorist-tooltip-warning[data-label]:before {
  border-top-color: var(--directorist-color-warning);
}
.directorist-tooltip.directorist-tooltip-success[data-label]:after {
  background-color: var(--directorist-color-success);
}
.directorist-tooltip.directorist-tooltip-success[data-label]:before {
  border-top-color: var(--directorist-color-success);
}
.directorist-tooltip.directorist-tooltip-danger[data-label]:after {
  background-color: var(--directorist-color-danger);
}
.directorist-tooltip.directorist-tooltip-danger[data-label]:before {
  border-top-color: var(--directorist-color-danger);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-primary[data-label]:before {
  border-bottom-color: var(--directorist-color-primary);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-secondary[data-label]:before {
  border-bottom-color: var(--directorist-color-secondary);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-info[data-label]:before {
  border-bottom-color: var(--directorist-color-info);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-warning[data-label]:before {
  border-bottom-color: var(--directorist-color-warning);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-success[data-label]:before {
  border-bottom-color: var(--directorist-color-success);
}
.directorist-tooltip.directorist-tooltip-bottom.directorist-tooltip-danger[data-label]:before {
  border-bottom-color: var(--directorist-color-danger);
}
@-webkit-keyframes showTooltip {
  0% {
    opacity: 0;
  }
}
@keyframes showTooltip {
  0% {
    opacity: 0;
  }
}
.directorist-alert {
  font-size: 15px;
  word-break: break-word;
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-alert .directorist-icon-mask {
  margin-right: 5px;
}
.directorist-alert > a {
  padding-left: 5px;
}
.directorist-alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.directorist-alert__content i,
.directorist-alert__content span.fa,
.directorist-alert__content span.la {
  margin-right: 12px;
  line-height: 1.65;
}
.directorist-alert__content p {
  margin-bottom: 0;
}
.directorist-alert__close {
  padding: 0 5px;
  font-size: 20px !important;
  background: none !important;
  text-decoration: none;
  margin-left: auto !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-alert__close .fa,
.directorist-alert__close .la,
.directorist-alert__close i,
.directorist-alert__close span {
  font-size: 16px;
  margin-left: 10px;
  color: var(--directorist-color-danger);
}
.directorist-alert__close:focus {
  background-color: #fff0;
  outline: none;
}
.directorist-alert a {
  text-decoration: none;
}
.directorist-alert.directorist-alert-primary {
  background: rgba(var(--directorist-color-primary-rgb), 0.1);
  color: var(--directorist-color-primary);
}
.directorist-alert.directorist-alert-primary .directorist-alert__close {
  color: var(--directorist-color-primary);
}
.directorist-alert.directorist-alert-info {
  background-color: #dcebfe;
  color: #157cf6;
}
.directorist-alert.directorist-alert-info .directorist-alert__close {
  color: #157cf6;
}
.directorist-alert.directorist-alert-warning {
  background-color: #fee9d9;
  color: #f56e00;
}
.directorist-alert.directorist-alert-warning .directorist-alert__close {
  color: #f56e00;
}
.directorist-alert.directorist-alert-danger {
  background-color: #fcd9d9;
  color: #e80000;
}
.directorist-alert.directorist-alert-danger .directorist-alert__close {
  color: #e80000;
}
.directorist-alert.directorist-alert-success {
  background-color: #d9efdc;
  color: #009114;
}
.directorist-alert.directorist-alert-success .directorist-alert__close {
  color: #009114;
}
.directorist-alert--sm {
  padding: 10px 20px;
}
.alert-danger {
  background: rgb(232 0 0 / 0.3);
}
.alert-danger.directorist-register-error {
  background: #fcd9d9;
  color: #e80000;
  border-radius: 3px;
}
.alert-danger.directorist-register-error .directorist-alert__close {
  color: #e80000;
}
.directorist-single-listing-notice .directorist-alert__content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.directorist-single-listing-notice .directorist-alert__content button {
  cursor: pointer;
}
.directorist-single-listing-notice .directorist-alert__content button span {
  font-size: 20px;
}
.directorist-user-dashboard .directorist-container-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-user-dashboard .directorist-alert-info .directorist-alert__close {
  cursor: pointer;
  padding-right: 0;
}
.directorist-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  left: 0;
  top: 0;
  z-index: -1;
  overflow: auto;
  outline: 0;
}
.directorist-modal__dialog {
  position: relative;
  width: 500px;
  margin: 30px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100% - 80px);
  pointer-events: none;
}
.directorist-modal__dialog-lg {
  width: 900px;
}
.directorist-modal__content {
  width: 100%;
  background-color: var(--directorist-color-white);
  pointer-events: auto;
  border-radius: 12px;
  position: relative;
}
.directorist-modal__content .directorist-modal__header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid var(--directorist-color-border-gray);
}
.directorist-modal__content .directorist-modal__header__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: var(--directorist-color-dark);
}
.directorist-modal__content
  .directorist-modal__header
  .directorist-modal-close {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 25px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.45;
  padding: 6px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: var(--directorist-color-bg-light);
}
.directorist-modal__content
  .directorist-modal__header
  .directorist-modal-close:hover {
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-light-hover);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-modal__content .directorist-modal__body {
  padding: 25px 40px;
}
.directorist-modal__content .directorist-modal__footer {
  border-top: 1px solid var(--directorist-color-border-gray);
  padding: 18px;
}
.directorist-modal__content
  .directorist-modal__footer
  .directorist-modal__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -7.5px;
}
.directorist-modal__content
  .directorist-modal__footer
  .directorist-modal__action
  button {
  margin: 7.5px;
}
.directorist-modal__content .directorist-modal .directorist-form-group label {
  font-size: 16px;
}
.directorist-modal__content
  .directorist-modal
  .directorist-form-group
  .directorist-form-element {
  resize: none;
}
.directorist-modal__dialog.directorist-modal--lg {
  width: 800px;
}
.directorist-modal__dialog.directorist-modal--xl {
  width: 1140px;
}
.directorist-modal__dialog.directorist-modal--sm {
  width: 300px;
}
.directorist-modal.directorist-fade {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.directorist-modal.directorist-fade:not(.directorist-show) {
  opacity: 0;
  visibility: hidden;
}
.directorist-modal.directorist-show .directorist-modal__dialog {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-search-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.directorist-search-modal__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.directorist-search-modal__contents {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -100%;
  width: 90%;
  max-width: 600px;
  margin-bottom: 100px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--directorist-color-white);
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents {
    width: 100%;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
  }
}
.directorist-search-modal__contents__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px 15px 40px;
  border-radius: 16px 16px 0 0;
  background-color: var(--directorist-color-white);
  border-bottom: 1px solid var(--directorist-color-border);
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents__header {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.directorist-search-modal__contents__body {
  height: calc(100vh - 380px);
  padding: 30px 40px 0;
  overflow: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents__body {
    margin-top: 55px;
    margin-bottom: 80px;
    padding: 30px 30px 0;
    height: calc(100dvh - 250px);
  }
}
.directorist-search-modal__contents__body .directorist-search-field__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, font-size 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, font-size 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-webkit-input-placeholder,
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-moz-placeholder,
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-search-field__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element:-ms-input-placeholder,
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-search-field__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-ms-input-placeholder,
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-search-field__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::placeholder,
.directorist-search-modal__contents__body
  .directorist-search-field__label
  ~ .directorist-search-field__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-form-group__prefix--start {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-search-field__input.directorist-form-element {
  padding-right: 20px;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-search-field__input.directorist-form-element[type="date"],
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-search-field__input.directorist-form-element[type="number"],
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-search-field__input.directorist-form-element[type="time"] {
  padding-right: 0;
}
.directorist-search-modal__contents__body .directorist-search-field__btn {
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}
.directorist-search-modal__contents__body
  .directorist-search-field__btn--clear {
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.directorist-search-modal__contents__body
  .directorist-search-field__btn--clear
  i:after {
  width: 16px;
  height: 16px;
  background-color: #bcbcbc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.directorist-search-modal__contents__body
  .directorist-search-field__btn--clear:hover
  i:after {
  background-color: var(--directorist-color-primary);
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input[type="number"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input[type="date"],
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input[type="time"] {
  padding-right: 20px;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-form-group__prefix--start {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__label {
  top: 0;
  font-size: 13px;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__btn {
  opacity: 1;
  visibility: visible;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-field__input,
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-select {
  position: relative;
  bottom: -5px;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-select
  .directorist-search-field__label {
  opacity: 1;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-location-js {
  padding-right: 45px;
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-search-form.select2-selection__rendered,
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: var(--directorist-color-dark);
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-select2-addons-area
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-dark);
}
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused.atbdp-form-fade:after,
.directorist-search-modal__contents__body
  .directorist-search-field.input-is-focused
  .directorist-filter-location-icon {
  margin-top: 0;
}
.directorist-search-modal__contents__body
  .directorist-search-field.directorist-search-field-text_range {
  position: relative;
}
.directorist-search-modal__contents__body
  .directorist-search-field.directorist-search-field-text_range
  .directorist-search-field__label {
  font-size: 16px;
  font-weight: 500;
  position: unset;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-select
  .directorist-search-field__label {
  opacity: 0;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-filter-location-icon
  ~ .directorist-search-field__btn--clear {
  right: 25px;
  bottom: 12px;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .directorist-filter-location-icon
  .directorist-icon-mask:after {
  background-color: grey;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .select2-container
  .directorist-select2-addons-area
  .directorist-icon-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-search-modal__contents__body
  .directorist-search-field
  .select2-container
  .directorist-select2-addons-area
  .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
  background-color: grey;
}
.directorist-search-modal__contents__body .directorist-search-form-dropdown {
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-search-modal__contents__body .wp-picker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-search-modal__contents__body
  .wp-picker-container
  .wp-picker-input-wrap {
  margin: 0 !important;
}
.directorist-search-modal__contents__body
  .wp-picker-container
  .wp-picker-input-wrap
  label {
  width: 70px;
}
.directorist-search-modal__contents__body
  .wp-picker-container
  .wp-picker-input-wrap
  label
  input {
  padding-right: 10px !important;
  bottom: 0;
}
.directorist-search-modal__contents__body
  .wp-picker-container
  .wp-picker-input-wrap
  .wp-picker-clear {
  margin: 0;
  width: 100px;
}
.directorist-search-modal__contents__body
  .wp-picker-container
  .wp-picker-holder {
  top: 45px;
}
.directorist-search-modal__contents__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 16px 16px;
  background-color: var(--directorist-color-light);
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents__footer {
    border-radius: 0;
  }
  .directorist-search-modal__contents__footer
    .directorist-advanced-filter__action {
    padding: 15px 30px;
  }
}
.directorist-search-modal__contents__footer
  .directorist-advanced-filter__action
  .directorist-btn {
  font-size: 15px;
}
.directorist-search-modal__contents__footer .directorist-btn-reset-js {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  text-transform: none;
  border: none;
  background: #fff0;
  cursor: pointer;
}
.directorist-search-modal__contents__footer .directorist-btn-reset-js:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.directorist-search-modal__contents__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents__title {
    font-size: 18px;
  }
}
.directorist-search-modal__contents__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: var(--directorist-color-light);
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.directorist-search-modal__contents__btn i:after {
  width: 10px;
  height: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: var(--directorist-color-dark);
}
.directorist-search-modal__contents__btn:hover i:after {
  background-color: var(--directorist-color-danger);
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__contents__btn {
    width: auto;
    height: auto;
    background: #fff0;
  }
  .directorist-search-modal__contents__btn i:after {
    width: 12px;
    height: 12px;
  }
}
.directorist-search-modal
  .directorist-advanced-filter__form
  .directorist-search-modal__contents__body {
  height: calc(100vh - 350px);
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal
    .directorist-advanced-filter__form
    .directorist-search-modal__contents__body {
    height: calc(100vh - 200px);
  }
}
.directorist-search-modal__minimizer {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  border-radius: 8px;
  background-color: var(--directorist-color-border);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal__minimizer {
    opacity: 1;
    visibility: visible;
  }
}
.directorist-search-modal--basic .directorist-search-modal__contents__body {
  margin: 0;
  padding: 30px;
  height: calc(100vh - 260px);
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal--basic .directorist-search-modal__contents__body {
    height: calc(100vh - 110px);
  }
}
@media only screen and (max-width: 575px) {
  .directorist-search-modal--basic .directorist-search-modal__contents {
    margin: 0;
    border-radius: 16px 16px 0 0;
  }
}
.directorist-search-modal--basic .directorist-search-query {
  position: relative;
}
.directorist-search-modal--basic .directorist-search-query:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--directorist-color-body);
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/9ddfe727fdcddbb985d69ce2e9a06358.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/9ddfe727fdcddbb985d69ce2e9a06358.svg);
}
.directorist-search-modal--basic
  .directorist-search-form-action__modal__btn-search {
  border-radius: 8px;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-search-modal--basic
  .directorist-search-form-action__modal__btn-search
  i:after {
  background-color: currentColor;
}
@media screen and (max-width: 575px) {
  .directorist-search-modal--basic .directorist-search-modal__input {
    min-height: 42px;
    border-radius: 8px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field {
    width: 100%;
    margin: 0 20px;
    padding-right: 15px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--directorist-color-body);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/447c512963a6e865700c065e70bb46b7.svg);
    mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/447c512963a6e865700c065e70bb46b7.svg);
    opacity: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input::placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__btn {
    bottom: unset;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-filter-location-icon {
    margin-top: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-search-field__input,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-select {
    width: 100%;
    padding-right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-select {
    width: calc(100% + 20px);
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-select
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle {
    right: 5px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-custom-range-slider__value {
    border-bottom: none;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field
    .directorist-custom-range-slider__value:focus-within {
    outline: none;
    border-bottom: 2px solid var(--directorist-color-primary);
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.directorist-search-field-text_range {
    padding: 5px 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.directorist-search-field-radius_search {
    width: auto;
    padding-right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.directorist-search-field-radius_search
    .directorist-custom-range-slider__range__wrap {
    right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel) {
    margin: 0 40px;
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-select {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 575px) {
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__label {
    font-size: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__label:before {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input {
    bottom: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input::-webkit-input-placeholder {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input::-moz-placeholder {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input:-ms-input-placeholder {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input::-ms-input-placeholder {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input::placeholder {
    opacity: 1;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__btn {
    right: -20px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-filter-location-icon
    ~ .directorist-search-field__btn--clear,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-select
    ~ .directorist-search-field__btn--clear {
    right: 5px !important;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-search-field__input,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-select {
    padding-right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-location-js {
    padding-right: 30px;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(
      .input-has-noLabel
    ).atbdp-form-fade:after,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-filter-location-icon {
    margin-top: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__label {
    opacity: 0;
    font-size: 0 !important;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused {
    padding-right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value
    .directorist-select,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused
    .directorist-select {
    width: 100%;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value
    .directorist-select
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused
    .directorist-select
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle {
    right: 0;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-has-value
    .directorist-select
    ~ .directorist-search-field__btn--clear,
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-field.input-is-focused
    .directorist-select
    ~ .directorist-search-field__btn--clear {
    right: 20px !important;
  }
  .directorist-search-modal--basic
    .directorist-search-modal__input
    .directorist-search-form-dropdown {
    margin-right: 20px !important;
    border-bottom: none;
  }
  .directorist-search-modal--basic .directorist-price-ranges:after {
    top: 30px;
  }
}
.directorist-search-modal--basic .open_now > label {
  display: none;
}
.directorist-search-modal--basic
  .directorist-search-modal__input
  .directorist-price-ranges,
.directorist-search-modal--basic .open_now .check-btn {
  padding: 10px 0;
}
.directorist-search-modal--basic
  .directorist-search-modal__input
  .directorist-price-ranges__price-frequency__btn {
  display: block;
}
.directorist-search-modal--basic
  .directorist-advanced-filter__advanced__element
  .directorist-search-field {
  margin: 0;
  padding: 10px 0;
}
.directorist-search-modal--basic .directorist-checkbox-wrapper,
.directorist-search-modal--basic .directorist-radio-wrapper,
.directorist-search-modal--basic .directorist-search-tags {
  width: 100%;
  margin: 10px 0;
}
.directorist-search-modal--basic
  .directorist-checkbox-wrapper
  .directorist-checkbox,
.directorist-search-modal--basic
  .directorist-checkbox-wrapper
  .directorist-radio,
.directorist-search-modal--basic
  .directorist-radio-wrapper
  .directorist-checkbox,
.directorist-search-modal--basic .directorist-radio-wrapper .directorist-radio,
.directorist-search-modal--basic .directorist-search-tags .directorist-checkbox,
.directorist-search-modal--basic .directorist-search-tags .directorist-radio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.directorist-search-modal--basic
  .directorist-search-tags
  ~ .directorist-btn-ml {
  margin-bottom: 10px;
}
.directorist-search-modal--basic
  .directorist-select
  .select2-container.select2-container--default
  .select2-selection--single {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-search-modal--basic .directorist-search-field-price_range > label,
.directorist-search-modal--basic .directorist-search-field-pricing > label,
.directorist-search-modal--basic
  .directorist-search-field-radius_search
  > label,
.directorist-search-modal--basic .directorist-search-field-text_range > label,
.directorist-search-modal--basic .directorist-search-field__number > label {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.directorist-search-modal--advanced
  .directorist-search-modal__contents__body
  .directorist-search-field__btn {
  bottom: 12px;
}
.directorist-search-modal--full .directorist-search-field {
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.directorist-search-modal--full
  .directorist-search-field
  .directorist-search-field__label {
  font-size: 14px;
  font-weight: 400;
}
.directorist-search-modal--full .directorist-search-field.input-is-focused {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__label {
  top: -35px;
  -webkit-transform: unset;
  transform: unset;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  z-index: 1;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input {
  bottom: 0;
  width: 100%;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal--full
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-search-modal--full .directorist-search-field-pricing > label,
.directorist-search-modal--full .directorist-search-field-radius_search > label,
.directorist-search-modal--full .directorist-search-field-text_range > label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}
.directorist-search-modal__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--directorist-color-border);
  border-radius: 8px;
  min-height: 40px;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-search-modal__input .directorist-select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-search-modal__input
  .directorist-form-group
  .directorist-form-element,
.directorist-search-modal__input
  .directorist-form-group
  .directorist-form-element:focus,
.directorist-search-modal__input .select2.select2-container .select2-selection {
  border: 0;
}
.directorist-search-modal__input__btn {
  width: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-search-modal__input__btn .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--directorist-color-body);
}
.directorist-search-modal__input
  .input-is-focused.directorist-search-query:after {
  display: none;
}
.directorist-search-modal__input
  .input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__input
  .input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-search-modal__input
  .input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__input
  .input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-modal__input
  .input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-search-modal .directorist-checkbox-wrapper,
.directorist-search-modal .directorist-radio-wrapper,
.directorist-search-modal .directorist-search-tags {
  padding: 0;
  gap: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .directorist-search-modal .directorist-search-form-dropdown {
    padding: 0 !important;
  }
  .directorist-search-modal
    .directorist-search-form-dropdown
    .directorist-search-field__btn {
    right: 0;
  }
}
.directorist-search-modal .directorist-search-form-dropdown.input-has-value,
.directorist-search-modal .directorist-search-form-dropdown.input-is-focused {
  margin-top: 0 !important;
}
.directorist-search-modal
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input,
.directorist-search-modal
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input {
  bottom: 0 !important;
  padding-right: 25px;
}
.directorist-search-modal
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label,
.directorist-search-modal
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label {
  opacity: 1 !important;
  visibility: visible;
  margin: 0;
  font-size: 14px !important;
  font-weight: 500;
}
.directorist-search-modal
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-item,
.directorist-search-modal
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-item {
  font-weight: 600;
  margin-left: 5px;
}
.directorist-search-modal
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__btn,
.directorist-search-modal
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__btn {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .directorist-search-modal
    .directorist-search-form-dropdown.input-has-value
    .directorist-search-field__input,
  .directorist-search-modal
    .directorist-search-form-dropdown.input-is-focused
    .directorist-search-field__input {
    padding-right: 0 !important;
  }
  .directorist-search-modal
    .directorist-search-form-dropdown.input-has-value
    .directorist-search-field__btn,
  .directorist-search-modal
    .directorist-search-form-dropdown.input-is-focused
    .directorist-search-field__btn {
    right: 25px !important;
  }
}
.directorist-search-modal .directorist-search-basic-dropdown {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: unset;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  color: var(--directorist-color-dark);
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-prefix:not(:empty) {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-count:not(:empty) {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
  font-size: 10px;
  border-radius: 100%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  i:after {
  width: 12px;
  height: 12px;
  background-color: grey;
}
@media screen and (max-width: 575px) {
  .directorist-search-modal
    .directorist-search-basic-dropdown
    .directorist-search-basic-dropdown-label:before {
    left: -20px !important;
  }
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 150px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  max-height: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 100;
  display: none;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content.dropdown-content-show {
  display: block;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-search-tags {
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-checkbox__label {
  width: 100%;
}
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-checkbox-wrapper,
.directorist-search-modal
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-radio-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-search-modal
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: var(--directorist-color-dark);
}
.directorist-content-active.directorist-overlay-active {
  overflow: hidden;
}
.directorist-content-active
  .directorist-search-modal__input
  .select2.select2-container
  .select2-selection {
  border: 0 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.directorist-content-active .directorist-card {
  border: none;
  padding: 0;
  border-radius: 12px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-content-active .directorist-card__header {
  padding: 20px 25px;
  border-bottom: 1px solid var(--directorist-color-border);
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 575px) {
  .directorist-content-active .directorist-card__header {
    padding: 15px 20px;
  }
}
.directorist-content-active .directorist-card__header__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--directorist-color-dark);
  letter-spacing: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.directorist-content-active .directorist-card__body {
  padding: 25px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 575px) {
  .directorist-content-active .directorist-card__body {
    padding: 20px;
  }
}
.directorist-content-active .directorist-card__body .directorist-review-single,
.directorist-content-active
  .directorist-card__body
  .directorist-widget-tags
  ul {
  padding: 0;
}
.directorist-content-active .directorist-card__body p {
  font-size: 15px;
  margin-top: 0;
}
.directorist-content-active .directorist-card__body p:last-child {
  margin-bottom: 0;
}
.directorist-content-active .directorist-card__body p:empty {
  display: none;
}
.directorist-color-picker-wrap .wp-color-result {
  text-decoration: none;
  margin: 0 6px 0 0 !important;
}
.directorist-color-picker-wrap .wp-color-result:hover {
  background-color: #f9f9f9;
}
.directorist-color-picker-wrap .wp-picker-input-wrap label input {
  width: auto !important;
}
.directorist-color-picker-wrap
  .wp-picker-input-wrap
  label
  input.directorist-color-picker {
  width: 100% !important;
}
.directorist-color-picker-wrap .wp-picker-clear {
  padding: 0 15px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.4;
}
.directorist-form-group {
  position: relative;
  width: 100%;
}
.directorist-form-group textarea,
.directorist-form-group textarea.directorist-form-element {
  min-height: unset;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}
.directorist-form-group__with-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  gap: 10px;
}
.directorist-form-group__with-prefix:focus-within {
  border-bottom: 2px solid var(--directorist-color-dark);
}
.directorist-form-group__with-prefix .directorist-form-element {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 !important;
  border: none !important;
}
.directorist-form-group__with-prefix .directorist-single-info__value {
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
}
.directorist-form-group__prefix {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}
.directorist-form-group__prefix--start {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.directorist-form-group__prefix--end {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-form-group__with-prefix
  .directorist-search-field__input {
  padding-right: 0 !important;
}
.directorist-form-group label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-form-group .directorist-form-element {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: unset;
  min-height: unset;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-dark);
  border: none;
  border-radius: 0;
  background: #fff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid var(--directorist-color-border-gray);
}
.directorist-form-group .directorist-form-element:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: none;
  border-bottom: 2px solid var(--directorist-color-primary);
}
.directorist-form-group .directorist-form-description {
  font-size: 14px;
  margin-top: 10px;
  color: var(--directorist-color-deep-gray);
}
.directorist-form-element.directorist-form-element-lg {
  height: 50px;
}
.directorist-form-element.directorist-form-element-lg__prefix {
  height: 50px;
  line-height: 50px;
}
.directorist-form-element.directorist-form-element-sm {
  height: 30px;
}
.directorist-form-element.directorist-form-element-sm__prefix {
  height: 30px;
  line-height: 30px;
}
.directorist-form-group.directorist-icon-left .directorist-input-icon {
  left: 0;
}
.directorist-form-group.directorist-icon-left .location-name {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-form-group.directorist-icon-right .directorist-input-icon {
  right: 0;
}
.directorist-form-group.directorist-icon-right .location-name {
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-form-group .directorist-input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.45;
  z-index: 99;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.directorist-form-group .directorist-input-icon i,
.directorist-form-group .directorist-input-icon span,
.directorist-form-group .directorist-input-icon svg {
  font-size: 14px;
}
.directorist-form-group .directorist-input-icon .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-form-group .directorist-input-icon {
    margin-top: 0;
  }
}
.directorist-label {
  margin-bottom: 0;
}
input.directorist-toggle-input {
  display: none;
}
.directorist-toggle-input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
span.directorist-toggle-input-label-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
}
span.directorist-toggle-input-label-icon {
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 30px;
  background-color: #d9d9d9;
}
span.directorist-toggle-input-label-icon,
span.directorist-toggle-input-label-icon:after {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
span.directorist-toggle-input-label-icon:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--directorist-color-white);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
input.directorist-toggle-input:checked
  + .directorist-toggle-input-label
  span.directorist-toggle-input-label-icon {
  background-color: #4353ff;
}
input.directorist-toggle-input:not(:checked)
  + .directorist-toggle-input-label
  span.directorist-toggle-input-label-icon:after {
  left: 5px;
}
input.directorist-toggle-input:checked
  + .directorist-toggle-input-label
  span.directorist-toggle-input-label-icon:after {
  left: calc(100% - 20px);
}
.directorist-tab-navigation {
  padding: 0;
  margin: 0 -10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-tab-navigation-list-item {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin: 10px;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: var(--directorist-color-bg-light);
}
.directorist-tab-navigation-list-item.--is-active {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-tab-navigation-list-item.--is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-top: 10px solid var(--directorist-color-primary);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.directorist-tab-navigation-list-item
  .directorist-tab-navigation-list-item-link {
  margin: -15px -20px;
}
.directorist-tab-navigation-list-item-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 4px;
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-bg-light);
}
.directorist-tab-navigation-list-item-link:active,
.directorist-tab-navigation-list-item-link:focus,
.directorist-tab-navigation-list-item-link:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--directorist-color-body);
}
.directorist-tab-navigation-list-item-link.--is-active {
  cursor: default;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.directorist-tab-navigation-list-item-link.--is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-top: 10px solid var(--directorist-color-primary);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.directorist-tab-content {
  display: none;
}
.directorist-tab-content.--is-active {
  display: block;
}
.directorist-headline-4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 400;
}
.directorist-label-addon-prepend {
  margin-right: 10px;
}
.--is-hidden {
  display: none;
}
.directorist-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-checkbox,
.directorist-flex-center,
.directorist-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-checkbox input[type="checkbox"],
.directorist-checkbox input[type="radio"],
.directorist-radio input[type="checkbox"],
.directorist-radio input[type="radio"] {
  display: none !important;
}
.directorist-checkbox input[type="checkbox"] + .directorist-checkbox__label,
.directorist-checkbox input[type="checkbox"] + .directorist-radio__label,
.directorist-checkbox input[type="radio"] + .directorist-checkbox__label,
.directorist-checkbox input[type="radio"] + .directorist-radio__label,
.directorist-radio input[type="checkbox"] + .directorist-checkbox__label,
.directorist-radio input[type="checkbox"] + .directorist-radio__label,
.directorist-radio input[type="radio"] + .directorist-checkbox__label,
.directorist-radio input[type="radio"] + .directorist-radio__label {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1.4;
  color: var(--directorist-color-body);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
.directorist-checkbox input[type="checkbox"] + .directorist-radio__label:after,
.directorist-checkbox input[type="radio"] + .directorist-checkbox__label:after,
.directorist-checkbox input[type="radio"] + .directorist-radio__label:after,
.directorist-radio input[type="checkbox"] + .directorist-checkbox__label:after,
.directorist-radio input[type="checkbox"] + .directorist-radio__label:after,
.directorist-radio input[type="radio"] + .directorist-checkbox__label:after,
.directorist-radio input[type="radio"] + .directorist-radio__label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--directorist-color-gray);
  background-color: #fff0;
}
@media only screen and (max-width: 575px) {
  .directorist-checkbox input[type="checkbox"] + .directorist-checkbox__label,
  .directorist-checkbox input[type="checkbox"] + .directorist-radio__label,
  .directorist-checkbox input[type="radio"] + .directorist-checkbox__label,
  .directorist-checkbox input[type="radio"] + .directorist-radio__label,
  .directorist-radio input[type="checkbox"] + .directorist-checkbox__label,
  .directorist-radio input[type="checkbox"] + .directorist-radio__label,
  .directorist-radio input[type="radio"] + .directorist-checkbox__label,
  .directorist-radio input[type="radio"] + .directorist-radio__label {
    line-height: 1.2;
    padding-left: 25px;
  }
  .directorist-checkbox
    input[type="checkbox"]
    + .directorist-checkbox__label:after,
  .directorist-checkbox
    input[type="checkbox"]
    + .directorist-radio__label:after,
  .directorist-checkbox
    input[type="radio"]
    + .directorist-checkbox__label:after,
  .directorist-checkbox input[type="radio"] + .directorist-radio__label:after,
  .directorist-radio
    input[type="checkbox"]
    + .directorist-checkbox__label:after,
  .directorist-radio input[type="checkbox"] + .directorist-radio__label:after,
  .directorist-radio input[type="radio"] + .directorist-checkbox__label:after,
  .directorist-radio input[type="radio"] + .directorist-radio__label:after {
    top: 1px;
    width: 16px;
    height: 16px;
  }
  .directorist-checkbox
    input[type="checkbox"]
    + .directorist-checkbox__label
    .directorist-icon-mask:after,
  .directorist-checkbox
    input[type="checkbox"]
    + .directorist-radio__label
    .directorist-icon-mask:after,
  .directorist-checkbox
    input[type="radio"]
    + .directorist-checkbox__label
    .directorist-icon-mask:after,
  .directorist-checkbox
    input[type="radio"]
    + .directorist-radio__label
    .directorist-icon-mask:after,
  .directorist-radio
    input[type="checkbox"]
    + .directorist-checkbox__label
    .directorist-icon-mask:after,
  .directorist-radio
    input[type="checkbox"]
    + .directorist-radio__label
    .directorist-icon-mask:after,
  .directorist-radio
    input[type="radio"]
    + .directorist-checkbox__label
    .directorist-icon-mask:after,
  .directorist-radio
    input[type="radio"]
    + .directorist-radio__label
    .directorist-icon-mask:after {
    width: 12px;
    height: 12px;
  }
}
.directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-checkbox
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox
  input[type="radio"]:checked
  + .directorist-radio__label:after,
.directorist-radio
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-radio
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-radio
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:before,
.directorist-checkbox
  input[type="checkbox"]:checked
  + .directorist-radio__label:before,
.directorist-checkbox
  input[type="radio"]:checked
  + .directorist-checkbox__label:before,
.directorist-checkbox
  input[type="radio"]:checked
  + .directorist-radio__label:before,
.directorist-radio
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:before,
.directorist-radio
  input[type="checkbox"]:checked
  + .directorist-radio__label:before,
.directorist-radio
  input[type="radio"]:checked
  + .directorist-checkbox__label:before,
.directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label:before {
  opacity: 1;
  visibility: visible;
}
.directorist-checkbox
  input[type="checkbox"]
  + .directorist-checkbox__label:before {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-color: var(--directorist-color-white);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .directorist-checkbox
    input[type="checkbox"]
    + .directorist-checkbox__label:before {
    top: 4px;
    left: 3px;
  }
}
.directorist-radio input[type="radio"] + .directorist-radio__label:before {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--directorist-color-white);
  border: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
}
@media only screen and (max-width: 575px) {
  .directorist-radio input[type="radio"] + .directorist-radio__label:before {
    left: 3px;
    top: 4px;
  }
}
.directorist-radio
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-primary);
}
.directorist-radio.directorist-radio-circle
  input[type="radio"]
  + .directorist-radio__label:before {
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-color: var(--directorist-color-white);
}
.directorist-checkbox.directorist-checkbox-circle
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-circle
  input[type="checkbox"]
  + .directorist-radio__label:after,
.directorist-checkbox.directorist-checkbox-circle
  input[type="radio"]
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-circle
  input[type="radio"]
  + .directorist-radio__label:after,
.directorist-radio.directorist-radio-circle
  input[type="checkbox"]
  + .directorist-checkbox__label:after,
.directorist-radio.directorist-radio-circle
  input[type="checkbox"]
  + .directorist-radio__label:after,
.directorist-radio.directorist-radio-circle
  input[type="radio"]
  + .directorist-checkbox__label:after,
.directorist-radio.directorist-radio-circle
  input[type="radio"]
  + .directorist-radio__label:after {
  border-radius: 50%;
}
.directorist-checkbox.directorist-checkbox-primary
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-primary
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-checkbox.directorist-checkbox-primary
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-primary
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-checkbox.directorist-checkbox-secondary
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-secondary
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-checkbox.directorist-checkbox-secondary
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-secondary
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-secondary);
  border-color: var(--directorist-color-secondary);
}
.directorist-checkbox.directorist-checkbox-success
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-success
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-checkbox.directorist-checkbox-success
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-success
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-success);
  border-color: var(--directorist-color-success);
}
.directorist-checkbox.directorist-checkbox-blue
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-blue
  input[type="checkbox"]:checked
  + .directorist-radio__label:after,
.directorist-checkbox.directorist-checkbox-blue
  input[type="radio"]:checked
  + .directorist-checkbox__label:after,
.directorist-checkbox.directorist-checkbox-blue
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-radio.directorist-radio-primary
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-white);
  border-color: var(--directorist-color-primary) !important;
}
.directorist-radio.directorist-radio-primary
  input[type="radio"]:checked
  + .directorist-radio__label:before {
  background-color: var(--directorist-color-primary) !important;
}
.directorist-radio.directorist-radio-secondary
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-white);
  border-color: var(--directorist-color-secondary) !important;
}
.directorist-radio.directorist-radio-secondary
  input[type="radio"]:checked
  + .directorist-radio__label:before {
  background-color: var(--directorist-color-secondary) !important;
}
.directorist-radio.directorist-radio-blue
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: var(--directorist-color-white);
  border-color: #3e62f5 !important;
}
.directorist-radio.directorist-radio-blue
  input[type="radio"]:checked
  + .directorist-radio__label:before {
  background-color: #3e62f5 !important;
}
.directorist-checkbox-rating {
  gap: 20px;
  width: 100%;
  padding: 10px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.directorist-checkbox-rating
  input[type="checkbox"]
  + .directorist-checkbox__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.directorist-checkbox-rating .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.directorist-radio.directorist-radio-theme-admin
  input[type="radio"]
  + .directorist-radio__label:before {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background-color: var(--directorist-color-white) !important;
}
.directorist-radio.directorist-radio-theme-admin
  input[type="radio"]
  + .directorist-radio__label:after {
  width: 20px;
  height: 20px;
  border-color: #c6d0dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-radio.directorist-radio-theme-admin
  input[type="radio"]:checked
  + .directorist-radio__label:after {
  background-color: #3e62f5;
  border-color: #3e62f5;
}
.directorist-radio.directorist-radio-theme-admin .directorist-radio__label {
  padding-left: 35px !important;
}
.directorist-checkbox.directorist-checkbox-theme-admin
  input[type="checkbox"]
  + .directorist-checkbox__label:before {
  width: 8px;
  height: 8px;
  top: 6px !important;
  left: 6px !important;
  border-radius: 50%;
  background-color: var(--directorist-color-white) !important;
  content: "";
}
.directorist-checkbox.directorist-checkbox-theme-admin
  input[type="checkbox"]
  + .directorist-checkbox__label:after {
  width: 20px;
  height: 20px;
  border-color: #c6d0dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-checkbox.directorist-checkbox-theme-admin
  input[type="checkbox"]:checked
  + .directorist-checkbox__label:after {
  background-color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-checkbox.directorist-checkbox-theme-admin
  .directorist-checkbox__label {
  padding-left: 35px !important;
}
.directorist-content-active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-content-active .directorist-author-profile {
  padding: 0;
}
.directorist-content-active .directorist-author-profile__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 25px 30px;
  margin: 0 0 40px;
}
.directorist-content-active .directorist-author-profile__wrap__body {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .directorist-content-active .directorist-author-profile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__wrap {
    gap: 8px;
  }
}
.directorist-content-active .directorist-author-profile__avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
.directorist-content-active .directorist-author-profile__avatar img {
  max-width: 100px !important;
  max-height: 100px;
  border-radius: 50%;
  background-color: var(--directorist-color-bg-gray);
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__avatar img {
    max-width: 75px !important;
    max-height: 75px !important;
  }
}
.directorist-content-active
  .directorist-author-profile__avatar__info
  .directorist-author-profile__avatar__info__name {
  margin: 0 0 5px;
}
.directorist-content-active .directorist-author-profile__avatar__info__name {
  font-size: 20px;
  font-weight: 500;
  color: var(--directorist-color-dark);
  margin: 0 0 5px;
}
@media only screen and (max-width: 991px) {
  .directorist-content-active .directorist-author-profile__avatar__info__name {
    margin: 0;
  }
}
.directorist-content-active .directorist-author-profile__avatar__info p {
  margin: 0;
  font-size: 14px;
  color: var(--directorist-color-body);
}
.directorist-content-active .directorist-author-profile__meta-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  list-style-type: none;
}
@media only screen and (max-width: 991px) {
  .directorist-content-active .directorist-author-profile__meta-list {
    gap: 5px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__meta-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.directorist-content-active .directorist-author-profile__meta-list__item {
  gap: 15px;
  margin: 0;
  padding: 18px 75px 18px 18px;
  background-color: var(--directorist-color-bg-gray);
}
.directorist-content-active .directorist-author-profile__meta-list__item,
.directorist-content-active .directorist-author-profile__meta-list__item i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
.directorist-content-active .directorist-author-profile__meta-list__item i {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-profile__meta-list__item
  i:after {
  width: 18px;
  height: 18px;
  background-color: var(--directorist-color-white);
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__meta-list__item i {
    width: auto;
    height: auto;
    background-color: #fff0;
  }
  .directorist-content-active
    .directorist-author-profile__meta-list__item
    i:after {
    width: 12px;
    height: 12px;
    background-color: var(--directorist-color-warning);
  }
}
.directorist-content-active .directorist-author-profile__meta-list__item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-content-active
  .directorist-author-profile__meta-list__item
  span
  span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--directorist-color-primary);
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-profile__meta-list__item
    span {
    gap: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .directorist-content-active
    .directorist-author-profile__meta-list__item
    span
    span {
    font-size: 15px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-content-active .directorist-author-profile__meta-list__item {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-profile__meta-list__item {
    padding: 0;
    gap: 5px;
    background: #fff0;
    border-radius: 0;
  }
  .directorist-content-active
    .directorist-author-profile__meta-list__item:not(:first-child)
    i {
    display: none;
  }
}
.directorist-content-active .directorist-author-profile-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-content-active
  .directorist-author-profile-content
  .directorist-card__header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
}
.directorist-content-active
  .directorist-author-profile-content
  .directorist-card__header__title
  i {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-light);
}
.directorist-content-active
  .directorist-author-profile-content
  .directorist-card__header__title
  i:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-body);
}
@media screen and (min-width: 576px) {
  .directorist-content-active
    .directorist-author-profile-content
    .directorist-card__header__title
    i {
    display: none;
  }
}
.directorist-content-active .directorist-author-info-list {
  padding: 0;
  margin: 0;
}
.directorist-content-active .directorist-author-info-list li {
  margin-left: 0;
}
.directorist-content-active .directorist-author-info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--directorist-color-body);
}
.directorist-content-active .directorist-author-info-list__item i {
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .directorist-content-active .directorist-author-info-list__item i {
    margin-top: 0;
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--directorist-color-light);
  }
}
.directorist-content-active
  .directorist-author-info-list__item
  .directorist-label {
  display: none;
  min-width: 70px;
  padding-right: 10px;
  margin-right: 8px;
  margin-top: 5px;
  position: relative;
}
.directorist-content-active
  .directorist-author-info-list__item
  .directorist-label:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 375px) {
  .directorist-content-active
    .directorist-author-info-list__item
    .directorist-label {
    min-width: 60px;
  }
}
.directorist-content-active
  .directorist-author-info-list__item
  .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
  background-color: var(--directorist-color-deep-gray);
}
.directorist-content-active
  .directorist-author-info-list__item
  .directorist-info {
  word-break: break-all;
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-info-list__item
    .directorist-info {
    margin-top: 5px;
    word-break: break-all;
  }
}
.directorist-content-active .directorist-author-info-list__item a {
  color: var(--directorist-color-body);
  text-decoration: none;
}
.directorist-content-active .directorist-author-info-list__item a:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-info-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.directorist-content-active
  .directorist-card__body
  .directorist-author-info-list {
  padding: 0;
  margin: 0;
}
.directorist-content-active .directorist-author-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.directorist-content-active .directorist-author-social__item {
  margin: 0;
}
.directorist-content-active .directorist-author-social__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 36px;
  text-align: center;
  background-color: var(--directorist-color-light);
  border-radius: 8px;
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.directorist-content-active
  .directorist-author-social__item
  a
  .directorist-icon-mask:after {
  background-color: grey;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-content-active .directorist-author-social__item a span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-content-active .directorist-author-social__item a:hover {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-social__item
  a:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-content-active .directorist-author-social__item a:hover span.fa,
.directorist-content-active .directorist-author-social__item a:hover span.la {
  background: none;
  color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-author-contact
  .directorist-author-social {
  margin: 22px 0 0;
}
.directorist-content-active
  .directorist-author-contact
  .directorist-author-social
  li {
  margin: 0;
}
.directorist-content-active
  .directorist-author-info-widget--light
  .directorist-author-social-item,
.directorist-content-active
  .directorist-author-social--light
  .directorist-author-social-item,
.directorist-content-active
  .directorist-authors-section--light
  .directorist-author-social-item,
.directorist-content-active
  .directorist-single-author-info--light
  .directorist-author-social-item {
  display: inline-block;
  margin: 0;
}
.directorist-content-active
  .directorist-author-info-widget--light
  .directorist-author-social-item
  a,
.directorist-content-active
  .directorist-author-social--light
  .directorist-author-social-item
  a,
.directorist-content-active
  .directorist-authors-section--light
  .directorist-author-social-item
  a,
.directorist-content-active
  .directorist-single-author-info--light
  .directorist-author-social-item
  a {
  font-size: 15px;
  display: block;
  line-height: 35px;
  width: 36px;
  height: 36px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-light);
  border-radius: 4px;
  color: var(--directorist-color-white);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.directorist-content-active
  .directorist-author-info-widget--light
  .directorist-author-social-item
  a
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-author-social--light
  .directorist-author-social-item
  a
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-authors-section--light
  .directorist-author-social-item
  a
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-single-author-info--light
  .directorist-author-social-item
  a
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-body);
}
.directorist-content-active
  .directorist-author-info-widget--light
  .directorist-author-social-item
  a:hover,
.directorist-content-active
  .directorist-author-social--light
  .directorist-author-social-item
  a:hover,
.directorist-content-active
  .directorist-authors-section--light
  .directorist-author-social-item
  a:hover,
.directorist-content-active
  .directorist-single-author-info--light
  .directorist-author-social-item
  a:hover {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-info-widget--light
  .directorist-author-social-item
  a:hover
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-author-social--light
  .directorist-author-social-item
  a:hover
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-authors-section--light
  .directorist-author-social-item
  a:hover
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-single-author-info--light
  .directorist-author-social-item
  a:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-content-active .directorist-author-listing-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-content-active .directorist-author-listing-top__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 52px;
  text-align: center;
}
.directorist-content-active .directorist-author-listing-top__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.directorist-content-active
  .directorist-author-listing-top__filter
  .directorist-dropdown__links {
  max-height: 300px;
  overflow-y: auto;
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-deep-gray);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__link
  i {
  margin: 0;
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__link
  i:after {
  background-color: var(--directorist-color-deep-gray);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__link:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__link:hover
  i:after {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__list
  li {
  margin: 0;
  padding: 0;
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__list__current {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-type-nav__list__current
  i:after {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-author-listing-top
  .directorist-dropdown__toggle {
  position: relative;
  top: -10px;
  gap: 10px;
  background: transparent !important;
  border: none;
  padding: 0;
  min-height: 30px;
  color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-top
    .directorist-dropdown__toggle {
    font-size: 0;
    top: -5px;
  }
  .directorist-content-active
    .directorist-author-listing-top
    .directorist-dropdown__toggle:after {
    -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/87cd0434594c4fe6756c2af1404a5f32.svg);
    mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/87cd0434594c4fe6756c2af1404a5f32.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 16px;
    height: 12px;
    background-color: var(--directorist-color-body);
  }
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-top
    .directorist-type-nav
    .directorist-type-nav__link
    i {
    display: none;
  }
}
.directorist-content-active .directorist-author-listing-content {
  padding: 0;
}
.directorist-content-active
  .directorist-author-listing-content.directorist-author-listing-grid--fix
  .directorist-col-lg-3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-lg-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-lg-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-3 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-2 {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-2 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-author-listing-content.directorist-author-listing-grid--fix
    .directorist-col-2 {
    width: 100%;
  }
}
.directorist-content-active
  .directorist-author-listing-content
  .directorist-pagination {
  padding-top: 35px;
}
.directorist-content-active
  .directorist-author-listing-type
  .directorist-type-nav {
  background: none;
}
.directorist-category-child__card {
  border: 1px solid #eee;
  border-radius: 4px;
}
.directorist-category-child__card__header {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.directorist-category-child__card__header a {
  font-size: 18px;
  font-weight: 600;
  color: #222 !important;
}
.directorist-category-child__card__header i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2c99ff;
  color: var(--directorist-color-white);
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}
.directorist-category-child__card__body {
  padding: 15px 20px;
}
.directorist-category-child__card__body li:not(:last-child) {
  margin-bottom: 5px;
}
.directorist-category-child__card__body li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #444752;
}
.directorist-category-child__card__body li a span {
  color: var(--directorist-color-body);
}
.directorist-archive-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-archive-contents
  .directorist-archive-items
  .directorist-pagination {
  margin-top: 35px;
}
.directorist-archive-contents .gm-style-iw-chr,
.directorist-archive-contents .gm-style-iw-tc {
  display: none;
}
@media screen and (max-width: 575px) {
  .directorist-archive-contents .directorist-archive-contents__top {
    padding: 15px 20px 0;
  }
  .directorist-archive-contents
    .directorist-archive-contents__top
    .directorist-type-nav {
    margin: 0 0 25px;
  }
  .directorist-archive-contents
    .directorist-type-nav__link
    .directorist-icon-mask {
    display: none;
  }
}
.directorist-content-active .directorist-type-nav__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 8px;
  border-bottom: 2px solid #fff0;
  color: var(--directorist-color-body);
}
.directorist-content-active .directorist-type-nav__link:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-type-nav__link:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active .directorist-type-nav__link:focus {
  background-color: #fff0;
}
.directorist-content-active .directorist-type-nav__link .directorist-icon-mask {
  display: inline-block;
  margin: 0 0 10px;
}
.directorist-content-active
  .directorist-type-nav__link
  .directorist-icon-mask:after {
  width: 22px;
  height: 20px;
  background-color: var(--directorist-color-body);
}
.directorist-content-active .directorist-type-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-x: auto;
  scrollbar-width: thin;
}
@media only screen and (max-width: 767px) {
  .directorist-content-active .directorist-type-nav__list {
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-type-nav__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.directorist-content-active .directorist-type-nav__list::-webkit-scrollbar {
  display: none;
}
.directorist-content-active .directorist-type-nav__list li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  list-style: none;
  line-height: 1;
}
.directorist-content-active .directorist-type-nav__list a {
  text-decoration: unset;
}
.directorist-content-active
  .directorist-type-nav__list
  .current
  .directorist-type-nav__link,
.directorist-content-active
  .directorist-type-nav__list
  .directorist-type-nav__list__current
  .directorist-type-nav__link {
  color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-type-nav__list
  .current
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-type-nav__list
  .directorist-type-nav__list__current
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-archive-contents__top
  .directorist-type-nav {
  margin-bottom: 30px;
}
.directorist-content-active
  .directorist-archive-contents__top
  .directorist-header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-archive-contents__top
    .directorist-header-bar
    .directorist-listings-header
    .directorist-modal-btn--full {
    display: none;
  }
  .directorist-content-active
    .directorist-archive-contents__top
    .directorist-header-bar
    .directorist-container-fluid {
    padding: 0;
  }
}
.directorist-content-active .directorist-listings-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.directorist-content-active
  .directorist-listings-header
  .directorist-dropdown
  .directorist-dropdown__links {
  top: 42px;
}
.directorist-content-active
  .directorist-listings-header
  .directorist-header-found-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-content-active .directorist-listings-header__left {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.directorist-content-active .directorist-listings-header__left,
.directorist-content-active
  .directorist-listings-header__left
  .directorist-filter-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-content-active
  .directorist-listings-header__left
  .directorist-filter-btn {
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-light) !important;
  border: 2px solid var(--directorist-color-white);
  padding: 0 20px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directorist-content-active
  .directorist-listings-header__left
  .directorist-filter-btn
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.directorist-content-active
  .directorist-listings-header__left
  .directorist-filter-btn:hover {
  background-color: var(--directorist-color-bg-gray) !important;
  color: rgba(var(--directorist-color-btn-primary-rgb), 0.8);
}
.directorist-content-active .directorist-listings-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .directorist-content-active .directorist-listings-header__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .directorist-content-active
    .directorist-listings-header__right
    .directorist-dropdown__links {
    right: unset;
    left: 0;
    max-width: 250px;
  }
}
.directorist-content-active
  .directorist-listings-header__right
  .directorist-dropdown
  .directorist-dropdown__links__single {
  cursor: pointer;
}
.directorist-content-active
  .directorist-listings-header__right
  .directorist-dropdown
  .directorist-dropdown__links__single:hover {
  background-color: var(--directorist-color-light);
}
.directorist-content-active .directorist-archive-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-content-active
  .directorist-archive-items
  .directorist-archive-notfound {
  padding: 15px;
}
.directorist-viewas {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.directorist-viewas,
.directorist-viewas__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-viewas__item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid var(--directorist-color-white);
  background-color: var(--directorist-color-light);
  color: var(--directorist-color-body);
}
.directorist-viewas__item i:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-body);
}
.directorist-viewas__item.active {
  border-color: var(--directorist-color-primary);
  background-color: var(--directorist-color-primary);
}
.directorist-viewas__item.active i:after {
  background-color: var(--directorist-color-white);
}
@media only screen and (max-width: 575px) {
  .directorist-viewas__item--list {
    display: none;
  }
}
.listing-with-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .listing-with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listing-with-sidebar .directorist-advanced-filter__form {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .listing-with-sidebar .directorist-search-form__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
  }
  .listing-with-sidebar .directorist-search-form-action__submit {
    display: block;
  }
  .listing-with-sidebar .listing-with-sidebar__header .directorist-header-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.listing-with-sidebar__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.listing-with-sidebar__type-nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.listing-with-sidebar__type-nav .directorist-type-nav__list {
  gap: 40px;
}
.listing-with-sidebar__searchform {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (max-width: 767px) {
  .listing-with-sidebar__searchform .directorist-search-form__box {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .listing-with-sidebar__searchform .directorist-search-form__box {
    -webkit-box-shadow: var(--directorist-box-shadow);
    box-shadow: var(--directorist-box-shadow);
    border: 1px solid var(--directorist-color-border-light);
  }
}
.listing-with-sidebar__searchform .directorist-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listing-with-sidebar__searchform
  .directorist-search-form
  .directorist-filter-location-icon {
  right: 15px;
  top: unset;
  -webkit-transform: unset;
  transform: unset;
  bottom: 8px;
}
.listing-with-sidebar__searchform .directorist-advanced-filter__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .listing-with-sidebar__searchform .directorist-advanced-filter__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.listing-with-sidebar__searchform .directorist-search-contents {
  padding: 0;
}
.listing-with-sidebar__searchform
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input,
.listing-with-sidebar__searchform
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input {
  bottom: 0;
}
.listing-with-sidebar__searchform .directorist-search-field-price_range > label,
.listing-with-sidebar__searchform .directorist-search-field-pricing > label,
.listing-with-sidebar__searchform
  .directorist-search-field-radius_search
  > label,
.listing-with-sidebar__searchform .directorist-search-field-text_range > label,
.listing-with-sidebar__searchform .directorist-search-field__number > label {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.listing-with-sidebar__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.listing-with-sidebar__header .directorist-header-bar {
  margin: 0;
}
.listing-with-sidebar__header .directorist-container-fluid {
  padding: 0;
}
.listing-with-sidebar__header .directorist-archive-sidebar-toggle {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  text-transform: capitalize;
  text-decoration: none !important;
  color: var(--directorist-color-primary);
  background-color: var(--directorist-color-light);
  border: 2px solid var(--directorist-color-white);
  cursor: pointer;
  display: none;
}
.listing-with-sidebar__header
  .directorist-archive-sidebar-toggle
  .directorist-icon-mask {
  margin-right: 5px;
}
.listing-with-sidebar__header
  .directorist-archive-sidebar-toggle
  .directorist-icon-mask:after {
  background-color: currentColor;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 991px) {
  .listing-with-sidebar__header .directorist-archive-sidebar-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.listing-with-sidebar__header .directorist-archive-sidebar-toggle--active {
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
}
.listing-with-sidebar__header
  .directorist-archive-sidebar-toggle--active
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.listing-with-sidebar__sidebar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: 350px;
}
.listing-with-sidebar__sidebar form {
  width: 100%;
}
.listing-with-sidebar__sidebar .directorist-advanced-filter__close {
  display: none;
}
@media screen and (max-width: 1199px) {
  .listing-with-sidebar__sidebar {
    max-width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .listing-with-sidebar__sidebar {
    position: fixed;
    left: -360px;
    top: 0;
    height: 100svh;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
    -webkit-box-shadow: 0 10px 15px
      rgba(var(--directorist-color-dark-rgb), 0.15);
    box-shadow: 0 10px 15px rgba(var(--directorist-color-dark-rgb), 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .listing-with-sidebar__sidebar .directorist-search-form__box-wrap {
    padding-bottom: 30px;
  }
  .listing-with-sidebar__sidebar .directorist-advanced-filter__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--directorist-color-light);
  }
}
@media only screen and (max-width: 575px) {
  .listing-with-sidebar__sidebar
    .directorist-search-field
    .directorist-price-ranges {
    margin-top: 15px;
  }
}
.listing-with-sidebar__sidebar--open {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.listing-with-sidebar__sidebar .directorist-form-group label {
  font-size: 15px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.listing-with-sidebar__sidebar .directorist-search-contents {
  padding: 0;
}
.listing-with-sidebar__sidebar .directorist-search-basic-dropdown-content {
  display: block !important;
}
.listing-with-sidebar__sidebar .directorist-search-form__box {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .listing-with-sidebar__sidebar .directorist-search-form__box {
    display: block;
    height: 100svh;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .listing-with-sidebar__sidebar
    .directorist-search-form__box
    .directorist-advanced-filter__advanced {
    display: block;
  }
}
.listing-with-sidebar__sidebar
  .directorist-search-field__input.directorist-form-element:not(
    [type="number"]
  ) {
  padding-right: 20px;
}
.listing-with-sidebar__sidebar .directorist-advanced-filter__top {
  width: 100%;
  padding: 25px 30px 20px;
  border-bottom: 1px solid var(--directorist-color-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-with-sidebar__sidebar .directorist-advanced-filter__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.listing-with-sidebar__sidebar .directorist-advanced-filter__advanced {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px 0;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field
  > label {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-price_range
  > label,
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-radius_search
  > label,
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-text_range
  > label {
  position: unset;
  margin-bottom: 15px;
  color: var(--directorist-color-body);
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field__number
  > label {
  position: unset;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-checkbox-wrapper,
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-radio-wrapper,
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-review,
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-tags {
  margin-top: 13px;
}
@media only screen and (max-width: 575px) {
  .listing-with-sidebar__sidebar
    .directorist-advanced-filter__advanced__element
    .directorist-search-field
    .directorist-checkbox-wrapper,
  .listing-with-sidebar__sidebar
    .directorist-advanced-filter__advanced__element
    .directorist-search-field
    .directorist-radio-wrapper,
  .listing-with-sidebar__sidebar
    .directorist-advanced-filter__advanced__element
    .directorist-search-field
    .directorist-search-review,
  .listing-with-sidebar__sidebar
    .directorist-advanced-filter__advanced__element
    .directorist-search-field
    .directorist-search-tags {
    margin-top: 5px;
  }
}
.listing-with-sidebar__sidebar
  .directorist-form-group:last-child
  .directorist-search-field {
  margin-bottom: 0;
}
.listing-with-sidebar__sidebar .directorist-advanced-filter__action {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 30px 30px;
  border-top: 1px solid var(--directorist-color-light);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__action.directorist-advanced-filter__action--ajax {
  padding: 0;
  border: none;
  text-align: end;
  margin: -20px 0 20px;
  z-index: 1;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__action.directorist-advanced-filter__action--ajax
  .directorist-btn-reset-ajax {
  padding: 0;
  color: var(--directorist-color-info);
  background: #fff0;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.listing-with-sidebar__sidebar
  .directorist-advanced-filter__action.directorist-advanced-filter__action--ajax.reset-btn-disabled {
  display: none;
}
.listing-with-sidebar__sidebar .directorist-search-modal__contents__footer {
  position: relative;
  background-color: #fff0;
}
.listing-with-sidebar__sidebar .directorist-btn-reset-js {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  border: none;
  border-radius: 8px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--directorist-color-light);
}
.listing-with-sidebar__sidebar .directorist-btn-reset-js:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.listing-with-sidebar__sidebar .directorist-btn-submit {
  width: 100%;
}
.listing-with-sidebar__sidebar
  .directorist-price-ranges__price-frequency__btn
  .directorist-pf-range {
  width: 54px;
}
@media screen and (max-width: 575px) {
  .listing-with-sidebar__sidebar
    .directorist-price-ranges__price-frequency__btn
    .directorist-pf-range {
    width: 100%;
  }
}
.listing-with-sidebar__sidebar
  .directorist-price-ranges__price-frequency__btn:last-child {
  border: 0;
}
.listing-with-sidebar__sidebar .directorist-checkbox-wrapper,
.listing-with-sidebar__sidebar .directorist-radio-wrapper,
.listing-with-sidebar__sidebar .directorist-search-tags {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.listing-with-sidebar__sidebar.right-sidebar-contents {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__label {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__label.directorist-search-basic-dropdown-label {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  font-size: 16px;
  font-weight: 500;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__label.directorist-search-basic-dropdown-label
  i,
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__label.directorist-search-basic-dropdown-label
  span {
  display: none;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field
  .directorist-search-field__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__label {
  top: -35px;
  -webkit-transform: unset;
  transform: unset;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  z-index: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input {
  bottom: 0;
  width: 100%;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-search-field.input-is-focused.input-has-noLabel {
  margin-top: 0;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-icon-right
  .directorist-input-icon {
  right: 0;
}
.listing-with-sidebar__sidebar
  .directorist-form-group.directorist-icon-left
  .directorist-input-icon {
  left: 0;
}
.listing-with-sidebar__sidebar
  .directorist-color-picker-wrap
  .wp-picker-container
  .wp-picker-input-wrap {
  margin-bottom: 0;
}
.listing-with-sidebar__sidebar
  .directorist-color-picker-wrap
  .wp-picker-container
  .wp-picker-input-wrap
  .wp-picker-clear {
  margin: 0;
  width: 100px;
}
.listing-with-sidebar__sidebar
  .directorist-color-picker-wrap
  .wp-picker-container
  .wp-picker-holder {
  margin-top: 10px;
}
.listing-with-sidebar__listing {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.listing-with-sidebar__listing .directorist-archive-items,
.listing-with-sidebar__listing .directorist-header-bar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listing-with-sidebar__listing
  .directorist-archive-items
  .directorist-container-fluid,
.listing-with-sidebar__listing
  .directorist-header-bar
  .directorist-container-fluid {
  padding: 0;
}
.listing-with-sidebar__listing .directorist-archive-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.listing-with-sidebar__listing .directorist-search-modal-advanced {
  display: none;
}
.listing-with-sidebar__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field {
    padding: 0;
    margin: 0 20px 0 0;
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field
    .directorist-select {
    width: calc(100% + 20px);
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-has-value,
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-is-focused {
    margin: 0 25px;
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-has-value.input-has-noLabel,
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-is-focused.input-has-noLabel {
    margin: 0;
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-has-value.input-has-noLabel
    .directorist-filter-location-icon,
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-is-focused.input-has-noLabel
    .directorist-filter-location-icon {
    right: 0;
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-has-value.input-has-noLabel
    .directorist-select,
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field.input-is-focused.input-has-noLabel
    .directorist-select {
    width: 100%;
  }
  .listing-with-sidebar
    .directorist-search-form__top
    .directorist-search-field
    .directorist-filter-location-icon {
    right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .logged-in .listing-with-sidebar__sidebar .directorist-search-form__box {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logged-in .listing-with-sidebar__sidebar .directorist-search-form__box {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .logged-in .listing-with-sidebar__sidebar .directorist-search-form__box {
    padding-top: 0;
  }
}
.directorist-advanced-filter__basic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-advanced-filter__basic,
.directorist-advanced-filter__basic__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-advanced-filter__basic__element .directorist-search-field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 575px) {
  .directorist-advanced-filter__basic__element .directorist-search-field {
    margin: 0 0 20px;
  }
}
.directorist-advanced-filter__basic__element .directorist-checkbox-wrapper,
.directorist-advanced-filter__basic__element .directorist-radio-wrapper,
.directorist-advanced-filter__basic__element .directorist-search-tags {
  gap: 15px;
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-advanced-filter__basic__element
  .directorist-checkbox-wrapper
  .directorist-checkbox,
.directorist-advanced-filter__basic__element
  .directorist-checkbox-wrapper
  .directorist-radio,
.directorist-advanced-filter__basic__element
  .directorist-radio-wrapper
  .directorist-checkbox,
.directorist-advanced-filter__basic__element
  .directorist-radio-wrapper
  .directorist-radio,
.directorist-advanced-filter__basic__element
  .directorist-search-tags
  .directorist-checkbox,
.directorist-advanced-filter__basic__element
  .directorist-search-tags
  .directorist-radio {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
@media only screen and (max-width: 575px) {
  .directorist-advanced-filter__basic__element
    .directorist-checkbox-wrapper
    .directorist-checkbox,
  .directorist-advanced-filter__basic__element
    .directorist-checkbox-wrapper
    .directorist-radio,
  .directorist-advanced-filter__basic__element
    .directorist-radio-wrapper
    .directorist-checkbox,
  .directorist-advanced-filter__basic__element
    .directorist-radio-wrapper
    .directorist-radio,
  .directorist-advanced-filter__basic__element
    .directorist-search-tags
    .directorist-checkbox,
  .directorist-advanced-filter__basic__element
    .directorist-search-tags
    .directorist-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.directorist-advanced-filter__basic__element
  .directorist-form-group
  .directorist-filter-location-icon {
  margin-top: 3px;
  z-index: 99;
}
.directorist-advanced-filter__basic__element .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 575px) {
  .directorist-advanced-filter__basic__element .form-group {
    margin: 0 0 20px;
  }
}
.directorist-advanced-filter__basic__element .form-group > label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--directorist-color-dark);
}
.directorist-advanced-filter__advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-advanced-filter__advanced__element {
  overflow: hidden;
}
.directorist-advanced-filter__advanced__element.directorist-search-field-category
  .directorist-search-field.input-is-focused,
.directorist-advanced-filter__advanced__element.directorist-search-field-location
  .directorist-search-field.input-is-focused {
  margin-top: 0;
}
.directorist-advanced-filter__advanced__element .directorist-search-field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: 0 0 40px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media screen and (max-width: 575px) {
  .directorist-advanced-filter__advanced__element .directorist-search-field {
    margin: 0 0 20px;
  }
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  > label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label {
  top: 6px;
  -webkit-transform: unset;
  transform: unset;
  font-size: 14px;
  font-weight: 400;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-webkit-input-placeholder,
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-moz-placeholder,
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-search-field__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element:-ms-input-placeholder,
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-search-field__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-ms-input-placeholder,
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-search-field__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::placeholder,
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__label
  ~ .directorist-search-field__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-form-group__prefix--start {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__input[type="date"],
.directorist-advanced-filter__advanced__element
  .directorist-search-field
  .directorist-search-field__input[type="time"] {
  padding-right: 0;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__label {
  top: -35px;
  -webkit-transform: unset;
  transform: unset;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-form-group__prefix--start {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input {
  bottom: 0;
  width: 100%;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input[type="date"],
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-is-focused
  .directorist-search-field__input[type="time"] {
  padding-right: 20px;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-has-noLabel
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-has-noLabel
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-has-noLabel
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-has-noLabel
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.input-has-noLabel
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-price_range
  > label,
.directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-radius_search
  > label,
.directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field-text_range
  > label,
.directorist-advanced-filter__advanced__element
  .directorist-search-field.directorist-search-field__number
  > label {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}
.directorist-advanced-filter__advanced__element .directorist-checkbox-wrapper,
.directorist-advanced-filter__advanced__element .directorist-radio-wrapper,
.directorist-advanced-filter__advanced__element .directorist-search-tags {
  gap: 15px;
  margin: 0;
  padding: 10px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .directorist-advanced-filter__advanced__element .directorist-checkbox-wrapper,
  .directorist-advanced-filter__advanced__element .directorist-radio-wrapper,
  .directorist-advanced-filter__advanced__element .directorist-search-tags {
    gap: 10px;
  }
}
.directorist-advanced-filter__advanced__element
  .directorist-checkbox-wrapper
  .directorist-checkbox,
.directorist-advanced-filter__advanced__element
  .directorist-checkbox-wrapper
  .directorist-radio,
.directorist-advanced-filter__advanced__element
  .directorist-radio-wrapper
  .directorist-checkbox,
.directorist-advanced-filter__advanced__element
  .directorist-radio-wrapper
  .directorist-radio,
.directorist-advanced-filter__advanced__element
  .directorist-search-tags
  .directorist-checkbox,
.directorist-advanced-filter__advanced__element
  .directorist-search-tags
  .directorist-radio {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
@media only screen and (max-width: 575px) {
  .directorist-advanced-filter__advanced__element
    .directorist-checkbox-wrapper
    .directorist-checkbox,
  .directorist-advanced-filter__advanced__element
    .directorist-checkbox-wrapper
    .directorist-radio,
  .directorist-advanced-filter__advanced__element
    .directorist-radio-wrapper
    .directorist-checkbox,
  .directorist-advanced-filter__advanced__element
    .directorist-radio-wrapper
    .directorist-radio,
  .directorist-advanced-filter__advanced__element
    .directorist-search-tags
    .directorist-checkbox,
  .directorist-advanced-filter__advanced__element
    .directorist-search-tags
    .directorist-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.directorist-advanced-filter__advanced__element
  .directorist-search-tags
  .directorist-checkbox {
  display: none;
}
.directorist-advanced-filter__advanced__element
  .directorist-search-tags
  .directorist-checkbox:nth-child(-n + 4) {
  display: block;
}
.directorist-advanced-filter__advanced__element
  .directorist-form-group
  .directorist-filter-location-icon {
  margin-top: 1px;
  z-index: 99;
}
.directorist-advanced-filter__advanced__element .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 575px) {
  .directorist-advanced-filter__advanced__element .form-group {
    margin: 0 0 20px;
  }
}
.directorist-advanced-filter__advanced__element .form-group > label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--directorist-color-dark);
}
.directorist-advanced-filter__advanced__element.directorist-search-field-checkbox,
.directorist-advanced-filter__advanced__element.directorist-search-field-color_picker,
.directorist-advanced-filter__advanced__element.directorist-search-field-location,
.directorist-advanced-filter__advanced__element.directorist-search-field-pricing,
.directorist-advanced-filter__advanced__element.directorist-search-field-radio,
.directorist-advanced-filter__advanced__element.directorist-search-field-review,
.directorist-advanced-filter__advanced__element.directorist-search-field-tag {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-advanced-filter__advanced__element.directorist-search-field-checkbox
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-color_picker
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-location
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-pricing
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-radio
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-review
  .directorist-search-field,
.directorist-advanced-filter__advanced__element.directorist-search-field-tag
  .directorist-search-field {
  width: 100%;
}
.directorist-advanced-filter__action {
  gap: 10px;
  padding: 17px 40px;
}
.directorist-advanced-filter__action .directorist-btn-reset-js {
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-dark);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.directorist-advanced-filter__action .directorist-btn-reset-js:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.directorist-advanced-filter__action .directorist-btn {
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 32px;
  height: 50px;
  letter-spacing: 0;
}
@media only screen and (max-width: 375px) {
  .directorist-advanced-filter__action .directorist-btn {
    padding: 0 14.5px;
  }
}
.directorist-advanced-filter__action.reset-btn-disabled
  .directorist-btn-reset-js {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.directorist-advanced-filter
  .directorist-form-group.directorist-icon-right
  .directorist-input-icon {
  right: 0;
}
.directorist-advanced-filter
  .directorist-form-group.directorist-icon-left
  .directorist-input-icon {
  left: 0;
}
.directorist-advanced-filter .directorist-date .directorist-form-group,
.directorist-advanced-filter .directorist-time .directorist-form-group {
  width: 100%;
}
.directorist-advanced-filter .directorist-btn-ml {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--directorist-color-body);
}
.directorist-advanced-filter .directorist-btn-ml:hover {
  color: var(--directorist-color-primary);
}
@media screen and (max-width: 575px) {
  .directorist-advanced-filter .directorist-btn-ml {
    margin-top: 10px;
  }
}
.directorist-search-field-radius_search {
  position: relative;
}
.directorist-search-field-radius_search
  .directorist-custom-range-slider__range__wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.directorist-search-field-review .directorist-checkbox {
  display: block;
  width: auto;
}
.directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
  font-weight: 400;
  padding-left: 35px;
  color: var(--directorist-color-body);
}
.directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .directorist-search-field-review
    .directorist-checkbox
    input[type="checkbox"]
    + label:not(:last-child) {
    margin-bottom: 10px;
  }
}
.directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label:before {
  top: 3px;
}
.directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label:after {
  top: -2px;
}
@media only screen and (max-width: 575px) {
  .directorist-search-field-review
    .directorist-checkbox
    input[type="checkbox"]
    + label:after {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-search-field-review
    .directorist-checkbox
    input[type="checkbox"]
    + label {
    padding-left: 28px;
  }
}
.directorist-search-field-review
  .directorist-checkbox
  input[type="checkbox"]
  + label
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-light);
}
.directorist-search-field-review
  .directorist-checkbox
  input[value="1"]
  + label
  .directorist-icon-mask:first-child:after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="2"]
  + label
  .directorist-icon-mask:first-child:after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="2"]
  + label
  .directorist-icon-mask:nth-child(2):after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="3"]
  + label
  .directorist-icon-mask:first-child:after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="3"]
  + label
  .directorist-icon-mask:nth-child(2):after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="3"]
  + label
  .directorist-icon-mask:nth-child(3):after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="4"]
  + label
  .directorist-icon-mask:not(:nth-child(5)):after,
.directorist-search-field-review
  .directorist-checkbox
  input[value="5"]
  + label
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-star);
}
.directorist-search-field .directorist-price-ranges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .directorist-search-field .directorist-price-ranges {
    gap: 12px 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .directorist-search-field .directorist-price-ranges:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: var(--directorist-color-border);
  }
  .directorist-search-field
    .directorist-price-ranges
    .directorist-form-group:last-child {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .directorist-search-field .directorist-price-ranges {
    gap: 20px;
  }
}
.directorist-search-field .directorist-price-ranges__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.directorist-search-field
  .directorist-price-ranges__item.directorist-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff0;
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-search-field
  .directorist-price-ranges__item.directorist-form-group
  .directorist-form-element {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0 !important;
}
.directorist-search-field
  .directorist-price-ranges__item.directorist-form-group:focus-within {
  border-bottom: 2px solid var(--directorist-color-primary);
}
@media screen and (max-width: 575px) {
  .directorist-search-field
    .directorist-price-ranges__item.directorist-form-group {
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid var(--directorist-color-border);
  }
  .directorist-search-field
    .directorist-price-ranges__item.directorist-form-group:focus {
    padding-bottom: 0;
    border: 2px solid var(--directorist-color-primary);
  }
  .directorist-search-field
    .directorist-price-ranges__item.directorist-form-group__prefix {
    height: 34px;
    line-height: 34px;
  }
}
.directorist-search-field .directorist-price-ranges__label {
  margin-right: 5px;
}
.directorist-search-field .directorist-price-ranges__currency {
  line-height: 1;
  margin-right: 4px;
}
.directorist-search-field .directorist-price-ranges__price-frequency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  gap: 6px;
  margin: 11px 0 0;
}
@media screen and (max-width: 575px) {
  .directorist-search-field .directorist-price-ranges__price-frequency {
    gap: 0;
    margin: 0;
    border-radius: 8px;
    border: 1px solid var(--directorist-color-border);
  }
  .directorist-search-field .directorist-price-ranges__price-frequency label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .directorist-search-field
    .directorist-price-ranges__price-frequency
    label:first-child
    .directorist-pf-range {
    border-radius: 10px 0 0 10px;
  }
  .directorist-search-field
    .directorist-price-ranges__price-frequency
    label:last-child
    .directorist-pf-range {
    border-radius: 0 10px 10px 0;
  }
  .directorist-search-field
    .directorist-price-ranges__price-frequency
    label:not(last-child) {
    border-right: 1px solid var(--directorist-color-border);
  }
}
.directorist-search-field
  .directorist-price-ranges__price-frequency
  input[type="radio"] {
  display: none;
}
.directorist-search-field
  .directorist-price-ranges__price-frequency
  input[type="radio"]:checked
  + .directorist-pf-range {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
.directorist-search-field .directorist-price-ranges .directorist-pf-range {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--directorist-color-dark);
  background-color: var(--directorist-color-border);
  border-radius: 8px;
  width: 70px;
  height: 36px;
}
@media screen and (max-width: 575px) {
  .directorist-search-field .directorist-price-ranges .directorist-pf-range {
    width: 100%;
    border-radius: 0;
    background-color: var(--directorist-color-white);
  }
}
.directorist-search-field {
  font-size: 15px;
}
.directorist-search-field .wp-picker-container .wp-color-result,
.directorist-search-field .wp-picker-container .wp-picker-clear {
  text-decoration: none;
}
.directorist-search-field .wp-picker-container .wp-color-result,
.directorist-search-field .wp-picker-container .wp-picker-clear {
  position: relative;
  height: 40px;
  border: 0;
  width: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.directorist-search-field .wp-picker-container .wp-color-result-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  line-height: 1;
}
.directorist-search-field .wp-picker-holder {
  position: absolute;
  z-index: 22;
}
.check-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.check-btn label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.check-btn label input {
  display: none;
}
.check-btn label input:checked + span:before {
  opacity: 1;
  visibility: visible;
}
.check-btn label input:checked + span:after {
  border-color: var(--directorist-color-primary);
  background-color: var(--directorist-color-primary);
}
.check-btn label span {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 42px;
  padding-right: 18px;
  padding-left: 45px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 8px;
  background-color: var(--directorist-color-light);
  color: var(--directorist-color-body);
  cursor: pointer;
}
.check-btn label span i {
  display: none;
}
.check-btn label span:before {
  left: 23px;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/e986e970b493125f349fc279b4b3d57b.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.check-btn label span:after,
.check-btn label span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-color: var(--directorist-color-white);
}
.check-btn label span:after {
  left: 18px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pac-container {
  z-index: 99999;
}
.directorist-search-top {
  text-align: center;
  margin-bottom: 34px;
}
.directorist-search-top__title {
  color: var(--directorist-color-dark);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 18px;
}
.directorist-search-top__subtitle {
  color: var(--directorist-color-body);
  font-size: 18px;
  opacity: 0.8;
  text-align: center;
}
.directorist-search-contents {
  background-size: cover;
  padding: 100px 0 120px;
}
.directorist-search-field__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, font-size 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, font-size 0.3s ease;
}
.directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-webkit-input-placeholder,
.directorist-search-field__label
  ~ .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-moz-placeholder,
.directorist-search-field__label
  ~ .directorist-search-field__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element:-ms-input-placeholder,
.directorist-search-field__label
  ~ .directorist-search-field__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::-ms-input-placeholder,
.directorist-search-field__label
  ~ .directorist-search-field__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field__label
  ~ .directorist-form-group__with-prefix
  .directorist-form-element::placeholder,
.directorist-search-field__label
  ~ .directorist-search-field__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field .directorist-form-group__prefix--start {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.directorist-search-field__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}
.directorist-search-field__btn--clear {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.directorist-search-field__btn--clear i:after {
  width: 16px;
  height: 16px;
  background-color: #bcbcbc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.directorist-search-field__btn--clear:hover i:after {
  background-color: var(--directorist-color-primary);
}
@media screen and (max-width: 575px) {
  .directorist-search-field .directorist-filter-location-icon {
    right: -15px;
  }
}
.directorist-search-field.input-has-value
  .directorist-search-field__input:not(.directorist-select),
.directorist-search-field.input-is-focused
  .directorist-search-field__input:not(.directorist-select) {
  padding-right: 25px;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input.directorist-location-js,
.directorist-search-field.input-is-focused
  .directorist-search-field__input.directorist-location-js {
  padding-right: 45px;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input[type="number"],
.directorist-search-field.input-is-focused
  .directorist-search-field__input[type="number"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input::-webkit-input-placeholder,
.directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input::-moz-placeholder,
.directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input:-ms-input-placeholder,
.directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input::-ms-input-placeholder,
.directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-field.input-has-value
  .directorist-search-field__input::placeholder,
.directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-search-field.input-has-value .directorist-search-field__label,
.directorist-search-field.input-is-focused .directorist-search-field__label {
  top: 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-search-field.input-has-value .directorist-search-field__btn--clear,
.directorist-search-field.input-has-value
  .directorist-search-field__btn
  i:after,
.directorist-search-field.input-is-focused
  .directorist-search-field__btn--clear,
.directorist-search-field.input-is-focused
  .directorist-search-field__btn
  i:after {
  opacity: 1;
  visibility: visible;
}
.directorist-search-field.input-has-value .directorist-form-group__with-prefix,
.directorist-search-field.input-is-focused
  .directorist-form-group__with-prefix {
  border-bottom: 2px solid var(--directorist-color-primary);
}
.directorist-search-field.input-has-value
  .directorist-form-group__prefix--start,
.directorist-search-field.input-is-focused
  .directorist-form-group__prefix--start {
  opacity: 1;
}
.directorist-search-field.input-has-value .directorist-form-group__with-prefix,
.directorist-search-field.input-is-focused
  .directorist-form-group__with-prefix {
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-search-field.input-has-value
  .directorist-form-group__with-prefix
  .directorist-search-field__input,
.directorist-search-field.input-is-focused
  .directorist-form-group__with-prefix
  .directorist-search-field__input {
  bottom: 0;
}
.directorist-search-field.input-has-value .directorist-search-field__input,
.directorist-search-field.input-has-value .directorist-select,
.directorist-search-field.input-is-focused .directorist-search-field__input,
.directorist-search-field.input-is-focused .directorist-select {
  position: relative;
  bottom: -5px;
}
.directorist-search-field.input-has-value.input-has-noLabel
  .directorist-search-field__input,
.directorist-search-field.input-has-value.input-has-noLabel .directorist-select,
.directorist-search-field.input-is-focused.input-has-noLabel
  .directorist-search-field__input,
.directorist-search-field.input-is-focused.input-has-noLabel
  .directorist-select {
  bottom: 0;
  margin-top: 0 !important;
}
.directorist-search-field.input-has-value.directorist-color
  .directorist-search-field__label,
.directorist-search-field.input-has-value.directorist-date
  .directorist-search-field__label,
.directorist-search-field.input-has-value
  .directorist-select
  .directorist-search-field__label,
.directorist-search-field.input-has-value.directorist-time
  .directorist-search-field__label,
.directorist-search-field.input-is-focused.directorist-color
  .directorist-search-field__label,
.directorist-search-field.input-is-focused.directorist-date
  .directorist-search-field__label,
.directorist-search-field.input-is-focused
  .directorist-select
  .directorist-search-field__label,
.directorist-search-field.input-is-focused.directorist-time
  .directorist-search-field__label {
  opacity: 1;
}
.directorist-search-field.input-has-value .directorist-location-js,
.directorist-search-field.input-is-focused .directorist-location-js {
  padding-right: 45px;
}
.directorist-search-field.input-has-value
  .select2-selection--single
  .select2-selection__rendered,
.directorist-search-field.input-has-value
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder,
.directorist-search-field.input-is-focused
  .select2-selection--single
  .select2-selection__rendered,
.directorist-search-field.input-is-focused
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: var(--directorist-color-dark);
}
.directorist-search-field.input-has-value
  .directorist-select2-addons-area
  .directorist-icon-mask:after,
.directorist-search-field.input-is-focused
  .directorist-select2-addons-area
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-dark);
}
.directorist-search-field.directorist-color .directorist-search-field__label,
.directorist-search-field.directorist-date .directorist-search-field__label,
.directorist-search-field .directorist-select .directorist-search-field__label,
.directorist-search-field.directorist-time .directorist-search-field__label {
  opacity: 0;
}
.directorist-search-field
  .directorist-filter-location-icon
  ~ .directorist-search-field__btn--clear,
.directorist-search-field
  .directorist-select
  ~ .directorist-search-field__btn--clear {
  right: 25px;
}
.directorist-search-field
  .directorist-filter-location-icon
  .directorist-icon-mask:after,
.directorist-search-field .directorist-select .directorist-icon-mask:after {
  background-color: grey;
}
.directorist-search-field
  .directorist-filter-location-icon
  ~ .directorist-search-field__btn--clear {
  bottom: 8px;
}
.directorist-preload
  .directorist-search-form-top
  .directorist-search-field__label
  ~ .directorist-search-field__input {
  opacity: 0;
  pointer-events: none;
}
.directorist-search-form__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 22px 22px 22px 25px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .directorist-search-form__box {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-search-form__box {
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
  }
  .directorist-search-form__box .directorist-search-form-action {
    display: none;
  }
}
.directorist-search-form__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .directorist-search-form__top {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .directorist-search-form__top {
    margin-top: 5px;
  }
  .directorist-search-form__top .directorist-search-modal__minimizer {
    display: none;
  }
  .directorist-search-form__top .directorist-search-modal__contents {
    border-radius: 0;
    z-index: 1;
  }
  .directorist-search-form__top .directorist-search-query:after {
    display: none;
  }
  .directorist-search-form__top .directorist-search-modal__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .directorist-search-form__top
    .directorist-search-modal__input
    .directorist-search-modal__input__btn {
    display: none;
  }
  .directorist-search-form__top
    .directorist-search-modal__input
    .directorist-form-group
    .directorist-form-element:focus {
    border-bottom: 2px solid var(--directorist-color-primary);
  }
  .directorist-search-form__top
    .directorist-search-modal__contents__body
    .directorist-search-modal__input
    .directorist-search-field {
    border: 0;
  }
  .directorist-search-form__top
    .directorist-search-modal__input:not(:last-child)
    .directorist-search-field {
    border-right: 1px solid var(--directorist-color-border);
  }
  .directorist-search-form__top
    .directorist-search-adv-filter.directorist-advanced-filter.directorist-search-modal__contents {
    position: unset;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    margin: 0;
    max-width: unset;
    overflow: visible;
  }
  .directorist-search-form__top .directorist-search-modal__contents__body {
    height: auto;
    padding: 0;
    gap: 18px;
    margin: 0;
    overflow: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .directorist-search-form__top
    .directorist-advanced-filter
    .directorist-form-group.directorist-icon-left
    .directorist-input-icon {
    left: 15px;
  }
  .directorist-search-form__top
    .directorist-advanced-filter
    .directorist-form-group.directorist-icon-right
    .directorist-input-icon,
  .directorist-search-form__top
    .select2-container[dir="ltr"]
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle {
    right: 15px;
  }
  .directorist-search-form__top
    .select2-container[dir="ltr"]
    .directorist-select2-addons-area
    .directorist-select2-dropdown-close {
    right: 30px;
  }
  .directorist-search-form__top
    .directorist-search-modal__input:focus-within
    .directorist-select2-dropdown-toggle,
  .directorist-search-form__top
    .directorist-search-modal__input:focus
    .directorist-select2-dropdown-toggle {
    display: block;
  }
  .directorist-search-form__top .directorist-search-category,
  .directorist-search-form__top .directorist-select {
    width: calc(100% + 15px);
  }
}
@media screen and (max-width: 767px) {
  .directorist-search-form__top .directorist-search-modal__input {
    -webkit-box-flex: 44%;
    -webkit-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
  }
}
.directorist-search-form__top
  .directorist-search-modal__input
  .directorist-select2-dropdown-close {
  display: none;
}
.directorist-search-form__top .directorist-search-form__single-category {
  cursor: not-allowed;
}
.directorist-search-form__top
  .directorist-search-form__single-category
  .directorist-category-select,
.directorist-search-form__top
  .directorist-search-form__single-category
  .directorist-category-select
  ~ .select2-container {
  opacity: 0.6;
  pointer-events: none;
}
.directorist-search-form__top
  .directorist-search-form__single-category
  ~ .directorist-search-field__btn {
  cursor: not-allowed;
  pointer-events: none;
}
.directorist-search-form__top .directorist-search-form__single-location {
  cursor: not-allowed;
}
.directorist-search-form__top
  .directorist-search-form__single-location
  .directorist-location-select,
.directorist-search-form__top
  .directorist-search-form__single-location
  .directorist-location-select
  ~ .select2-container {
  opacity: 0.6;
  pointer-events: none;
}
.directorist-search-form__top
  .directorist-search-form__single-location
  ~ .directorist-search-field__btn {
  cursor: not-allowed;
  pointer-events: none;
}
.directorist-search-form__top .directorist-search-field {
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  position: relative;
  padding-bottom: 0;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-search-form__top .directorist-search-field:not(:last-child) {
  border-right: 1px solid var(--directorist-color-border);
}
.directorist-search-form__top .directorist-search-field__btn--clear {
  right: 15px;
  bottom: 8px;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input {
  padding-right: 25px;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input.directorist-select,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input.directorist-select {
  padding-right: 0;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input::-webkit-input-placeholder,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-webkit-input-placeholder {
  opacity: 1;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input::-moz-placeholder,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-moz-placeholder {
  opacity: 1;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input:-ms-input-placeholder,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input:-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input::-ms-input-placeholder,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::-ms-input-placeholder {
  opacity: 1;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-search-field__input::placeholder,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-search-field__input::placeholder {
  opacity: 1;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-location-js,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-location-js {
  padding-right: 45px;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .select2-container
  .select2-selection,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .select2-container
  .select2-selection {
  width: 100%;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .select2-container
  .directorist-select2-addons-area
  .directorist-select2-dropdown-toggle,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .select2-container
  .directorist-select2-addons-area
  .directorist-select2-dropdown-toggle {
  right: 15px;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle {
    right: 5px;
  }
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-filter-location-icon,
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-select,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-filter-location-icon,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-select {
  margin-top: 3px;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-filter-location-icon
  ~ .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-select
  ~ .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-filter-location-icon
  ~ .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-select
  ~ .directorist-search-field__btn--clear {
  right: 38px;
  bottom: 8px;
  top: unset;
  -webkit-transform: unset;
  transform: unset;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-select
  ~ .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-select
  ~ .directorist-search-field__btn--clear {
  bottom: 10px;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-select
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-select
    ~ .directorist-search-field__btn--clear {
    right: 25px !important;
  }
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-color-picker-wrap,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-color-picker-wrap {
  top: 12px;
}
.directorist-search-form__top
  .directorist-search-field.input-has-value
  .directorist-color-picker-wrap
  ~ .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-field.input-is-focused
  .directorist-color-picker-wrap
  ~ .directorist-search-field__btn--clear {
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-color-picker-wrap,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-color-picker-wrap {
    top: 0;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-color-picker-wrap
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-color-picker-wrap
    ~ .directorist-search-field__btn--clear {
    bottom: unset;
  }
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-has-noLabel)
    .directorist-select
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused:not(.input-has-noLabel)
    .directorist-select
    ~ .directorist-search-field__btn--clear {
    right: 10px !important;
  }
}
.directorist-search-form__top
  .directorist-search-field.input-has-value.atbdp-form-fade:after,
.directorist-search-form__top
  .directorist-search-field.input-is-focused.atbdp-form-fade:after {
  margin-top: 3px;
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-form-element {
  background-color: #fff0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  border-bottom: 2px solid #fff0;
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-form-element:focus {
  border-color: var(--directorist-color-primary);
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field
    .directorist-form-element {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-year-ranges__item
  .directorist-form-element {
  border-bottom: 2px solid var(--directorist-color-border);
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-year-ranges__item
  .directorist-form-element:focus {
  border-color: var(--directorist-color-primary);
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-price-ranges__item
  .directorist-form-element,
.directorist-search-form__top
  .directorist-search-field
  .directorist-price-ranges__item
  .directorist-form-element:focus {
  border: none !important;
}
.directorist-search-form__top
  .directorist-search-field.directorist-search-field-radius_search
  .directorist-custom-range-slider__range__wrap {
  right: 15px;
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-select
  .directorist-select__label,
.directorist-search-form__top
  .directorist-search-field
  .directorist-select
  select {
  border: 0;
}
.directorist-search-form__top .directorist-search-field .wp-picker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-search-form__top
  .directorist-search-field
  .wp-picker-container
  .wp-picker-input-wrap {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .directorist-search-form__top
    .directorist-search-field
    .wp-picker-container
    .wp-picker-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directorist-search-form__top
  .directorist-search-field
  .wp-picker-container
  .wp-picker-input-wrap
  label {
  width: 70px;
}
.directorist-search-form__top
  .directorist-search-field
  .wp-picker-container
  .wp-picker-input-wrap
  label
  input {
  padding-right: 10px;
  bottom: 0;
}
.directorist-search-form__top
  .directorist-search-field
  .wp-picker-container
  .wp-picker-input-wrap
  .wp-picker-clear {
  margin: 0;
  width: 100px;
}
.directorist-search-form__top
  .directorist-search-field
  .wp-picker-container
  .wp-picker-holder {
  top: 45px;
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-checkbox-wrapper,
.directorist-search-form__top
  .directorist-search-field
  .directorist-radio-wrapper,
.directorist-search-form__top
  .directorist-search-field
  .directorist-search-tags {
  padding: 0;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-search-form__top
  .directorist-search-field
  .select2.select2-container.select2-container--default
  .select2-selection__rendered {
  font-size: 14px;
  font-weight: 500;
}
.directorist-search-form__top .directorist-search-field .directorist-btn-ml {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--directorist-color-body);
}
.directorist-search-form__top
  .directorist-search-field
  .directorist-btn-ml:hover {
  color: var(--directorist-color-primary);
}
@media screen and (max-width: 767px) {
  .directorist-search-form__top .directorist-search-field {
    -webkit-box-flex: 44%;
    -webkit-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
  }
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top .directorist-search-field {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 20px;
    border: none !important;
  }
  .directorist-search-form__top .directorist-search-field__label {
    left: 0;
    min-width: 14px;
  }
  .directorist-search-form__top .directorist-search-field__label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--directorist-color-body);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/447c512963a6e865700c065e70bb46b7.svg);
    mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/447c512963a6e865700c065e70bb46b7.svg);
    opacity: 0;
  }
  .directorist-search-form__top .directorist-search-field__btn {
    bottom: unset;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .directorist-search-form__top .directorist-search-field__btn i:after {
    width: 14px;
    height: 14px;
  }
  .directorist-search-form__top
    .directorist-search-field
    .select2-container.select2-container--default
    .select2-selection--single {
    width: 100%;
  }
  .directorist-search-form__top
    .directorist-search-field
    .select2-container
    .directorist-select2-addons-area
    .directorist-select2-dropdown-toggle {
    position: absolute;
    right: 5px;
    padding: 0;
    width: auto;
  }
  .directorist-search-form__top .directorist-search-field.input-has-value,
  .directorist-search-form__top .directorist-search-field.input-is-focused {
    padding: 0;
    margin: 0 40px;
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value.input-has-noLabel,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused.input-has-noLabel {
    margin: 0 20px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value.input-has-noLabel
    .directorist-search-field__btn,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused.input-has-noLabel
    .directorist-search-field__btn {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input {
    bottom: 0;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input::-webkit-input-placeholder,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input::-webkit-input-placeholder {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input::-moz-placeholder,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input::-moz-placeholder {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input:-ms-input-placeholder,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input:-ms-input-placeholder {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input::-ms-input-placeholder,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input::-ms-input-placeholder {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input::placeholder,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input::placeholder {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__label,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__label {
    font-size: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__label:before,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__label:before {
    opacity: 1;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__btn,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__btn {
    right: -20px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__btn
    i:after,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__btn
    i:after {
    width: 14px;
    height: 14px;
    opacity: 1;
    visibility: visible;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-filter-location-icon
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-filter-location-icon
    ~ .directorist-search-field__btn--clear {
    right: 25px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-filter-location-icon
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-select
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-filter-location-icon
    ~ .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-select
    ~ .directorist-search-field__btn--clear {
    bottom: 12px;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-search-field__input,
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-select,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-search-field__input,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-select {
    padding-right: 0;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-location-js,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-location-js {
    padding-right: 30px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value.atbdp-form-fade:after,
  .directorist-search-form__top
    .directorist-search-field.input-has-value
    .directorist-filter-location-icon,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused.atbdp-form-fade:after,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused
    .directorist-filter-location-icon {
    margin-top: 0;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value.directorist-icon-right
    .directorist-input-icon,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused.directorist-icon-right
    .directorist-input-icon {
    right: -20px;
    bottom: 12px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value.directorist-icon-right
    .directorist-input-icon.directorist-filter-location-icon,
  .directorist-search-form__top
    .directorist-search-field.input-is-focused.directorist-icon-right
    .directorist-input-icon.directorist-filter-location-icon {
    right: 0;
    bottom: 8px;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__label {
    opacity: 0;
    font-size: 0 !important;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-form__top
    .directorist-search-field.input-has-value:not(.input-is-focused)
    .directorist-search-field__input::placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .directorist-search-form__top
    .directorist-search-field
    .directorist-price-ranges__label {
    top: 12px;
    left: 0;
  }
  .directorist-search-form__top
    .directorist-search-field
    .directorist-price-ranges__currency {
    top: 12px;
    left: 32px;
  }
}
.directorist-search-form__top .select2-container {
  width: 100%;
}
.directorist-search-form__top
  .select2-container.select2-container--default
  .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  border: 0 !important;
  width: calc(100% - 15px);
}
.directorist-search-form__top
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: var(--directorist-color-body);
}
.directorist-search-form__top
  .select2-container.select2-container--default
  .directorist-select2-addons-area
  .directorist-icon-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-search-form__top
  .select2-container.select2-container--default
  .directorist-select2-addons-area
  .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
  background-color: grey;
}
.directorist-search-form__top
  .select2-container
  .directorist-select2-dropdown-close {
  display: none;
}
.directorist-search-form__top
  .select2-container
  .directorist-select2-dropdown-toggle {
  position: absolute;
  padding: 0;
  width: auto;
}
.directorist-search-form__top input[type="number"]::-webkit-inner-spin-button,
.directorist-search-form__top input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top .directorist-search-form-dropdown {
    padding: 0 !important;
    margin-right: 5px !important;
  }
  .directorist-search-form__top
    .directorist-search-form-dropdown
    .directorist-search-field__btn {
    right: 0;
  }
}
.directorist-search-form__top
  .directorist-search-form-dropdown
  .directorist-search-field__btn--clear {
  bottom: 12px;
  opacity: 0;
  visibility: hidden;
}
.directorist-search-form__top
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input {
  padding-right: 25px;
}
.directorist-search-form__top
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label {
  opacity: 1 !important;
  visibility: visible;
  font-size: 14px !important;
  font-weight: 500;
}
.directorist-search-form__top
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-item,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__input
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-item {
  font-weight: 600;
  margin-left: 5px;
}
.directorist-search-form__top
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-has-value
  .directorist-search-field__btn
  i:after,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__btn--clear,
.directorist-search-form__top
  .directorist-search-form-dropdown.input-is-focused
  .directorist-search-field__btn
  i:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-has-value,
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-is-focused {
    margin-right: 20px !important;
  }
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-has-value
    .directorist-search-field__input,
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-is-focused
    .directorist-search-field__input {
    padding-right: 0 !important;
  }
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-has-value
    .directorist-search-field__btn,
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-is-focused
    .directorist-search-field__btn {
    right: 20px;
  }
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-has-value
    .directorist-search-field__btn--clear,
  .directorist-search-form__top
    .directorist-search-form-dropdown.input-is-focused
    .directorist-search-field__btn--clear {
    bottom: 5px;
  }
}
.directorist-search-form__top .directorist-search-basic-dropdown {
  position: relative;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: unset;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  color: var(--directorist-color-body);
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-prefix:not(:empty) {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  .directorist-search-basic-dropdown-selected-count:not(:empty) {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-primary);
  font-size: 10px;
  border-radius: 100%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-label
  i:after {
  width: 12px;
  height: 12px;
  background-color: grey;
}
@media screen and (max-width: 575px) {
  .directorist-search-form__top
    .directorist-search-basic-dropdown
    .directorist-search-basic-dropdown-label:before {
    left: -20px !important;
  }
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 150px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  display: none;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content.dropdown-content-show {
  display: block;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-checkbox-wrapper,
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-radio-wrapper,
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-search-tags {
  gap: 12px;
}
.directorist-search-form__top
  .directorist-search-basic-dropdown
  .directorist-search-basic-dropdown-content
  .directorist-checkbox__label {
  width: 100%;
}
.directorist-search-form__top .directorist-form-group__with-prefix {
  border: none;
}
.directorist-search-form__top
  .directorist-form-group__with-prefix
  .directorist-search-field__input {
  padding-right: 0 !important;
  border: none !important;
  bottom: 0;
}
.directorist-search-form__top
  .directorist-form-group__with-prefix
  .directorist-search-field__input:focus {
  border: none !important;
}
.directorist-search-form__top
  .directorist-form-group__with-prefix
  .directorist-form-element {
  padding-left: 0 !important;
}
.directorist-search-form__top
  .directorist-form-group__with-prefix
  ~ .directorist-search-field__btn--clear {
  bottom: 12px;
}
.directorist-search-form-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .directorist-search-form-action {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-search-form-action {
    width: 100%;
  }
}
.directorist-search-form-action button {
  text-decoration: none;
  text-transform: capitalize;
}
.directorist-search-form-action__filter .directorist-filter-btn {
  gap: 6px;
  height: 50px;
  padding: 0 18px;
  font-weight: 400;
  background-color: var(--directorist-color-white) !important;
  border-color: var(--directorist-color-white);
  color: var(--directorist-color-btn-primary-bg);
}
.directorist-search-form-action__filter
  .directorist-filter-btn
  .directorist-icon-mask:after {
  height: 12px;
  width: 14px;
  background-color: var(--directorist-color-btn-primary-bg);
}
.directorist-search-form-action__filter .directorist-filter-btn:hover {
  color: rgba(var(--directorist-color-btn-primary-rgb), 0.8);
}
@media only screen and (max-width: 767px) {
  .directorist-search-form-action__filter .directorist-filter-btn {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-search-form-action__filter {
    display: none;
  }
}
.directorist-search-form-action__submit .directorist-btn-search {
  gap: 8px;
  height: 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
}
.directorist-search-form-action__submit
  .directorist-btn-search
  .directorist-icon-mask:after {
  height: 16px;
  width: 16px;
  background-color: var(--directorist-color-white);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media only screen and (max-width: 575px) {
  .directorist-search-form-action__submit {
    display: none;
  }
}
.directorist-search-form-action__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .directorist-search-form-action__modal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 576px) {
  .directorist-search-form-action__modal {
    display: none;
  }
}
.directorist-search-form-action__modal__btn-search {
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0 25px;
  font-weight: 600;
  border-radius: 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-search-form-action__modal__btn-search i:after {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.directorist-search-form-action__modal__btn-advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-search-form-action__modal__btn-advanced
  .directorist-icon-mask:after {
  height: 16px;
  width: 16px;
}
.atbdp-form-fade {
  position: relative;
  border-radius: 8px;
  overflow: visible;
}
.atbdp-form-fade.directorist-search-form__box {
  padding: 15px;
  border-radius: 10px;
}
.atbdp-form-fade.directorist-search-form__box:after {
  border-radius: 10px;
}
.atbdp-form-fade.directorist-search-field input[type="text"] {
  padding-left: 15px;
}
.atbdp-form-fade:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid var(--directorist-color-primary);
  border-top: 2px solid #fff0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: atbd_spin2 2s linear infinite;
  animation: atbd_spin2 2s linear infinite;
  z-index: 9999;
}
.atbdp-form-fade:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: rgba(var(--directorist-color-primary-rgb), 0.3);
  z-index: 9998;
}
.directorist-on-scroll-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--directorist-color-primary);
  gap: 8px;
}
.directorist-on-scroll-loading .directorist-spinner {
  width: 25px;
  height: 25px;
  margin: 0;
  background: #fff0;
  border-top: 3px solid var(--directorist-color-primary);
  border-right: 3px solid #fff0;
  border-radius: 50%;
  -webkit-animation: rotate360 1s linear infinite;
  animation: rotate360 1s linear infinite;
}
.directorist-listing-type-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .directorist-listing-type-selection {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-listing-type-selection {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.directorist-listing-type-selection__item {
  margin-bottom: 25px;
  list-style: none;
}
@media screen and (max-width: 575px) {
  .directorist-listing-type-selection__item {
    margin-bottom: 15px;
  }
}
.directorist-listing-type-selection__item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 575px) {
  .directorist-listing-type-selection__item:not(:last-child) {
    margin-right: 20px;
  }
}
.directorist-listing-type-selection__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 8px;
  color: var(--directorist-color-body);
}
.directorist-listing-type-selection__item a:hover {
  color: var(--directorist-color-primary);
}
.directorist-listing-type-selection__item a:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-listing-type-selection__item a:focus {
  background-color: #fff0;
}
.directorist-listing-type-selection__item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--directorist-color-primary);
}
.directorist-listing-type-selection__item a .directorist-icon-mask {
  display: inline-block;
  margin: 0 0 7px;
}
.directorist-listing-type-selection__item a .directorist-icon-mask:after {
  width: 20px;
  height: 20px;
  background-color: var(--directorist-color-body);
}
.directorist-listing-type-selection__item
  .directorist-listing-type-selection__link--current {
  font-weight: 700;
  color: var(--directorist-color-primary);
}
.directorist-listing-type-selection__item
  .directorist-listing-type-selection__link--current
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-listing-type-selection__item
  .directorist-listing-type-selection__link--current:after {
  opacity: 1;
  visibility: visible;
}
.directorist-search-form-wrap .directorist-listing-type-selection {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .directorist-search-form-wrap .directorist-listing-type-selection {
    margin: 0 auto;
  }
}
.directorist-search-contents .directorist-btn-ml:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/05feea3d261c8b97573023a74fd26f03.svg);
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-body);
}
.directorist-search-contents .directorist-btn-ml.active:after {
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c90867d23032298fc0ff1d456a6fdb30.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c90867d23032298fc0ff1d456a6fdb30.svg);
}
.directorist-listing-category-top {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  .directorist-listing-category-top {
    margin-top: 20px;
  }
}
.directorist-listing-category-top h3 {
  font-size: 18px;
  font-weight: 400;
  color: var(--directorist-color-body);
  margin-bottom: 0;
  display: none;
}
.directorist-listing-category-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 35px;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .directorist-listing-category-top ul {
    gap: 12px;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.directorist-listing-category-top li a {
  color: var(--directorist-color-body);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.directorist-listing-category-top li a i,
.directorist-listing-category-top li a span,
.directorist-listing-category-top li a span.fab,
.directorist-listing-category-top li a span.fas,
.directorist-listing-category-top li a span.la,
.directorist-listing-category-top li a span.lab,
.directorist-listing-category-top li a span.lar,
.directorist-listing-category-top li a span.las {
  font-size: 15px;
  color: var(--directorist-color-body);
}
.directorist-listing-category-top li a .directorist-icon-mask:after {
  position: relative;
  height: 15px;
  width: 15px;
  background-color: var(--directorist-color-body);
}
.directorist-listing-category-top li a p {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-listing-category-top li a i {
    display: none;
  }
}
.directorist-search-field .directorist-location-js + .address_result {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 1;
  min-width: 250px;
  max-height: 345px !important;
  overflow-y: scroll;
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  z-index: 10;
}
.directorist-search-field .directorist-location-js + .address_result ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 7px;
  margin: 0 0 15px;
  list-style-type: none;
}
.directorist-search-field .directorist-location-js + .address_result ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  line-height: 18px;
  margin: 0 13px;
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-white);
  border-radius: 8px;
  text-decoration: none;
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a
  .location-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: var(--directorist-color-bg-gray);
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a
  .location-icon
  i:after {
  width: 16px;
  height: 16px;
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a
  .location-address {
  position: relative;
  top: 2px;
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a.current-location {
  height: 50px;
  margin: 0 0 13px;
  padding: 0 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--directorist-color-primary);
  background-color: var(--directorist-color-bg-gray);
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a.current-location
  .location-address {
  position: relative;
  top: 0;
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a.current-location
  .location-address:before {
  content: "Current Location";
}
.directorist-search-field
  .directorist-location-js
  + .address_result
  ul
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-search-field .directorist-location-js + .address_result ul li {
  border: none;
  padding: 0;
  margin: 0;
}
.directorist-zipcode-search .directorist-search-country {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: 0 5px 10px rgb(145 146 163 / 0.2);
  box-shadow: 0 5px 10px rgb(145 146 163 / 0.2);
  border-radius: 3px;
  z-index: 1;
  max-height: 300px;
  overflow-y: scroll;
}
.directorist-zipcode-search .directorist-search-country ul {
  list-style: none;
  padding: 0;
}
.directorist-zipcode-search .directorist-search-country ul a {
  font-size: 14px;
  color: var(--directorist-color-gray);
  line-height: 22px;
  display: block;
}
.directorist-zipcode-search .directorist-search-country ul li {
  border-bottom: 1px solid var(--directorist-color-border);
  padding: 10px 15px;
  margin: 0;
}
.directorist-search-contents .directorist-search-form-top .form-group.open_now {
  -webkit-box-flex: 30.8%;
  -webkit-flex: 30.8%;
  -ms-flex: 30.8%;
  flex: 30.8%;
  border-right: 1px solid var(--directorist-color-border);
}
.directorist-custom-range-slider {
  width: 100%;
}
.directorist-custom-range-slider__wrap {
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.directorist-custom-range-slider__value,
.directorist-custom-range-slider__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.directorist-custom-range-slider__value {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  background: #fff0;
  border-bottom: 1px solid var(--directorist-color-border);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.directorist-custom-range-slider__value:focus-within {
  border-bottom: 2px solid var(--directorist-color-primary);
}
.directorist-custom-range-slider__value input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-primary);
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.directorist-custom-range-slider__label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: var(--directorist-color-light-gray);
}
.directorist-custom-range-slider__prefix {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-primary);
}
.directorist-custom-range-slider__range__wrap {
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
}
.directorist-custom-range-slider__range__wrap,
.directorist-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-pagination {
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-pagination,
.directorist-pagination .page-numbers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--directorist-color-body);
  background-color: var(--directorist-color-white);
  border: 2px solid var(--directorist-color-border);
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}
.directorist-pagination .page-numbers .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-body);
}
.directorist-pagination .page-numbers span {
  border: 0;
  min-width: auto;
  margin: 0;
}
.directorist-pagination .page-numbers.current,
.directorist-pagination .page-numbers:hover {
  border-color: var(--directorist-color-primary);
  color: var(--directorist-color-primary);
}
.directorist-pagination .page-numbers.current .directorist-icon-mask:after,
.directorist-pagination .page-numbers:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-categories {
  margin-top: 15px;
}
.directorist-categories__single {
  border-radius: 12px;
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.directorist-categories__single--image:before {
  position: absolute;
  content: "";
  border-radius: inherit;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  z-index: 0;
}
.directorist-categories__single--image .directorist-categories__single__name,
.directorist-categories__single--image .directorist-categories__single__total {
  color: var(--directorist-color-white);
}
.directorist-categories__single__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 50px 30px;
}
.directorist-categories__single__content .directorist-icon-mask {
  display: inline-block;
}
.directorist-categories__single__name {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--directorist-color-dark);
}
.directorist-categories__single__name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.directorist-categories__single--style-one
  .directorist-categories__single__content
  .directorist-icon-mask:after {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .directorist-categories__single--style-one
    .directorist-categories__single__content
    .directorist-icon-mask:after {
    width: 40px;
    height: 40px;
  }
}
.directorist-categories__single--style-one.directorist-categories__single--image
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-one:not(
    .directorist-categories__single--image
  )
  .directorist-icon-mask {
  background-color: var(--directorist-color-primary);
  border-radius: 50%;
  padding: 17px;
}
.directorist-categories__single--style-one:not(
    .directorist-categories__single--image
  )
  .directorist-icon-mask:after {
  width: 36px;
  height: 36px;
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-one:not(
    .directorist-categories__single--image
  )
  .directorist-categories__single__total {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-deep-gray);
}
.directorist-categories__single--style-two .directorist-icon-mask {
  border: 4px solid var(--directorist-color-primary);
  border-radius: 50%;
  padding: 16px;
}
.directorist-categories__single--style-two .directorist-icon-mask:after {
  width: 40px;
  height: 40px;
}
.directorist-categories__single--style-two.directorist-categories__single--image
  .directorist-icon-mask {
  border-color: var(--directorist-color-white);
}
.directorist-categories__single--style-two.directorist-categories__single--image
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-three {
  height: var(--directorist-category-box-width);
  border-radius: 50%;
}
.directorist-categories__single--style-three .directorist-icon-mask:after {
  width: 40px;
  height: 40px;
}
.directorist-categories__single--style-three .directorist-category-term {
  display: none;
}
.directorist-categories__single--style-three .directorist-category-count {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--directorist-color-primary);
  margin-top: 15px;
}
.directorist-categories__single--style-three.directorist-categories__single--image
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-three .directorist-category-count {
  border-color: var(--directorist-color-white);
}
.directorist-categories__single--style-four .directorist-icon-mask {
  background-color: var(--directorist-color-primary);
  border-radius: 50%;
  padding: 17px;
}
.directorist-categories__single--style-four .directorist-icon-mask:after {
  width: 36px;
  height: 36px;
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-four.directorist-categories__single--image
  .directorist-icon-mask {
  border-color: var(--directorist-color-white);
}
.directorist-categories__single--style-four.directorist-categories__single--image
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-categories__single--style-four:not(
    .directorist-categories__single--image
  )
  .directorist-categories__single__total {
  color: var(--directorist-color-deep-gray);
}
.directorist-categories .directorist-row > * {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .directorist-categories .directorist-col-3 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .directorist-categories .directorist-col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .directorist-categories .directorist-col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .directorist-categories .directorist-col-4 {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .directorist-categories .directorist-col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .directorist-categories .directorist-col-4 {
    width: 100%;
  }
}
.directorist-categories .directorist-type-nav {
  margin-bottom: 15px;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--directorist-color-light);
  border-radius: var(--directorist-border-radius-lg);
  padding: 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  min-height: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__card span {
  font-weight: var(--directorist-fw-medium);
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__card--icon {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__toggle--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 5px;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  .directorist-taxonomy-list__toggler
  .directorist-icon-mask:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__icon
  .directorist-icon-mask {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--directorist-color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__icon
  .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__count,
.directorist-taxonomy-list-one .directorist-taxonomy-list__name {
  color: var(--directorist-color-dark);
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__toggler {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggler
  .directorist-icon-mask:after {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__sub-item {
  margin: 0;
  list-style: none;
  overflow-y: auto;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__sub-item a {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  text-decoration: none;
  color: var(--directorist-color-dark);
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__sub-item ul {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  + .directorist-taxonomy-list__sub-item {
  background-color: var(--directorist-color-light);
  border-radius: 12px;
  -webkit-padding-start: 35px;
  padding-inline-start: 35px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  + .directorist-taxonomy-list__sub-item
  li {
  margin: 0;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  + .directorist-taxonomy-list__sub-item
  li
  > .directorist-taxonomy-list__sub-item {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__card--icon
  + .directorist-taxonomy-list__sub-item {
  -webkit-padding-start: 64px;
  padding-inline-start: 64px;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__card--icon
  + .directorist-taxonomy-list__sub-item
  li
  > .directorist-taxonomy-list__sub-item {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item {
  border-radius: 0 0 16px 16px;
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__sub-item-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__sub-item-toggle
  + .directorist-taxonomy-list__sub-item {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__sub-item-toggle.directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__sub-item-toggle.directorist-taxonomy-list__toggle--open
  .directorist-taxonomy-list__sub-item-toggler:after {
  content: none;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__sub-item-toggler {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__sub-item-toggler:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: var(--directorist-color-deep-gray);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directorist-taxonomy-list-one
  .directorist-taxonomy-list__sub-item-toggler:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 50%;
  top: 0;
  background-color: var(--directorist-color-deep-gray);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list {
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  border-radius: var(--directorist-border-radius-lg);
  background-color: var(--directorist-color-white);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-height: 40px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__card:focus {
  background: none;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__name {
  font-weight: var(--directorist-fw-medium);
  color: var(--directorist-color-dark);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__count {
  color: var(--directorist-color-dark);
}
.directorist-taxonomy-list-two
  .directorist-taxonomy-list__icon
  .directorist-icon-mask {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--directorist-color-dark);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-taxonomy-list-two
  .directorist-taxonomy-list__icon
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__toggle {
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__toggler {
  display: none;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__sub-item {
  margin: 0;
  padding: 15px 20px 25px;
  list-style: none;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__sub-item li {
  margin-bottom: 7px;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__sub-item a {
  text-decoration: none;
  color: var(--directorist-color-dark);
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__sub-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.directorist-taxonomy-list-two .directorist-taxonomy-list__sub-item ul li {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}
.directorist-location {
  margin-top: 30px;
}
.directorist-location--grid-one .directorist-location__single {
  border-radius: var(--directorist-border-radius-lg);
  position: relative;
}
.directorist-location--grid-one .directorist-location__single--img {
  height: 300px;
}
.directorist-location--grid-one .directorist-location__single--img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: inherit;
  left: 0;
  top: 0;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  border-radius: inherit;
}
.directorist-location--grid-one
  .directorist-location__single--img
  .directorist-location__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-location--grid-one
  .directorist-location__single--img
  .directorist-location__content
  a,
.directorist-location--grid-one
  .directorist-location__single--img
  .directorist-location__count {
  color: var(--directorist-color-white);
}
.directorist-location--grid-one .directorist-location__single__img {
  height: inherit;
  border-radius: inherit;
}
.directorist-location--grid-one .directorist-location__single img {
  width: 100%;
  height: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.directorist-location--grid-one
  .directorist-location__single:not(.directorist-location__single--img) {
  height: 300px;
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-white);
}
.directorist-location--grid-one
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  a,
.directorist-location--grid-one
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  h3,
.directorist-location--grid-one
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  span {
  text-align: center;
}
.directorist-location--grid-one .directorist-location__content {
  padding: 22px;
}
.directorist-location--grid-one .directorist-location__content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.directorist-location--grid-one .directorist-location__content a {
  color: var(--directorist-color-dark);
  text-decoration: none;
}
.directorist-location--grid-one .directorist-location__content a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.directorist-location--grid-one .directorist-location__count {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.directorist-location--grid-two .directorist-location__single {
  border-radius: var(--directorist-border-radius-lg);
  position: relative;
}
.directorist-location--grid-two .directorist-location__single--img {
  height: auto;
}
.directorist-location--grid-two
  .directorist-location__single--img
  .directorist-location__content {
  padding: 10px 0 0;
}
.directorist-location--grid-two .directorist-location__single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--directorist-border-radius-lg);
}
.directorist-location--grid-two .directorist-location__single__img {
  position: relative;
  height: 240px;
}
.directorist-location--grid-two .directorist-location__single__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  border-radius: var(--directorist-border-radius-lg);
}
.directorist-location--grid-two
  .directorist-location__single:not(.directorist-location__single--img) {
  height: 300px;
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-location--grid-two
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  a,
.directorist-location--grid-two
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  h3,
.directorist-location--grid-two
  .directorist-location__single:not(.directorist-location__single--img)
  .directorist-location__content
  span {
  text-align: center;
}
.directorist-location--grid-two .directorist-location__content {
  padding: 22px;
}
.directorist-location--grid-two .directorist-location__content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: var(--directorist-fw-medium);
}
.directorist-location--grid-two .directorist-location__content a {
  text-decoration: none;
}
.directorist-location--grid-two .directorist-location__content a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.directorist-location--grid-two .directorist-location__count {
  display: block;
}
.directorist-location .directorist-row > * {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .directorist-location .directorist-col-3 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .directorist-location .directorist-col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .directorist-location .directorist-col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .directorist-location .directorist-col-4 {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .directorist-location .directorist-col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .directorist-location .directorist-col-4 {
    width: 100%;
  }
}
.directorist-location .directorist-type-nav {
  margin-bottom: 15px;
}
.atm-open {
  overflow: hidden;
}
.atm-open .at-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.at-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  outline: 0;
}
.at-modal-content {
  position: relative;
  width: 500px;
  margin: 30px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100% - 5rem);
  pointer-events: none;
}
.atm-contents-inner {
  width: 100%;
  background-color: var(--directorist-color-white);
  pointer-events: auto;
  border-radius: 3px;
  position: relative;
}
.at-modal-content.at-modal-lg {
  width: 800px;
}
.at-modal-content.at-modal-xl {
  width: 1140px;
}
.at-modal-content.at-modal-sm {
  width: 300px;
}
.at-modal.atm-fade {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.at-modal.atm-fade:not(.atm-show) {
  opacity: 0;
  visibility: hidden;
}
.at-modal.atm-show .at-modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.at-modal .atm-contents-inner .at-modal-close {
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  background-color: #444752;
  color: var(--directorist-color-white);
  border-radius: 300px;
  opacity: 1;
  font-weight: 300;
  z-index: 2;
  font-size: 16px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.at-modal .atm-contents-inner .close span {
  display: block;
  line-height: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .at-modal-content.at-modal-lg,
  .at-modal-content.at-modal-md,
  .at-modal-content.at-modal-sm,
  .at-modal-content.at-modal-xl {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .at-modal-content.at-modal-lg,
  .at-modal-content.at-modal-md,
  .at-modal-content.at-modal-sm,
  .at-modal-content.at-modal-xl {
    width: calc(100% - 60px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .at-modal-content.at-modal-lg,
  .at-modal-content.at-modal-md,
  .at-modal-content.at-modal-sm,
  .at-modal-content.at-modal-xl {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .at-modal-content.at-modal-lg,
  .at-modal-content.at-modal-md,
  .at-modal-content.at-modal-sm,
  .at-modal-content.at-modal-xl {
    width: calc(100% - 30px);
  }
}
.directorist-author__form {
  max-width: 540px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 12px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
@media only screen and (max-width: 480px) {
  .directorist-author__form {
    padding: 40px 25px;
  }
}
.directorist-author__form__btn {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
.directorist-author__form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0 33px;
}
.directorist-author__form__actions a {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-deep-gray);
  border-bottom: 1px dashed var(--directorist-color-deep-gray);
}
.directorist-author__form__actions a:hover {
  color: var(--directorist-color-primary);
  border-color: var(--directorist-color-primary);
}
.directorist-author__form__actions label,
.directorist-author__form__toggle-area {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-author__form__toggle-area a {
  margin-left: 5px;
  color: var(--directorist-color-info);
}
.directorist-author__form__toggle-area a:hover {
  color: var(--directorist-color-primary);
}
.directorist-author__form__recover-pass-modal .directorist-form-group {
  padding: 25px;
}
.directorist-author__form__recover-pass-modal p {
  margin: 0 0 20px;
}
.directorist-author__form__recover-pass-modal p,
.directorist-author__message__text {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-authentication {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.directorist-authentication__form {
  max-width: 540px;
  margin: 0 auto 15px;
  padding: 50px 40px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 0.1);
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.1);
}
@media only screen and (max-width: 480px) {
  .directorist-authentication__form {
    padding: 40px 25px;
  }
}
.directorist-authentication__form__btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.directorist-authentication__form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0 33px;
}
.directorist-authentication__form__actions a {
  font-size: 14px;
  font-weight: 400;
  color: grey;
  border-bottom: 1px dashed grey;
}
.directorist-authentication__form__actions a:hover {
  color: #000;
  border-color: #000;
}
.directorist-authentication__form__actions label,
.directorist-authentication__form__toggle-area {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}
.directorist-authentication__form__toggle-area a {
  margin-left: 5px;
  color: #2c99ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.directorist-authentication__form__toggle-area a:hover {
  color: #000;
}
.directorist-authentication__form__recover-pass-modal {
  display: none;
}
.directorist-authentication__form__recover-pass-modal .directorist-form-group {
  margin: 0;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
}
.directorist-authentication__form__recover-pass-modal p {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  margin: 0 0 20px;
}
.directorist-authentication__form .directorist-form-element {
  padding: 15px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ececec;
}
.directorist-authentication__form .directorist-form-group > label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}
.directorist-authentication__btn {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 0 6px;
  text-transform: capitalize;
  background: #fff0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.directorist-authentication__btn:hover {
  opacity: 0.75;
}
.directorist-authentication__message__text {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}
.directorist-authentication.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.directorist-password-group {
  position: relative;
}
.directorist-password-group-input {
  padding-right: 40px !important;
}
.directorist-password-group-toggle {
  position: absolute;
  top: calc(50% + 16px);
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.directorist-password-group-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #888;
  stroke-width: 2;
}
.directorist-authors-section {
  position: relative;
}
.directorist-content-active .directorist-authors__cards {
  margin-top: -30px;
}
.directorist-content-active .directorist-authors__cards .directorist-row > * {
  margin-top: 30px;
}
.directorist-content-active .directorist-authors__nav {
  margin-bottom: 30px;
}
.directorist-content-active .directorist-authors__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.directorist-content-active .directorist-authors__nav li {
  list-style: none;
}
.directorist-content-active .directorist-authors__nav li a {
  display: block;
  line-height: 20px;
  padding: 0 17px 10px;
  border-bottom: 2px solid #fff0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-content-active .directorist-authors__nav li.active a,
.directorist-content-active .directorist-authors__nav li a:hover {
  border-bottom-color: var(--directorist-color-primary);
  color: var(--directorist-color-primary);
}
.directorist-content-active .directorist-authors__card {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-content-active .directorist-authors__card__img {
  margin-bottom: 15px;
  text-align: center;
}
.directorist-content-active .directorist-authors__card__img img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
.directorist-content-active .directorist-authors__card__details__top {
  text-align: center;
  border-bottom: 1px solid var(--directorist-color-border);
  margin: 5px 0 15px;
}
.directorist-content-active .directorist-authors__card h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px !important;
  line-height: normal;
}
.directorist-content-active .directorist-authors__card h2:before {
  content: none;
}
.directorist-content-active .directorist-authors__card h3 {
  font-size: 14px;
  font-weight: 400;
  color: #8f8e9f;
  margin: 0 0 15px !important;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}
.directorist-content-active .directorist-authors__card__info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px !important;
}
.directorist-content-active .directorist-authors__card__info-list li {
  font-size: 14px;
  color: #767792;
  list-style: none;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.directorist-content-active
  .directorist-authors__card__info-list
  li:not(:last-child) {
  margin-bottom: 5px;
}
.directorist-content-active .directorist-authors__card__info-list li a {
  color: #767792;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.directorist-content-active
  .directorist-authors__card__info-list
  li
  .directorist-icon-mask {
  margin-right: 5px;
  margin-top: 3px;
}
.directorist-content-active
  .directorist-authors__card__info-list
  li
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
}
.directorist-content-active
  .directorist-authors__card__info-list
  li
  > i:not(.directorist-icon-mask) {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 16px;
}
.directorist-content-active
  .directorist-authors__card
  .directorist-author-social {
  margin: 0 0 15px;
}
.directorist-content-active
  .directorist-authors__card
  .directorist-author-social
  li {
  margin: 0;
}
.directorist-content-active
  .directorist-authors__card
  .directorist-author-social
  a {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.directorist-content-active
  .directorist-authors__card
  .directorist-author-social
  a:hover {
  background-color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-authors__card
  .directorist-author-social
  a:hover
  > span {
  background: none;
  color: var(--directorist-color-white);
}
.directorist-content-active .directorist-authors__card p {
  font-size: 14px;
  color: #767792;
  margin-bottom: 20px;
}
.directorist-content-active .directorist-authors__card .directorist-btn {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-content-active .directorist-authors__card .directorist-btn:hover {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
@media (max-width: 575px) {
  .directorist-authors__cards .directorist-col-6 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .directorist-authors__cards .directorist-col-4 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .directorist-authors__cards .directorist-col-4 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .directorist-authors__cards .directorist-col-3 {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .directorist-authors__cards .directorist-col-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .directorist-authors__cards .directorist-col-3 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .directorist-authors__cards .directorist-col-2 {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .directorist-authors__cards .directorist-col-2 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .directorist-authors__cards .directorist-col-2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .directorist-authors__cards .directorist-col-2 {
    width: 100%;
  }
}
.directorist-authors__pagination {
  margin-top: 25px;
}
.select2-selection__arrow,
.select2-selection__clear {
  display: none !important;
}
.directorist-select2-addons-area {
  position: absolute;
  right: 5px;
  top: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
}
.directorist-select2-addon,
.directorist-select2-addons-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-select2-addon {
  padding: 0 5px;
}
.directorist-select2-dropdown-close,
.directorist-select2-dropdown-toggle {
  height: auto;
  width: 25px;
}
.directorist-select2-dropdown-close .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
}
.directorist-select2-addon .directorist-icon-mask:after {
  width: 13px;
  height: 13px;
}
.directorist-form-section {
  font-size: 15px;
}
.directorist-archive-contents
  .directorist-single-line
  .directorist-listing-single__info__excerpt,
.directorist-archive-contents
  .directorist-single-line
  .directorist-listing-single__info__list
  ul
  li
  div,
.directorist-archive-contents
  .directorist-single-line
  .directorist-listing-tagline,
.directorist-archive-contents
  .directorist-single-line
  .directorist-listing-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.directorist-all-listing-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-all-listing-btn__basic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-all-listing-btn .directorist-btn__back i:after {
  width: 16px;
  height: 16px;
}
.directorist-all-listing-btn .directorist-modal-btn--basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10px;
  min-height: 40px;
  border-radius: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-all-listing-btn .directorist-modal-btn--basic i:after {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.directorist-all-listing-btn .directorist-modal-btn--advanced i:after {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 576px) {
  .directorist-all-listing-btn,
  .directorist-all-listing-modal {
    display: none;
  }
}
.directorist-content-active .directorist-listing-single {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  margin-bottom: 15px;
}
.directorist-content-active .directorist-listing-single--bg {
  border-radius: 10px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
.directorist-content-active .directorist-listing-single__content {
  border-radius: 4px;
}
.directorist-content-active .directorist-listing-single__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  padding: 33px 20px 24px;
}
.directorist-content-active .directorist-listing-single__info:empty {
  display: none;
}
.directorist-content-active .directorist-listing-single__info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 6px;
}
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-badge.directorist-badge-close {
  background-color: #fff0;
  color: var(--directorist-color-danger);
}
.directorist-content-active
  .directorist-listing-single__info__top
  .atbd_badge.atbd_badge_open,
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-badge.directorist-badge-open {
  background-color: #fff0;
  color: var(--directorist-color-success);
}
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-info-item.directorist-rating-meta,
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-listing-card-posted-on {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-listing-card-posted-on {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-size: 13px;
  color: var(--directorist-color-light-gray);
}
.directorist-content-active
  .directorist-listing-single__info__top
  .directorist-listing-card-posted-on
  i {
  display: none;
}
.directorist-content-active .directorist-listing-single__info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active .directorist-listing-single__info__list {
    gap: 8px;
  }
}
.directorist-content-active .directorist-listing-single__info__list > div,
.directorist-content-active .directorist-listing-single__info__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--directorist-color-body);
}
.directorist-content-active
  .directorist-listing-single__info__list
  > div
  .directorist-icon-mask,
.directorist-content-active
  .directorist-listing-single__info__list
  li
  .directorist-icon-mask {
  position: relative;
  top: 2px;
}
.directorist-content-active
  .directorist-listing-single__info__list
  > div
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-listing-single__info__list
  li
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-light-gray);
}
.directorist-content-active
  .directorist-listing-single__info__list
  > div
  .directorist-listing-card-info-label,
.directorist-content-active
  .directorist-listing-single__info__list
  li
  .directorist-listing-card-info-label {
  display: none;
}
.directorist-content-active
  .directorist-listing-single__info__list
  .directorist-icon {
  font-size: 17px;
  color: var(--directorist-color-body);
  margin-right: 8px;
}
.directorist-content-active .directorist-listing-single__info__list a {
  text-decoration: none;
  color: var(--directorist-color-body);
  word-break: break-word;
}
.directorist-content-active .directorist-listing-single__info__list a:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-listing-single__info__list
  .directorist-listing-card-location-list {
  display: block;
  margin: 0;
}
.directorist-content-active .directorist-listing-single__info__list__label {
  display: inline-block;
  margin-right: 5px;
}
.directorist-content-active .directorist-listing-single__info--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 991px) {
  .directorist-content-active .directorist-listing-single__info--right {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .directorist-content-active .directorist-listing-single__info--right {
    gap: 10px;
  }
}
.directorist-content-active .directorist-listing-single__info__excerpt {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--directorist-color-body);
  line-height: 20px;
  text-align: left;
}
.directorist-content-active .directorist-listing-single__info__excerpt a {
  color: var(--directorist-color-primary);
  text-decoration: underline;
}
.directorist-content-active .directorist-listing-single__info__excerpt a:hover {
  color: var(--directorist-color-body);
}
.directorist-content-active .directorist-listing-single__info__top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .directorist-content-active .directorist-listing-single__info__top-right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
  .directorist-content-active
    .directorist-listing-single__info__top-right
    .directorist-mark-as-favorite {
    position: absolute;
    top: 20px;
    left: -30px;
  }
}
.directorist-content-active
  .directorist-listing-single__info__top-right
  .directorist-listing-single__info--right {
  position: unset;
}
.directorist-content-active .directorist-listing-single__info a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--directorist-color-body);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.directorist-content-active .directorist-listing-single__info a:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item:not(:last-of-type) {
  padding-right: 10px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item:not(:last-of-type):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #bcbcbc;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item:not(:last-of-type).directorist-badge {
  margin-right: 8px;
  padding-right: 3px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item:not(:last-of-type).directorist-badge:after {
  right: -8px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-rating-meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--directorist-color-body);
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-rating-meta
  .directorist-icon-mask {
  margin-right: 4px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-rating-meta
  .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 21px;
  line-height: 21px;
  margin: 0;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item
  .directorist-review {
  display: block;
  margin-left: 6px;
  font-size: 14px;
  color: var(--directorist-color-light-gray);
  text-decoration: underline;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-category,
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-location {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-category
  .directorist-icon-mask,
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-location
  .directorist-icon-mask {
  margin-top: 2px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-category:after,
.directorist-content-active
  .directorist-listing-single__info
  .directorist-info-item.directorist-listing-location:after {
  top: 10px;
  -webkit-transform: unset;
  transform: unset;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-badge
  + .directorist-badge {
  margin-left: 3px;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-listing-tagline {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--directorist-color-light-gray);
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-listing-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  line-height: 20px;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-listing-title
  a {
  text-decoration: none;
  color: var(--directorist-color-dark);
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-listing-title
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-listing-single__info
  .directorist-pricing-meta
  .directorist-listing-price {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  background: #fff0;
  color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single__info
    .directorist-pricing-meta
    .directorist-listing-price {
    font-weight: 700;
  }
}
.directorist-content-active .directorist-listing-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding: 14px 20px;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--directorist-color-border);
}
.directorist-content-active .directorist-listing-single__meta__left,
.directorist-content-active .directorist-listing-single__meta__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  a {
  text-decoration: none;
  font-size: 14px;
  color: var(--directorist-color-body);
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-view-count {
  font-size: 14px;
  color: var(--directorist-color-body);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-view-count
  .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
  background-color: var(--directorist-color-light-gray);
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-view-count
  > span {
  display: inline-block;
  margin-right: 5px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-thumb-listing-author
  a {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-thumb-listing-author
  img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-mark-as-favorite__btn {
  width: auto;
  height: auto;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  > a
  .directorist-icon-mask {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: var(--directorist-color-light);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  > a
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
  width: 14px;
  height: 14px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  > a
  > span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category
  > a
  > span:before {
  color: var(--directorist-color-body);
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-category__extran-count {
  font-size: 14px;
  font-weight: 500;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-card-phone,
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-rating-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-card-phone {
  gap: 5px;
}
.directorist-content-active
  .directorist-listing-single__meta
  .directorist-listing-card-phone
  a {
  text-decoration: none;
}
.directorist-content-active .directorist-listing-single__thumb {
  position: relative;
  margin: 0;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
  background-color: var(--directorist-color-bg-gray);
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card
  .directorist-thumnail-card-back-wrap,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card
  .directorist-thumnail-card-front-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card
  .directorist-thumnail-card-back-wrap
  figure,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card
  .directorist-thumnail-card-front-wrap
  figure {
  width: 100%;
  height: 100%;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card.directorist-card-contain
  .directorist-thumnail-card-front-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card.directorist-card-full {
  min-height: 300px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card-back-wrap {
  z-index: 1;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card-back-img,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card-front-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumnail-card-back-img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left {
  left: 20px;
  top: 20px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right {
  top: 20px;
  right: 20px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left {
  left: 20px;
  bottom: 30px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right {
  right: 20px;
  bottom: 30px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  i,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.fa,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.fab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.fas,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.la,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.lab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-left
  .directorist-compare-btn
  span.las,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  i,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.fa,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.fab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.fas,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.la,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.lab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-bottom-right
  .directorist-compare-btn
  span.las,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  i,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.fa,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.fab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.fas,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.la,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.lab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-left
  .directorist-compare-btn
  span.las,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  i,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.fa,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.fab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.fas,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.la,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.lab,
.directorist-content-active
  .directorist-listing-single__thumb
  .directorist-thumb-top-right
  .directorist-compare-btn
  span.las {
  color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-listing-single__header__left
  .directorist-thumb-listing-author {
  position: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.directorist-content-active .directorist-listing-single figure {
  margin: 0;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-listing-single__header__left
  .directorist-thumb-listing-author,
.directorist-content-active
  .directorist-listing-single
  .directorist-listing-single__header__right
  .directorist-thumb-listing-author,
.directorist-content-active
  .directorist-listing-single
  .directorist-thumb-bottom-left
  .directorist-thumb-listing-author,
.directorist-content-active
  .directorist-listing-single
  .directorist-thumb-bottom-right
  .directorist-thumb-listing-author {
  position: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.directorist-content-active .directorist-listing-single .directorist-badge {
  margin: 3px;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-popular {
  background-color: #f51957;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-open {
  background-color: var(--directorist-color-success);
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-close {
  background-color: var(--directorist-color-danger);
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-new {
  background-color: var(--directorist-color-new-badge);
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-featured {
  background-color: #fa8b0c;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-negotiation {
  background-color: var(--directorist-color-info);
}
.directorist-content-active
  .directorist-listing-single
  .directorist-badge.directorist-badge-sold {
  background-color: var(--directorist-color-danger);
}
.directorist-content-active
  .directorist-listing-single
  .directorist_open_status_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-mark-as-favorite__btn
  .directorist-favorite-tooltip
  span {
  top: auto;
  bottom: 35px;
}
.directorist-content-active
  .directorist-listing-single
  .directorist-mark-as-favorite__btn
  .directorist-favorite-tooltip
  span:before {
  top: auto;
  bottom: -7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-listing-single__thumb {
  margin: 0;
  position: relative;
  padding: 10px 10px 0;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-listing-single__thumb
  .directorist-pricing-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  margin: 0;
  border-radius: 3px;
  background: var(--directorist-color-white);
  padding: 0 8px;
  font-weight: 700;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-listing-single__thumb
  .directorist-pricing-meta
  .directorist-listing-price {
  color: var(--directorist-color-danger);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumnail-card-front-img {
  border-radius: 10px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author {
  position: absolute;
  bottom: 0;
  top: unset;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author.directorist-alignment-left {
  left: 20px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author.directorist-alignment-right {
  right: 20px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author.directorist-alignment-center {
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author
  img {
  width: 100%;
  border-radius: 50%;
  height: auto;
  background-color: var(--directorist-color-bg-gray);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-thumb-listing-author
  a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid var(--directorist-color-border);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-mark-as-favorite__btn {
  width: 30px;
  height: 30px;
  background-color: var(--directorist-color-white);
}
@media screen and (min-width: 576.99px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-rating-meta
    i:not(:first-child) {
    display: none;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-rating-meta
    .directorist-icon-mask:after {
    width: 10px;
    height: 10px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-rating-meta
    .directorist-rating-avg {
    margin-left: 0;
    font-size: 12px;
    font-weight: 400;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-rating-meta
    .directorist-total-review {
    font-size: 12px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-price {
    font-size: 12px;
    font-weight: 600;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__meta {
    font-size: 12px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-icon-mask:after {
    width: 14px;
    height: 14px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info__excerpt {
    font-size: 12px;
    line-height: 1.6;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info__list
    > div,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info__list
    > li {
    font-size: 12px;
    line-height: 1.2;
    gap: 8px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-category__extran-count,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-category
    a,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-view-count {
    font-size: 12px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-category__popup {
    margin-left: 5px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-category
    > a
    .directorist-icon-mask,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-thumb-listing-author
    a {
    width: 30px;
    height: 30px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info__list
    .directorist-icon-mask {
    top: 0;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info__list
    .directorist-icon-mask:after {
    width: 12px;
    height: 14px;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__thumb {
  margin: 0;
}
@media only screen and (min-width: 576.99px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 320px;
    min-height: 240px;
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb {
    padding: 10px 10px 0;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb
    .directorist-badge {
    width: 20px;
    height: 20px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb
    .directorist-badge
    .directorist-icon-mask:after,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb
    .directorist-favorite-icon:before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 576.99px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__thumb
    .directorist-thumnail-card {
    height: 100% !important;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__thumb
  .directorist-thumnail-card
  .directorist-thumnail-card-front-img {
  border-radius: 10px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__content {
    padding: 0;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__content
    .directorist-listing-single__meta {
    display: none;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__mobile-view-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__mobile-view-meta {
    display: none;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 20px 15px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info:empty {
  display: none;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info__excerpt,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info__list {
  margin: 10px 0 0;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info {
    padding-top: 10px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info
    .directorist-listing-title {
    margin: 0;
    font-size: 14px;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info--right
  .directorist-badge {
  margin: 0;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info--right
  .directorist-badge:after {
  display: none;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info--right {
    right: unset;
    left: -30px;
    top: 20px;
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info--right
    .directorist-favorite-icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--directorist-color-white);
  }
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__info--right
    .directorist-favorite-icon:before {
    width: 10px;
    height: 10px;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-thumb-top-left {
  left: 20px;
  top: 20px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-thumb-top-right {
  top: 20px;
  right: 10px;
}
@media only screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-thumb-top-right {
    right: unset;
    left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-thumb-bottom-left {
  left: 20px;
  bottom: 20px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-thumb-bottom-right {
  right: 10px;
  bottom: 20px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info
  .directorist-badge {
  margin: 0;
  padding: 0;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-listing-single__info
  .directorist-badge:after {
  display: none;
}
@media only screen and (min-width: 576.99px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-listing-single__meta {
    padding: 14px 20px 7px;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge
  .directorist-icon-mask:after,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge
  .directorist-icon-mask:after {
  width: 12px;
  height: 12px;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge--only-text,
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge-close,
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge-open,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge--only-text,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge-close,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge-open {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 21px;
  line-height: 21px;
  width: auto;
  padding: 0 5px;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-card
    .directorist-badge.directorist-badge--only-text,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-card
    .directorist-badge.directorist-badge-close,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-card
    .directorist-badge.directorist-badge-open,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-badge.directorist-badge--only-text,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-badge.directorist-badge-close,
  .directorist-content-active
    .directorist-listing-single.directorist-listing-list
    .directorist-badge.directorist-badge-open {
    height: 18px;
    line-height: 18px;
    font-size: 8px;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge-featured,
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge-new,
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge-popular,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge-featured,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge-new,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge-popular {
  background-color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge--only-text.directorist-badge-featured,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge--only-text.directorist-badge-featured {
  background-color: var(--directorist-color-featured-badge);
  color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge--only-text.directorist-badge-popular,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge--only-text.directorist-badge-popular {
  background-color: var(--directorist-color-popular-badge);
  color: var(--directorist-color-white);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-card
  .directorist-badge.directorist-badge--only-text.directorist-badge-new,
.directorist-content-active
  .directorist-listing-single.directorist-listing-list
  .directorist-badge.directorist-badge--only-text.directorist-badge-new {
  background-color: var(--directorist-color-new-badge);
  color: var(--directorist-color-white);
}
.directorist-content-active .directorist-listing-single.directorist-featured {
  border: 1px solid var(--directorist-color-featured-badge);
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist_open_status_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info {
  z-index: 1;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  figure {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-single__header__left:empty,
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-single__header__right:empty {
  display: none;
}
@media screen and (max-width: 991px) {
  .directorist-content-active
    .directorist-listing-single.directorist-listing-no-thumb
    .directorist-listing-single__header__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb
  .directorist-mark-as-favorite__btn {
  background: #fff0;
  width: auto;
  height: auto;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb.directorist-listing-list
  .directorist-listing-single__content {
  padding: 0;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb.directorist-listing-no-thumb--fix
  .directorist-listing-single__header {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb.directorist-listing-no-thumb--fix
  .directorist-listing-single__header
  .directorist-listing-single__header__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
}
.directorist-content-active
  .directorist-listing-single.directorist-listing-no-thumb.directorist-listing-no-thumb--fix
  .directorist-listing-single__header
  .directorist-listing-single__header__right {
  margin-top: 15px;
}
.directorist-rating-meta {
  padding: 0;
}
.directorist-rating-meta i.directorist-icon-mask:after {
  background-color: var(--directorist-color-warning);
}
.directorist-rating-meta i.directorist-icon-mask.star-empty:after {
  background-color: #d1d1d1;
}
.directorist-rating-meta .directorist-rating-avg {
  font-size: 14px;
  color: var(--directorist-color-body);
  margin: 0 3px 0 6px;
}
.directorist-rating-meta .directorist-total-review {
  font-weight: 400;
  color: var(--directorist-color-light-gray);
}
.directorist-rating-meta.directorist-info-item-rating i,
.directorist-rating-meta.directorist-info-item-rating span.fa,
.directorist-rating-meta.directorist-info-item-rating span.la {
  margin-left: 4px;
}
.directorist-mark-as-favorite__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  padding: 0;
  font-weight: unset;
  line-height: unset;
  text-transform: unset;
  letter-spacing: unset;
  background: #fff0;
  border: none;
  cursor: pointer;
}
.directorist-mark-as-favorite__btn:focus,
.directorist-mark-as-favorite__btn:hover {
  outline: 0;
  text-decoration: none;
}
.directorist-mark-as-favorite__btn:focus .directorist-favorite-icon:before,
.directorist-mark-as-favorite__btn:hover .directorist-favorite-icon:before {
  background-color: var(--directorist-color-danger);
}
.directorist-mark-as-favorite__btn .directorist-favorite-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-mark-as-favorite__btn .directorist-favorite-icon:before {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/6bf407d27842391bbcd90343624e694b.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/6bf407d27842391bbcd90343624e694b.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-color: var(--directorist-color-danger);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-mark-as-favorite__btn.directorist-added-to-favorite
  .directorist-favorite-icon:before {
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/2e589ffc784b0c43089b0222cab8ed4f.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/2e589ffc784b0c43089b0222cab8ed4f.svg);
  background-color: var(--directorist-color-danger);
}
.directorist-mark-as-favorite__btn .directorist-favorite-tooltip span {
  position: absolute;
  min-width: 120px;
  right: 0;
  top: 35px;
  background-color: var(--directorist-color-dark);
  color: var(--directorist-color-white);
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  z-index: 111;
}
.directorist-mark-as-favorite__btn .directorist-favorite-tooltip span:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid var(--directorist-color-dark);
  border-right: 6px solid #fff0;
  border-left: 6px solid #fff0;
  right: 8px;
  top: -7px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 22px 0;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header__left
  .directorist-listing-single__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header__left
  .directorist-badge {
  background-color: #f4f4f4;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-thumb-listing-author {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-thumb-listing-author
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-thumb-listing-author
  img {
  height: 100%;
  width: 100%;
  max-width: none;
  border-radius: 50%;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (max-width: 575px) {
  .directorist-listing-single.directorist-listing-no-thumb
    .directorist-listing-single__header
    .directorist-listing-title {
    font-size: 16px;
  }
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-title
  a {
  text-decoration: none;
  color: var(--directorist-color-dark);
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-title
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__header
  .directorist-listing-tagline {
  margin-bottom: 0;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info {
  padding: 10px 22px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info:empty {
  display: none;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list {
  margin: 16px 0 10px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list
  li
  .directorist-icon-mask {
  position: relative;
  top: 4px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list
  li
  .directorist-listing-card-info-label {
  display: none;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list
  li
  .directorist-icon {
  font-size: 17px;
  color: #444752;
  margin-right: 8px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list
  li
  a,
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__list
  li
  span {
  text-decoration: none;
  color: var(--directorist-color-body);
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.7;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt {
  margin: 15px 0 0;
  font-size: 14px;
  color: var(--directorist-color-body);
  line-height: 24px;
  text-align: left;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li {
  color: var(--directorist-color-body);
  margin: 0;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li:not(:last-child) {
  margin: 0 0 10px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  > div {
  margin-bottom: 2px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  > div
  .directorist-icon-mask {
  position: relative;
  top: 4px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  > div
  .directorist-listing-card-info-label {
  display: none;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  .directorist-icon {
  font-size: 17px;
  color: #444752;
  margin-right: 8px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  a {
  text-decoration: none;
  color: var(--directorist-color-body);
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.7;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  li
  a:hover {
  color: var(--directorist-color-primary);
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  a {
  color: var(--directorist-color-primary);
  text-decoration: underline;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__info__excerpt
  a:hover {
  color: var(--directorist-color-body);
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__content {
  border: 0;
  padding: 10px 22px 25px;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__meta__right
  .directorist-mark-as-favorite__btn {
  width: auto;
  height: auto;
}
.directorist-listing-single.directorist-listing-no-thumb
  .directorist-listing-single__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.directorist-listing-single.directorist-listing-list
  .directorist-listing-single__header {
  width: 100%;
  margin-bottom: 13px;
}
.directorist-listing-single.directorist-listing-list
  .directorist-listing-single__header
  .directorist-listing-single__info {
  padding: 0;
}
.directorist-listing-single.directorist-listing-list.directorist-listing-no-thumb
  .directorist-info-item.directorist-badge {
  padding: 0;
  margin: 0;
}
.directorist-listing-single.directorist-listing-list.directorist-listing-no-thumb
  .directorist-info-item.directorist-badge:after {
  display: none;
}
.directorist-listing-single.directorist-listing-list.directorist-listing-no-thumb
  .directorist-info-item.directorist-badge.directorist-badge-close,
.directorist-listing-single.directorist-listing-list.directorist-listing-no-thumb
  .directorist-info-item.directorist-badge.directorist-badge-open {
  padding: 0 5px;
}
.directorist-listing-single.directorist-listing-list.directorist-listing-no-thumb
  .directorist-mark-as-favorite__btn {
  width: auto;
  height: auto;
}
.directorist-archive-grid-view.directorist-archive-grid--fix
  .directorist-all-listing-col {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .directorist-archive-grid-view.directorist-archive-grid--fix
    .directorist-all-listing-col {
    width: 100%;
  }
}
.directorist-listing-category {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-listing-category,
.directorist-listing-category__popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-listing-category__popup {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.directorist-listing-category__popup__content {
  display: block;
  position: absolute;
  width: 150px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  bottom: 25px;
  left: -30px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  line-break: auto;
  word-break: break-all;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.directorist-listing-category__popup__content:after {
  content: "";
  left: 40px;
  bottom: -11px;
  border: 6px solid #fff0;
  border-top: 6px solid var(--directorist-color-white);
  display: inline-block;
  position: absolute;
}
.directorist-listing-category__popup__content a {
  color: var(--directorist-color-body);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: normal;
  padding: 10px;
  border-radius: 8px;
}
.directorist-listing-category__popup__content a:last-child {
  margin-bottom: 0;
}
.directorist-listing-category__popup__content a i {
  height: unset;
  width: unset;
  min-width: unset;
}
.directorist-listing-category__popup__content a i:after {
  height: 14px;
  width: 14px;
  background-color: var(--directorist-color-body);
}
.directorist-listing-category__popup__content a:hover {
  color: var(--directorist-color-primary);
  background-color: var(--directorist-color-light);
}
.directorist-listing-category__popup__content a:hover i:after {
  background-color: var(--directorist-color-primary);
}
.directorist-listing-category__popup:hover
  .directorist-listing-category__popup__content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.directorist-listing-single__meta__right
  .directorist-listing-category__popup__content {
  left: unset;
  right: -30px;
}
.directorist-listing-single__meta__right
  .directorist-listing-category__popup__content:after {
  left: unset;
  right: 40px;
}
.directorist-listing-price-range span {
  font-weight: 600;
  color: rgb(122 130 166 / 0.3);
}
.directorist-listing-price-range span.directorist-price-active {
  color: var(--directorist-color-body);
}
#gmap.leaflet-container,
#map.leaflet-container,
.directorist-single-map.leaflet-container {
  direction: ltr;
}
#gmap.leaflet-container .leaflet-popup-content-wrapper,
#map.leaflet-container .leaflet-popup-content-wrapper,
.directorist-single-map.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 8px;
  padding: 0;
}
#gmap.leaflet-container .leaflet-popup-content,
#map.leaflet-container .leaflet-popup-content,
.directorist-single-map.leaflet-container .leaflet-popup-content {
  margin: 0;
  line-height: 1;
  width: 350px !important;
}
@media only screen and (max-width: 480px) {
  #gmap.leaflet-container .leaflet-popup-content,
  #map.leaflet-container .leaflet-popup-content,
  .directorist-single-map.leaflet-container .leaflet-popup-content {
    width: 300px !important;
  }
}
@media only screen and (max-width: 375px) {
  #gmap.leaflet-container .leaflet-popup-content,
  #map.leaflet-container .leaflet-popup-content,
  .directorist-single-map.leaflet-container .leaflet-popup-content {
    width: 250px !important;
  }
}
#gmap.leaflet-container
  .leaflet-popup-content
  .atbdp-listings-title-block
  h3.atbdp-no-margin,
#map.leaflet-container
  .leaflet-popup-content
  .atbdp-listings-title-block
  h3.atbdp-no-margin,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .atbdp-listings-title-block
  h3.atbdp-no-margin {
  font-size: 14px;
  margin: 0 0 10px;
}
#gmap.leaflet-container .leaflet-popup-content .osm-iw-location,
#map.leaflet-container .leaflet-popup-content .osm-iw-location,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .osm-iw-location {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .osm-iw-location
  .directorist-icon-mask,
#map.leaflet-container
  .leaflet-popup-content
  .osm-iw-location
  .directorist-icon-mask,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .osm-iw-location
  .directorist-icon-mask {
  display: inline-block;
  margin-right: 4px;
}
#gmap.leaflet-container .leaflet-popup-content .osm-iw-get-location,
#map.leaflet-container .leaflet-popup-content .osm-iw-get-location,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .osm-iw-get-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .osm-iw-get-location
  .directorist-icon-mask,
#map.leaflet-container
  .leaflet-popup-content
  .osm-iw-get-location
  .directorist-icon-mask,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .osm-iw-get-location
  .directorist-icon-mask {
  display: inline-block;
  margin-left: 5px;
}
#gmap.leaflet-container .leaflet-popup-content .atbdp-map,
#map.leaflet-container .leaflet-popup-content .atbdp-map,
.directorist-single-map.leaflet-container .leaflet-popup-content .atbdp-map {
  line-height: 1;
  width: 350px !important;
}
#gmap.leaflet-container .leaflet-popup-content .atbdp-map.atbdp-body img,
#map.leaflet-container .leaflet-popup-content .atbdp-map.atbdp-body img,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .atbdp-map.atbdp-body
  img {
  width: 100%;
}
#gmap.leaflet-container .leaflet-popup-content .media-body,
#map.leaflet-container .leaflet-popup-content .media-body,
.directorist-single-map.leaflet-container .leaflet-popup-content .media-body {
  padding: 10px 15px;
}
#gmap.leaflet-container .leaflet-popup-content .media-body a,
#map.leaflet-container .leaflet-popup-content .media-body a,
.directorist-single-map.leaflet-container .leaflet-popup-content .media-body a {
  text-decoration: none;
}
#gmap.leaflet-container .leaflet-popup-content .media-body h3 a,
#map.leaflet-container .leaflet-popup-content .media-body h3 a,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  h3
  a {
  font-weight: 500;
  line-height: 1.2;
  color: #272b41;
  letter-spacing: normal;
  font-size: 18px;
  text-decoration: none;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .media-body
  .atbdp-listings-title-block
  h3.atbdp-no-margin,
#map.leaflet-container
  .leaflet-popup-content
  .media-body
  .atbdp-listings-title-block
  h3.atbdp-no-margin,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  .atbdp-listings-title-block
  h3.atbdp-no-margin {
  font-size: 14px;
  margin: 0 0 10px;
}
#gmap.leaflet-container .leaflet-popup-content .media-body .osm-iw-location,
#map.leaflet-container .leaflet-popup-content .media-body .osm-iw-location,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-location {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-location
  .directorist-icon-mask,
#map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-location
  .directorist-icon-mask,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-location
  .directorist-icon-mask {
  display: inline-block;
  margin-right: 4px;
}
#gmap.leaflet-container .leaflet-popup-content .media-body .osm-iw-get-location,
#map.leaflet-container .leaflet-popup-content .media-body .osm-iw-get-location,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-get-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-get-location
  .directorist-icon-mask,
#map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-get-location
  .directorist-icon-mask,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .media-body
  .osm-iw-get-location
  .directorist-icon-mask {
  display: inline-block;
  margin-left: 5px;
}
#gmap.leaflet-container .leaflet-popup-content .atbdp-map,
#map.leaflet-container .leaflet-popup-content .atbdp-map,
.directorist-single-map.leaflet-container .leaflet-popup-content .atbdp-map {
  margin: 0;
}
#gmap.leaflet-container .leaflet-popup-content .map-info-wrapper img,
#map.leaflet-container .leaflet-popup-content .map-info-wrapper img,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  img {
  width: 100%;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details,
#map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details {
  padding: 15px;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  h3,
#map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  h3,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
#gmap.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  .miw-contents-footer
  .iw-close-btn,
#map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  .miw-contents-footer
  .iw-close-btn,
.directorist-single-map.leaflet-container
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  .miw-contents-footer
  .iw-close-btn {
  display: none;
}
#gmap.leaflet-container .leaflet-popup-close-button,
#map.leaflet-container .leaflet-popup-close-button,
.directorist-single-map.leaflet-container .leaflet-popup-close-button {
  position: absolute;
  width: 25px;
  height: 25px;
  background: rgb(68 71 82 / 0.5);
  border-radius: 50%;
  color: var(--directorist-color-white);
  right: 10px;
  left: auto;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: inherit;
  padding: 0;
  display: none;
}
#gmap.leaflet-container .leaflet-popup-close-button:hover,
#map.leaflet-container .leaflet-popup-close-button:hover,
.directorist-single-map.leaflet-container .leaflet-popup-close-button:hover {
  background-color: #444752;
}
#gmap.leaflet-container .leaflet-popup-tip-container,
#map.leaflet-container .leaflet-popup-tip-container,
.directorist-single-map.leaflet-container .leaflet-popup-tip-container {
  display: none;
}
.directorist-single-map .gm-style-iw-c,
.directorist-single-map .gm-style-iw-d {
  max-height: unset !important;
}
.directorist-single-map .gm-style-iw-chr,
.directorist-single-map .gm-style-iw-tc {
  display: none;
}
.map-listing-card-single {
  position: relative;
  padding: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(var(--directorist-color-dark-rgb), 0.33);
  box-shadow: 0 5px 20px rgba(var(--directorist-color-dark-rgb), 0.33);
  background-color: var(--directorist-color-white);
}
.map-listing-card-single figure {
  margin: 0;
}
.map-listing-card-single .directorist-mark-as-favorite__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--directorist-color-white);
}
.map-listing-card-single
  .directorist-mark-as-favorite__btn
  .directorist-favorite-icon:before {
  width: 16px;
  height: 16px;
}
.map-listing-card-single__img .atbd_tooltip {
  margin-left: 10px;
  margin-bottom: 10px;
}
.map-listing-card-single__img .atbd_tooltip img {
  width: auto;
}
.map-listing-card-single__img a {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.map-listing-card-single__img figure {
  width: 100%;
  margin: 0;
}
.map-listing-card-single__img img {
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.map-listing-card-single__author + .map-listing-card-single__content {
  padding-top: 0;
}
.map-listing-card-single__author a {
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  margin-top: -24px;
  margin-left: 7px;
  margin-bottom: 5px;
  border: 3px solid var(--directorist-color-white);
}
.map-listing-card-single__author img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.map-listing-card-single__content {
  padding: 15px 10px 10px;
}
.map-listing-card-single__content__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px !important;
  color: var(--directorist-color-dark);
}
.map-listing-card-single__content__title a {
  text-decoration: unset;
  color: var(--directorist-color-dark);
}
.map-listing-card-single__content__title a:hover {
  color: var(--directorist-color-primary);
}
.map-listing-card-single__content__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  gap: 10px 0;
}
.map-listing-card-single__content__meta .directorist-rating-meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-body);
  padding: 0;
}
.map-listing-card-single__content__meta .directorist-icon-mask {
  margin-right: 4px;
}
.map-listing-card-single__content__meta .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
  background-color: var(--directorist-color-warning);
}
.map-listing-card-single__content__meta
  .directorist-icon-mask.star-empty:after {
  background-color: #d1d1d1;
}
.map-listing-card-single__content__meta .directorist-rating-avg {
  font-size: 14px;
  color: var(--directorist-color-body);
  margin: 0 3px 0 6px;
}
.map-listing-card-single__content__meta .directorist-listing-price {
  font-size: 14px;
  color: var(--directorist-color-body);
}
.map-listing-card-single__content__meta .directorist-info-item {
  position: relative;
}
.map-listing-card-single__content__meta
  .directorist-info-item:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
}
.map-listing-card-single__content__meta
  .directorist-info-item:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--directorist-color-gray-hover);
}
.map-listing-card-single__content__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.map-listing-card-single__content__info,
.map-listing-card-single__content__info .directorist-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.map-listing-card-single__content__info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: unset;
  color: var(--directorist-color-body);
}
.map-listing-card-single__content__info a:hover {
  color: var(--directorist-color-primary);
}
.map-listing-card-single__content__info .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  background-color: var(--directorist-color-gray-hover);
}
.map-listing-card-single__content__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.map-listing-card-single__content__location a:not(:first-child) {
  margin-left: 5px;
}
.leaflet-popup-content-wrapper
  .leaflet-popup-content
  .map-info-wrapper
  .map-info-details
  .iw-close-btn {
  display: none;
}
.myDivIcon {
  text-align: center !important;
  line-height: 20px !important;
  position: relative;
}
.atbd_map_shape {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  background-color: var(--directorist-color-marker-shape);
}
.atbd_map_shape:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  border: 40px solid rgba(var(--directorist-color-marker-shape-rgb), 0.2);
  -webkit-animation: atbd_scale 3s linear infinite alternate;
  animation: atbd_scale 3s linear infinite alternate;
}
.atbd_map_shape .directorist-icon-mask:after {
  width: 9px;
  height: 16px;
  background-color: var(--directorist-color-marker-icon);
  -webkit-mask: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
  mask: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/ed83bad2b8ea2a7680575ff079fc63af.svg);
}
.atbd_map_shape:hover:before {
  opacity: 1;
  visibility: visible;
}
.marker-cluster-shape {
  width: 35px;
  height: 35px;
  background-color: var(--directorist-color-marker-shape);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--directorist-color-marker-icon);
  font-size: 15px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.marker-cluster-shape:before {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
  left: -6px;
  top: -6px;
  background: rgba(var(--directorist-color-marker-shape-rgb), 0.15);
  border-radius: 50%;
}
.atbd_google_map .gm-style .gm-style-iw,
.atbdp-map .gm-style .gm-style-iw,
.directorist-details-info-wrap .gm-style .gm-style-iw {
  width: 350px;
  padding: 0;
  border-radius: 8px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  max-height: none !important;
}
@media only screen and (max-width: 375px) {
  .atbd_google_map .gm-style .gm-style-iw,
  .atbdp-map .gm-style .gm-style-iw,
  .directorist-details-info-wrap .gm-style .gm-style-iw {
    width: 275px;
    max-width: unset !important;
  }
}
.atbd_google_map .gm-style .gm-style-iw .gm-style-iw-d,
.atbdp-map .gm-style .gm-style-iw .gm-style-iw-d,
.directorist-details-info-wrap .gm-style .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  max-height: 100% !important;
}
.atbd_google_map .gm-style .gm-style-iw button.gm-ui-hover-effect,
.atbdp-map .gm-style .gm-style-iw button.gm-ui-hover-effect,
.directorist-details-info-wrap
  .gm-style
  .gm-style-iw
  button.gm-ui-hover-effect {
  display: none !important;
}
.atbd_google_map .gm-style .gm-style-iw .map-info-wrapper--show,
.atbdp-map .gm-style .gm-style-iw .map-info-wrapper--show,
.directorist-details-info-wrap .gm-style .gm-style-iw .map-info-wrapper--show {
  display: block !important;
}
.gm-style div[aria-label="Map"] div[role="button"] {
  display: none;
}
.directorist-report-abuse-modal .directorist-modal__header {
  padding: 20px 0 15px;
}
.directorist-report-abuse-modal
  .directorist-modal__header
  .directorist-modal-title {
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--directorist-color-dark);
  letter-spacing: normal;
}
.directorist-report-abuse-modal
  .directorist-modal__header
  .directorist-modal-close {
  width: 32px;
  height: 32px;
  right: -40px !important;
  top: -30px !important;
  left: auto;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  background-color: #444752;
  color: var(--directorist-color-white);
  border-radius: 300px;
  opacity: 1;
  font-weight: 300;
  z-index: 2;
  font-size: 16px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.directorist-report-abuse-modal .directorist-modal__body {
  padding: 20px 0;
  border: none;
}
.directorist-report-abuse-modal .directorist-modal__body label {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: left;
  display: block;
}
.directorist-report-abuse-modal .directorist-modal__body textarea {
  min-height: 90px;
  resize: none;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--directorist-color-border);
}
.directorist-report-abuse-modal .directorist-modal__body textarea:focus {
  border: 1px solid var(--directorist-color-primary);
}
.directorist-report-abuse-modal #directorist-report-abuse-message-display {
  color: var(--directorist-color-body);
  margin-top: 15px;
}
.directorist-report-abuse-modal
  #directorist-report-abuse-message-display:empty {
  margin: 0;
}
.directorist-report-abuse-modal .directorist-modal__footer {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: none;
}
.directorist-report-abuse-modal .directorist-modal__footer .directorist-btn {
  text-transform: capitalize;
  padding: 0 15px;
}
.directorist-report-abuse-modal
  .directorist-modal__footer
  .directorist-btn.directorist-btn-loading:after {
  content: "";
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  border-top-color: #656a7a;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate360 2s linear infinite;
  animation: rotate360 2s linear infinite;
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  top: 4px;
}
.directorist-report-abuse-modal .directorist-modal__content {
  padding: 20px 30px;
}
.directorist-report-abuse-modal #directorist-report-abuse-form {
  text-align: left;
}
.atbd_rated_stars ul,
.directorist-rated-stars ul {
  margin: 0;
  padding: 0;
}
.atbd_rated_stars li,
.directorist-rated-stars li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.atbd_rated_stars span,
.directorist-rated-stars span {
  color: #d4d3f3;
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.atbd_rated_stars span:before,
.directorist-rated-stars span:before {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/9a1043337f37b65647d77feb64df21dd.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/9a1043337f37b65647d77feb64df21dd.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-color: #d4d3f3;
  position: absolute;
  left: 0;
  top: 0;
}
.atbd_rated_stars span.directorist-rate-active:before,
.directorist-rated-stars span.directorist-rate-active:before {
  background-color: var(--directorist-color-warning);
}
.directorist-single
  .directorist-single-listing-top
  button:not(:hover):not(:active):not(
    .has-background
  ).directorist-btn.directorist-btn-light {
  background-color: var(--directorist-color-light);
  color: var(--directorist-color-dark);
}
@media screen and (max-width: 575px) {
  .directorist-single
    .directorist-single-listing-top
    button:not(:hover):not(:active):not(
      .has-background
    ).directorist-btn.directorist-btn-light {
    background-color: #fff0;
  }
}
.directorist-listing-details .directorist-listing-single {
  border: 0;
}
.directorist-single-listing-notice {
  margin-bottom: 15px;
}
.directorist-single-tag-list li {
  margin: 0 0 10px;
}
.directorist-single-tag-list a {
  text-decoration: none;
  color: var(--directorist-color-body);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.directorist-single-tag-list a .directorist-icon-mask {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  background-color: var(--directorist-color-bg-light);
  position: relative;
  top: -5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-single-tag-list a .directorist-icon-mask:after {
  font-size: 15px;
}
.directorist-single-tag-list a > span:not(.directorist-icon-mask) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--directorist-color-bg-light);
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 15px;
}
.directorist-single-tag-list a:hover {
  color: var(--directorist-color-primary);
}
.directorist-single-tag-list a:hover span {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}
.directorist-single-dummy-shortcode {
  width: 100%;
  background-color: #556166;
  color: var(--directorist-color-white);
  margin: 10px 0;
  text-align: center;
  padding: 40px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.directorist-sidebar .directorist-search-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-sidebar .directorist-search-form .directorist-search-form-action {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-sidebar
  .directorist-search-form
  .directorist-search-form-action
  .directorist-modal-btn--advanced {
  padding-left: 0;
}
.directorist-sidebar .directorist-add-listing-types {
  padding: 25px;
}
.directorist-sidebar .directorist-add-listing-types__single {
  margin: 0;
}
.directorist-sidebar
  .directorist-add-listing-types
  .directorist-container-fluid {
  padding: 0;
}
.directorist-sidebar .directorist-add-listing-types .directorist-row {
  gap: 15px;
  margin: 0;
}
.directorist-sidebar
  .directorist-add-listing-types
  .directorist-col-lg-3.directorist-col-md-4.directorist-col-sm-6 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 0;
  margin: 0;
}
.directorist-sidebar
  .directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open:not(
    .directorist-taxonomy-list__card--icon
  )
  + .directorist-taxonomy-list__sub-item {
  padding: 0;
}
.directorist-sidebar
  .directorist-widget-taxonomy
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list
  > .directorist-taxonomy-list__toggle--open
  ~ .directorist-taxonomy-list__sub-item {
  margin-top: 10px;
  padding: 10px 20px;
}
.directorist-sidebar
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__card
  + .directorist-taxonomy-list__sub-item {
  padding: 0;
  margin-top: 0;
}
.directorist-sidebar
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item {
  background-color: var(--directorist-color-light);
  border-radius: 12px;
}
.directorist-sidebar
  .directorist-taxonomy-list-one
  .directorist-taxonomy-list__toggle--open
  + .directorist-taxonomy-list__sub-item
  li {
  margin-top: 0;
}
.directorist-single-listing-top {
  gap: 20px;
  margin: 15px 0 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-top {
    gap: 10px;
  }
}
.directorist-single-listing-top .directorist-return-back {
  gap: 8px;
  margin: 0;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  min-width: 120px;
  text-decoration: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 2px solid var(--directorist-color-white);
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-top .directorist-return-back {
    border: none;
    min-width: auto;
  }
}
.directorist-single-listing-top
  .directorist-return-back
  .directorist-single-listing-action__text {
  display: block;
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-top
    .directorist-return-back
    .directorist-single-listing-action__text {
    display: none;
  }
}
.directorist-single-listing-top__btn-wrapper {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(0 0 0 / 0.8);
  z-index: 999;
}
.directorist-single-listing-top__btn-continue.directorist-btn {
  height: 46px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 25px;
  background-color: #394dff !important;
  color: var(--directorist-color-white);
}
.directorist-single-listing-top__btn-continue.directorist-btn:hover {
  background-color: #2a3cd9 !important;
  color: var(--directorist-color-white);
  border-color: var(--directorist-color-white) !important;
}
.directorist-single-listing-top__btn-continue.directorist-btn
  .directorist-single-listing-action__text {
  display: block;
}
.directorist-single-contents-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-single-contents-area .directorist-card {
  padding: 0;
  -webkit-filter: none;
  filter: none;
  margin-bottom: 35px;
}
.directorist-single-contents-area .directorist-card .directorist-card__body {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .directorist-single-contents-area .directorist-card .directorist-card__body {
    padding: 20px 15px;
  }
}
.directorist-single-contents-area .directorist-card .directorist-card__header {
  padding: 20px 30px;
}
@media screen and (max-width: 575px) {
  .directorist-single-contents-area
    .directorist-card
    .directorist-card__header {
    padding: 15px 20px;
  }
}
.directorist-single-contents-area
  .directorist-card
  .directorist-single-author-name
  h4 {
  margin: 0;
}
.directorist-single-contents-area .directorist-card__header__title {
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.directorist-single-contents-area
  .directorist-card__header__title
  #directorist-review-counter {
  margin-right: 10px;
}
.directorist-single-contents-area .directorist-card__header-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--directorist-color-bg-light);
}
.directorist-single-contents-area
  .directorist-card__header-icon
  .directorist-icon-mask {
  color: var(--directorist-color-dark);
}
.directorist-single-contents-area
  .directorist-card__header-icon
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
}
.directorist-single-contents-area .directorist-details-info-wrap a {
  font-size: 15px;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--directorist-color-body);
}
.directorist-single-contents-area .directorist-details-info-wrap a:hover {
  color: var(--directorist-color-primary);
}
.directorist-single-contents-area .directorist-details-info-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.directorist-single-contents-area .directorist-details-info-wrap li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.directorist-single-contents-area
  .directorist-details-info-wrap
  .directorist-social-links
  a:hover {
  background-color: var(--directorist-color-primary);
}
.directorist-single-contents-area
  .directorist-details-info-wrap
  .directorist-single-map__location {
  padding-top: 18px;
}
.directorist-single-contents-area
  .directorist-single-info__label-icon
  .directorist-icon-mask:after {
  background-color: grey;
}
.directorist-single-contents-area
  .directorist-single-listing-slider
  .directorist-swiper__nav
  i:after {
  background-color: var(--directorist-color-white);
}
.directorist-single-contents-area .directorist-related {
  padding: 0;
}
.directorist-single-contents-area {
  margin-top: 50px;
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-details-info-wrap {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-details-info-wrap
  .directorist-single-info {
  margin: 0;
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-details-info-wrap
  .directorist-single-info.directorist-single-info-number
  .directorist-form-group__with-prefix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-details-info-wrap
  .directorist-single-info
  .directorist-form-group__with-prefix {
  border: none;
  margin-top: 4px;
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-details-info-wrap
  .directorist-single-info
  .directorist-form-group__prefix {
  height: auto;
  line-height: unset;
  color: var(--directorist-color-body);
}
.directorist-single-contents-area
  .directorist-single-wrapper
  .directorist-single-formgent-form
  .formgent-form {
  width: 100%;
}
.directorist-single-contents-area .directorist-card {
  margin-bottom: 25px;
}
.directorist-single-map__location {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .directorist-single-map__location {
    padding: 20px 0 0;
  }
}
.directorist-single-map__address {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.directorist-single-map__address i:after {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
.directorist-single-map__direction a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-single-contents-area .directorist-single-map__direction a {
  font-size: 14px;
  color: var(--directorist-color-info);
}
.directorist-single-contents-area
  .directorist-single-map__direction
  a
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-info);
}
.directorist-single-contents-area .directorist-single-map__direction a:hover {
  color: var(--directorist-color-primary);
}
.directorist-single-contents-area
  .directorist-single-map__direction
  a:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-single-contents-area
  .directorist-single-map__direction
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-info);
}
.directorist-single-listing-header {
  margin-bottom: 25px;
  margin-top: -15px;
  padding: 0;
}
.directorist-single-wrapper .directorist-single-listing-slider-wrap {
  padding: 0;
  margin: 15px 0;
}
.directorist-single-wrapper
  .directorist-single-listing-slider-wrap.background-contain
  .directorist-single-listing-slider
  .swiper-slide
  img {
  -o-object-fit: contain;
  object-fit: contain;
}
.directorist-single-listing-quick-action {
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .directorist-single-listing-quick-action {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-quick-action {
    gap: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.directorist-single-listing-quick-action .directorist-social-share {
  position: relative;
}
.directorist-single-listing-quick-action
  .directorist-social-share:hover
  .directorist-social-share-links {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-quick-action .directorist-social-share {
    font-size: 0;
  }
}
.directorist-single-listing-quick-action .directorist-social-share-links {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: calc(100% + 30px);
  background-color: var(--directorist-color-white);
  border-radius: 8px;
  width: 150px;
  -webkit-box-shadow: 0 5px 15px rgba(var(--directorist-color-dark-rgb), 0.15);
  box-shadow: 0 5px 15px rgba(var(--directorist-color-dark-rgb), 0.15);
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
.directorist-single-listing-quick-action .directorist-social-links__item {
  padding-left: 0;
  margin: 0;
}
.directorist-single-listing-quick-action .directorist-social-links__item a {
  padding: 8px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
  color: var(--directorist-color-body);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-single-listing-quick-action .directorist-social-links__item a i,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.fa,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.la,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.lab {
  color: var(--directorist-color-body);
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  i:after,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.fa:after,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.la:after,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.lab:after {
  width: 18px;
  height: 18px;
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-body);
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a
  span.fa {
  font-family: Font Awesome\5 Brands;
  font-weight: 900;
  font-size: 15px;
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a:hover {
  font-weight: 500;
  background-color: rgba(var(--directorist-color-primary-rgb), 0.1);
  color: var(--directorist-color-primary);
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a:hover
  i,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a:hover
  span.fa,
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a:hover
  span.la {
  color: var(--directorist-color-primary);
}
.directorist-single-listing-quick-action
  .directorist-social-links__item
  a:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-single-listing-action {
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  cursor: pointer;
  text-decoration: none;
  color: var(--directorist-color-body);
  border: 2px solid var(--directorist-color-white) !important;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.directorist-single-listing-action:hover {
  background-color: var(--directorist-color-white) !important;
  border-color: var(--directorist-color-primary) !important;
}
@media screen and (max-width: 575px) {
  .directorist-single-listing-action {
    gap: 0;
    border: none;
  }
  .directorist-single-listing-action.directorist-btn.directorist-btn-light {
    background-color: var(--directorist-color-white);
    border: 1px solid var(--directorist-color-light) !important;
  }
  .directorist-single-listing-action.directorist-single-listing-top__btn-edit
    .directorist-single-listing-action__text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .directorist-single-listing-action {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .directorist-single-listing-action.directorist-btn-sm {
    min-height: 38px;
  }
}
.directorist-single-listing-action.directorist-action-bookmark
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-dark);
}
.directorist-single-listing-action.directorist-action-bookmark
  .directorist-icon-mask.directorist-added-to-favorite:after {
  background-color: var(--directorist-color-danger);
}
.directorist-single-listing-action .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
}
.directorist-single-listing-action a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.directorist-single-listing-action .atbdp-require-login,
.directorist-single-listing-action .directorist-action-report-not-loggedin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.directorist-single-listing-action .atbdp-require-login i,
.directorist-single-listing-action .directorist-action-report-not-loggedin i {
  pointer-events: none;
}
.directorist-listing-details {
  margin: 15px 0 30px;
}
.directorist-listing-details__text p {
  margin: 0 0 15px;
  color: var(--directorist-color-body);
  line-height: 24px;
}
.directorist-listing-details__text ul {
  list-style: disc;
  padding-left: 20px;
  margin-left: 0;
}
.directorist-listing-details__text li {
  list-style: disc;
}
.directorist-listing-details__listing-title {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 0 0;
  color: var(--directorist-color-dark);
}
@media screen and (max-width: 575px) {
  .directorist-listing-details__listing-title {
    font-size: 24px;
  }
}
.directorist-listing-details__tagline {
  margin: 10px 0;
  color: var(--directorist-color-body);
}
.directorist-listing-details
  .directorist-pricing-meta
  .directorist-listing-price {
  padding: 5px 10px;
  border-radius: 6px;
  background-color: var(--directorist-color-light);
}
.directorist-listing-details .directorist-listing-single__info {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-single-contents-area .directorist-embaded-video {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .directorist-single-contents-area .directorist-embaded-video {
    height: 56.25vw;
  }
}
.directorist-single-contents-area .directorist-single-map {
  border-radius: 12px;
  z-index: 1;
}
.directorist-single-contents-area
  .directorist-single-map
  .directorist-info-item
  a {
  font-size: 14px;
}
.directorist-related-listing-header h1,
.directorist-related-listing-header h2,
.directorist-related-listing-header h3,
.directorist-related-listing-header h4,
.directorist-related-listing-header h5,
.directorist-related-listing-header h6 {
  font-size: 18px;
  margin: 0 0 15px;
}
.directorist-single-author-info figure {
  margin: 0;
}
.directorist-single-author-info .diretorist-view-profile-btn {
  margin-top: 22px;
  padding: 0 30px;
}
.directorist-single-author-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-single-author-avatar .directorist-single-author-avatar-inner {
  margin-right: 10px;
  width: auto;
}
.directorist-single-author-avatar .directorist-single-author-avatar-inner img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.directorist-single-author-avatar .directorist-single-author-name h1,
.directorist-single-author-avatar .directorist-single-author-name h2,
.directorist-single-author-avatar .directorist-single-author-name h3,
.directorist-single-author-avatar .directorist-single-author-name h4,
.directorist-single-author-avatar .directorist-single-author-name h5,
.directorist-single-author-avatar .directorist-single-author-name h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 3px;
  color: var(--color-dark);
}
.directorist-single-author-avatar .directorist-single-author-membership {
  font-size: 14px;
  color: var(--directorist-color-light-gray);
}
.directorist-single-author-contact-info {
  margin-top: 15px;
}
.directorist-single-author-contact-info ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.directorist-single-author-contact-info ul li {
  width: 100%;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
}
.directorist-single-author-contact-info ul li:not(:last-child) {
  margin-bottom: 12px;
}
.directorist-single-author-contact-info ul a {
  text-decoration: none;
  color: var(--directorist-color-body);
}
.directorist-single-author-contact-info ul a:hover {
  color: var(--directorist-color-primary);
}
.directorist-single-author-contact-info ul .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-light-gray);
}
.directorist-single-author-contact-info-text {
  font-size: 15px;
  margin-left: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--directorist-color-body);
}
.directorist-single-author-info .directorist-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -5px -5px;
}
.directorist-single-author-info .directorist-social-wrap a {
  margin: 5px;
  display: block;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background-color: var(--directorist-color-body) !important;
  border-radius: 4px;
  color: var(--directorist-color-white) !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.directorist-details-info-wrap .directorist-single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  word-break: break-word;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.directorist-details-info-wrap .directorist-single-info:not(:last-child) {
  margin-bottom: 12px;
}
.directorist-details-info-wrap .directorist-single-info a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.directorist-details-info-wrap
  .directorist-single-info.directorist-single-info-picker
  .directorist-field-type-color {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.directorist-details-info-wrap
  .directorist-single-info.directorist-listing-details__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.directorist-details-info-wrap .directorist-single-info__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  color: var(--directorist-color-dark);
}
@media screen and (max-width: 575px) {
  .directorist-details-info-wrap .directorist-single-info__label {
    min-width: 130px;
  }
}
@media screen and (max-width: 375px) {
  .directorist-details-info-wrap .directorist-single-info__label {
    min-width: 100px;
  }
}
.directorist-details-info-wrap .directorist-single-info__label-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  color: var(--directorist-color-light-gray);
  background-color: var(--directorist-color-bg-light);
}
.directorist-details-info-wrap
  .directorist-single-info__label-icon
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
}
.directorist-details-info-wrap .directorist-single-info__label__text {
  position: relative;
  min-width: 70px;
  margin-top: 5px;
  padding-right: 10px;
}
.directorist-details-info-wrap .directorist-single-info__label__text:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 375px) {
  .directorist-details-info-wrap .directorist-single-info__label__text {
    min-width: 60px;
  }
}
.directorist-details-info-wrap
  .directorist-single-info-number
  .directorist-single-info__value {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.directorist-details-info-wrap .directorist-single-info__value {
  margin-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-details-info-wrap .directorist-single-info__value {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 0;
  }
}
.directorist-details-info-wrap .directorist-single-info__value a {
  color: var(--directorist-color-body);
}
@media screen and (max-width: 575px) {
  .directorist-details-info-wrap
    .directorist-single-info-socials
    .directorist-single-info__label {
    display: none;
  }
}
.directorist-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.directorist-social-links a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  background-color: var(--directorist-color-light);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.directorist-social-links a .directorist-icon-mask:after {
  background-color: var(--directorist-color-body);
}
.directorist-social-links a:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-social-links a:hover.facebook {
  background-color: #4267b2;
}
.directorist-social-links a:hover.twitter {
  background-color: #1da1f2;
}
.directorist-social-links a:hover.youtube,
.directorist-social-links a:hover.youtube-play {
  background-color: red;
}
.directorist-social-links a:hover.instagram {
  background-color: #c32aa3;
}
.directorist-social-links a:hover.linkedin {
  background-color: #007bb5;
}
.directorist-social-links a:hover.google-plus {
  background-color: #db4437;
}
.directorist-social-links a:hover.snapchat,
.directorist-social-links a:hover.snapchat-ghost {
  background-color: #eae800;
}
.directorist-social-links a:hover.reddit {
  background-color: #ff4500;
}
.directorist-social-links a:hover.pinterest {
  background-color: #bd081c;
}
.directorist-social-links a:hover.tumblr {
  background-color: #35465d;
}
.directorist-social-links a:hover.flickr {
  background-color: #f40083;
}
.directorist-social-links a:hover.vimeo {
  background-color: #1ab7ea;
}
.directorist-social-links a:hover.vine {
  background-color: #00b489;
}
.directorist-social-links a:hover.github {
  background-color: #444752;
}
.directorist-social-links a:hover.dribbble {
  background-color: #ea4c89;
}
.directorist-social-links a:hover.behance {
  background-color: #196ee3;
}
.directorist-social-links a:hover.soundcloud,
.directorist-social-links a:hover.stack-overflow {
  background-color: #f50;
}
.directorist-contact-owner-form-inner .directorist-form-group {
  margin-bottom: 15px;
}
.directorist-contact-owner-form-inner .directorist-form-element {
  border-color: var(--directorist-color-border-gray);
}
.directorist-contact-owner-form-inner textarea {
  resize: none;
}
.directorist-contact-owner-form-inner .directorist-btn-submit {
  padding: 0 30px;
  text-decoration: none;
  text-transform: capitalize;
}
.directorist-author-social a .fa {
  font-family: Font Awesome\5 Brands;
}
.directorist-google-map,
.directorist-single-map {
  height: 400px;
}
@media screen and (max-width: 480px) {
  .directorist-google-map,
  .directorist-single-map {
    height: 320px;
  }
}
.directorist-rating-review-block {
  display: inline-block;
  border: 1px solid #e3e6ef;
  padding: 10px 20px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.directorist-review-area .directorist-review-form-action {
  margin-top: 16px;
}
.directorist-review-area .directorist-form-group-guest-user {
  margin-top: 12px;
}
.directorist-rating-given-block .directorist-rating-given-block__label,
.directorist-rating-given-block .directorist-rating-given-block__stars {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.directorist-rating-given-block .directorist-rating-given-block__label a,
.directorist-rating-given-block .directorist-rating-given-block__stars a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.directorist-rating-given-block .directorist-rating-given-block__label {
  margin: 0 10px 0 0;
}
.directorist-rating-given-block__stars .br-widget a:before {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c8cb6a06142934b1fac8df29a41ebf7c.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c8cb6a06142934b1fac8df29a41ebf7c.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: #d4d3f3;
}
.directorist-rating-given-block__stars .br-widget a.br-active:before,
.directorist-rating-given-block__stars .br-widget a.br-selected:before {
  color: var(--directorist-color-warning);
}
.directorist-rating-given-block__stars .br-current-rating {
  display: inline-block;
  margin-left: 20px;
}
.directorist-review-current-rating {
  margin-bottom: 16px;
}
.directorist-review-current-rating .directorist-review-current-rating__label {
  margin-right: 10px;
  margin-bottom: 0;
}
.directorist-review-current-rating .directorist-review-current-rating__label,
.directorist-review-current-rating .directorist-review-current-rating__stars {
  display: inline-block;
  vertical-align: middle;
}
.directorist-review-current-rating
  .directorist-review-current-rating__stars
  li {
  display: inline-block;
}
.directorist-review-current-rating
  .directorist-review-current-rating__stars
  span {
  color: #d4d3f3;
}
.directorist-review-current-rating
  .directorist-review-current-rating__stars
  span:before {
  content: "\f005";
  font-size: 14px;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
}
.directorist-review-current-rating
  .directorist-review-current-rating__stars
  span.directorist-rate-active {
  color: #fa8b0c;
}
.directorist-single-review {
  padding-bottom: 26px;
  padding-top: 30px;
  border-bottom: 1px solid #e3e6ef;
}
.directorist-single-review:first-child {
  padding-top: 0;
}
.directorist-single-review:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.directorist-single-review .directorist-single-review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-single-review .directorist-single-review-avatar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}
.directorist-single-review .directorist-single-review-avatar {
  margin-right: 12px;
}
.directorist-single-review .directorist-single-review-avatar img {
  max-width: 50px;
  border-radius: 50%;
}
.directorist-single-review
  .directorist-rated-stars
  ul
  li
  span.directorist-rate-active {
  color: #fa8b0c;
}
.atbdp-universal-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  margin: -5px;
  padding: 0;
}
.atbdp-universal-pagination li,
.atbdp-universal-pagination ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.atbdp-universal-pagination li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 5px;
  padding: 0 10px;
  border: 1px solid var(--directorist-color-border);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 28px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--directorist-color-white);
}
.atbdp-universal-pagination li i {
  line-height: 28px;
}
.atbdp-universal-pagination li.atbd-active {
  cursor: pointer;
}
.atbdp-universal-pagination li.atbd-active:hover,
.atbdp-universal-pagination li.atbd-selected {
  border-color: var(--directorist-color-primary);
  color: var(--directorist-color-primary);
}
.atbdp-universal-pagination li.atbd-inactive {
  opacity: 0.5;
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"] {
  min-width: 30px;
  min-height: 30px;
  position: relative;
  cursor: pointer;
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"] .la {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"] .la_h {
  visibility: hidden;
  opacity: 0;
  left: 70%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"] .la_d {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"]:hover {
  color: var(--directorist-color-primary);
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"]:hover .la_h {
  visibility: visible;
  opacity: 1;
  left: 50%;
}
.atbdp-universal-pagination li[class^="atbd-page-jump-"]:hover .la_d {
  visibility: hidden;
  opacity: 0;
  left: 30%;
}
.directorist-card-review-block .directorist-btn-add-review {
  padding: 0 14px;
  line-height: 2.55;
}
.directorist-review-container {
  padding: 0;
  margin-bottom: 35px;
}
.directorist-review-container .comment-form-cookies-consent,
.directorist-review-container .comment-notes {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.directorist-review-content a > i {
  font-size: 13.5px;
}
.directorist-review-content .directorist-btn > i {
  margin-right: 5px;
}
.directorist-review-content #cancel-comment-reply-link,
.directorist-review-content .directorist-js-cancel-comment-edit {
  font-size: 14px;
  margin-left: 15px;
  color: var(--directorist-color-deep-gray);
}
.directorist-review-content #cancel-comment-reply-link:focus,
.directorist-review-content #cancel-comment-reply-link:hover,
.directorist-review-content .directorist-js-cancel-comment-edit:focus,
.directorist-review-content .directorist-js-cancel-comment-edit:hover {
  color: var(--directorist-color-dark);
}
@media screen and (max-width: 575px) {
  .directorist-review-content #cancel-comment-reply-link,
  .directorist-review-content .directorist-js-cancel-comment-edit {
    margin-left: 0;
  }
}
.directorist-review-content .directorist-review-content__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
  border: 1px solid #eff1f6;
  border-bottom-color: #f2f2f2;
  background-color: var(--directorist-color-white);
  border-radius: 16px 16px 0 0;
}
.directorist-review-content
  .directorist-review-content__header
  h3:not(.directorist-card__header__title) {
  font-size: 16px;
  font-weight: 500;
  color: #1a1b29;
  margin: 10px 0;
}
.directorist-review-content
  .directorist-review-content__header
  h3:not(.directorist-card__header__title)
  span {
  color: var(--directorist-color-body);
}
.directorist-review-content
  .directorist-review-content__header
  h3:not(.directorist-card__header__title)
  span:before {
  content: "-";
  color: #8f8e9f;
  padding-right: 5px;
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-btn
  .directorist-icon-mask {
  display: inline-block;
  margin-right: 4px;
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-btn
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-btn:hover {
  opacity: 0.8;
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-noreviews {
  font-size: 16px;
  margin-bottom: 0;
  padding: 19px 20px 15px;
}
.directorist-review-content
  .directorist-review-content__header
  .directorist-noreviews
  a {
  color: #2c99ff;
}
.directorist-review-content .directorist-review-content__overview {
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 50px;
}
.directorist-review-content .directorist-review-content__overview,
.directorist-review-content .directorist-review-content__overview__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.directorist-review-content .directorist-review-content__overview__rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  -ms-flex-align: center;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-point {
  font-size: 34px;
  font-weight: 600;
  color: #1a1b29;
  display: block;
  margin-right: 15px;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-stars {
  font-size: 15px;
  color: #ef8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-stars
  .directorist-icon-mask:after {
  width: 15px;
  height: 15px;
  background-color: #ef8000;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-stars
  .directorist-icon-mask.directorist_fraction_star {
  position: relative;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-stars
  .directorist-icon-mask.directorist_fraction_star:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/b6ad67158aa2d6258e619021127e704f.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/b6ad67158aa2d6258e619021127e704f.svg);
  background-color: #ef8000;
}
.directorist-review-content
  .directorist-review-content__overview__rating
  .directorist-rating-overall {
  font-size: 14px;
  color: #8c90a4;
  display: block;
}
.directorist-review-content .directorist-review-content__overview__benchmarks {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 25px;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  > * {
  margin: 6px !important;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  label {
  -webkit-box-flex: 0.1;
  -webkit-flex: 0.1;
  -ms-flex: 0.1;
  flex: 0.1;
  min-width: 70px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 0;
  font-size: 15px;
  color: var(--directorist-color-body);
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  progress {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  border-radius: 2px;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  progress::-webkit-progress-bar {
  background-color: #f2f3f5;
  border-radius: 2px;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  progress::-webkit-progress-value {
  background-color: #ef8000;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  progress::-moz-progress-bar {
  background-color: #f2f3f5;
  border-radius: 2px;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  progress::-moz-progress-value {
  background-color: #ef8000;
  border-radius: 2px;
  box-shadow: none;
}
.directorist-review-content
  .directorist-review-content__overview__benchmarks
  .directorist-benchmark-single
  strong {
  -webkit-box-flex: 0.1;
  -webkit-flex: 0.1;
  -ms-flex: 0.1;
  flex: 0.1;
  font-size: 15px;
  font-weight: 500;
  color: #090e30;
  text-align: right;
}
.directorist-review-content .directorist-review-content__reviews,
.directorist-review-content .directorist-review-content__reviews ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}
.directorist-review-content .directorist-review-content__reviews li,
.directorist-review-content .directorist-review-content__reviews ul li {
  list-style-type: none;
  margin-left: 0;
}
.directorist-review-content .directorist-review-content__reviews > li {
  border-top: 1px solid #eff1f6;
}
.directorist-review-content
  .directorist-review-content__reviews
  > li:not(:last-child) {
  margin-bottom: 10px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-edit-request {
  position: relative;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-edit-request:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: hsl(0 0% 100% / 0.8);
  border-radius: 4px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-edit-request:before {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(var(--directorist-color-dark-rgb), 0.2);
  border-top-color: rgba(var(--directorist-color-dark-rgb), 0.8);
  -webkit-animation: directoristCommentEditLoading 0.6s linear infinite;
  animation: directoristCommentEditLoading 0.6s linear infinite;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-editing
  .directorist-review-single__content,
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-editing
  .directorist-review-single__reply,
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-comment-editing
  .directorist-review-single__report {
  display: none;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single {
  padding: 25px;
  border-radius: 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  a {
  text-decoration: none;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .comment-body {
  margin-bottom: 0;
  padding: 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap {
  margin: 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__img {
  padding: 8px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__img
  img {
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: static;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details {
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  h2 {
  font-size: 15px;
  font-weight: 500;
  color: #090e30;
  margin: 0 0 5px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  h2:after,
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  h2:before {
  content: none;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  h2
  time {
  display: inline-block;
  font-size: 14px;
  color: #8c90a4;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  h2
  time:before {
  content: "-";
  padding-right: 8px;
  padding-left: 3px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  .directorist-rating-stars {
  font-size: 11px;
  color: #ef8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__author__details
  .directorist-rating-stars
  .directorist-icon-mask:after {
  width: 11px;
  height: 11px;
  background-color: #ef8000;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__header
  .directorist-review-single__report
  a {
  font-size: 13px;
  color: #8c90a4;
  display: block;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__content {
  font-size: 16px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__content__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -5px 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-single__contents-wrap
  .directorist-review-single__content__img
  img {
  max-width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 5px;
  border-radius: 6px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px -5px 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__feedback
  a {
  margin: 5px;
  font-size: 13px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__reply {
  margin: 20px -8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__reply
  a {
  color: #8c90a4;
  font-size: 13px;
  display: block;
  margin: 0 8px;
  background: none;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__reply
  a.directorist-comment-edit-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__reply
  a.directorist-comment-edit-link
  .directorist-icon-mask {
  margin-right: 3px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__reply
  a.directorist-comment-edit-link
  .directorist-icon-mask:after {
  width: 0.9em;
  height: 0.9em;
  background-color: #8c90a4;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__comments
  .directorist-review-single--comment {
  padding-left: 40px;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__comments
  .directorist-review-single--comment
  .directorist-review-single__contents-wrap {
  position: relative;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single__comments
  .directorist-review-single--comment
  .directorist-review-single__contents-wrap:before {
  content: "";
  height: 100%;
  background-color: #f2f2f2;
  width: 2px;
  left: -20px;
  position: absolute;
  top: 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-submit {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-submit__header {
  padding-left: 0;
  padding-right: 0;
}
.directorist-review-content
  .directorist-review-content__reviews
  .directorist-review-single
  .directorist-review-submit__header
  h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}
.directorist-review-content .directorist-review-content__pagination {
  padding: 0;
  margin: 25px 0 0;
}
.directorist-review-content .directorist-review-content__pagination ul {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
  padding-top: 0;
  list-style-type: none;
  height: auto;
  background: none;
}
.directorist-review-content .directorist-review-content__pagination ul li {
  padding: 4px;
  list-style-type: none;
}
.directorist-review-content
  .directorist-review-content__pagination
  ul
  li
  .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e1e4ec;
  color: #090e30;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--directorist-color-white);
}
.directorist-review-content
  .directorist-review-content__pagination
  ul
  li
  .page-numbers.current {
  border-color: #090e30;
}
.directorist-review-submit {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: var(--directorist-color-white);
  border-radius: 4px;
  border: 1px solid #eff1f6;
}
.directorist-review-submit__header {
  gap: 15px;
}
.directorist-review-submit__header h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1b29;
  margin: 0;
}
.directorist-review-submit__header h3 span {
  color: var(--directorist-color-body);
}
.directorist-review-submit__header h3 span:before {
  content: "-";
  color: #8f8e9f;
  padding-right: 5px;
}
.directorist-review-submit__header .directorist-btn {
  font-size: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  min-height: 40px;
  border-radius: 8px;
}
.directorist-review-submit__header .directorist-btn .directorist-icon-mask {
  display: inline-block;
  margin-right: 4px;
}
.directorist-review-submit__header
  .directorist-btn
  .directorist-icon-mask:after {
  width: 13px;
  height: 13px;
  background-color: var(--directorist-color-white);
}
.directorist-review-submit__overview {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 50px;
  border-top: 0;
}
.directorist-review-submit__overview,
.directorist-review-submit__overview__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-submit__overview__rating {
  gap: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .directorist-review-submit__overview__rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .directorist-review-submit__overview__rating .directorist-rating-stars {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.directorist-review-submit__overview__rating .directorist-rating-point {
  font-size: 40px;
  font-weight: 600;
  display: block;
  color: var(--directorist-color-dark);
}
.directorist-review-submit__overview__rating .directorist-rating-stars {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  color: var(--directorist-color-warning);
}
.directorist-review-submit__overview__rating .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-warning);
}
.directorist-review-submit__overview__rating
  .directorist-icon-mask.directorist_fraction_star {
  position: relative;
}
.directorist-review-submit__overview__rating
  .directorist-icon-mask.directorist_fraction_star:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/b6ad67158aa2d6258e619021127e704f.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/b6ad67158aa2d6258e619021127e704f.svg);
  background-color: var(--directorist-color-warning);
}
.directorist-review-submit__overview__rating .directorist-rating-overall {
  font-size: 14px;
  color: var(--directorist-color-body);
  display: block;
}
.directorist-review-submit__overview__benchmarks {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 25px;
}
.directorist-review-submit__overview__benchmarks .directorist-benchmark-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}
.directorist-review-submit__overview__benchmarks
  .directorist-benchmark-single
  > * {
  margin: 6px !important;
}
.directorist-review-submit__overview__benchmarks
  .directorist-benchmark-single
  label {
  -webkit-box-flex: 0.1;
  -webkit-flex: 0.1;
  -ms-flex: 0.1;
  flex: 0.1;
  min-width: 70px;
  display: inline-block;
  margin-right: 4px;
}
.directorist-review-submit__overview__benchmarks
  .directorist-benchmark-single
  label:after {
  width: 12px;
  height: 12px;
  background-color: var(--directorist-color-white);
}
.directorist-review-submit__reviews,
.directorist-review-submit__reviews ul {
  padding: 0;
  list-style-type: none;
  margin: 10px 0 0;
}
.directorist-review-submit > li {
  border-top: 1px solid var(--directorist-color-border);
}
.directorist-review-submit .directorist-comment-edit-request {
  position: relative;
}
.directorist-review-submit .directorist-comment-edit-request:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: hsl(0 0% 100% / 0.8);
  border-radius: 4px;
}
.directorist-review-submit .directorist-comment-edit-request > li {
  border-top: 1px solid var(--directorist-color-border);
}
.directorist-review-submit
  .directorist-comment-edit-request
  .directorist-comment-edit-request {
  position: relative;
}
.directorist-review-submit
  .directorist-comment-edit-request
  .directorist-comment-edit-request:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: hsl(0 0% 100% / 0.8);
  border-radius: 4px;
}
.directorist-review-submit
  .directorist-comment-edit-request
  .directorist-comment-edit-request:before {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(var(--directorist-color-dark-rgb), 0.2);
  border-top-color: rgba(var(--directorist-color-dark-rgb), 0.8);
  -webkit-animation: directoristCommentEditLoading 0.6s linear infinite;
  animation: directoristCommentEditLoading 0.6s linear infinite;
}
.directorist-review-single
  .directorist-comment-editing
  .directorist-review-single__actions,
.directorist-review-single
  .directorist-comment-editing
  .directorist-review-single__content,
.directorist-review-single
  .directorist-comment-editing
  .directorist-review-single__report {
  display: none;
}
.directorist-review-content__pagination {
  padding: 0;
  margin: 25px 0 35px;
}
.directorist-review-content__pagination ul {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
  padding-top: 0;
  list-style-type: none;
  height: auto;
  background: none;
}
.directorist-review-content__pagination li {
  padding: 4px;
  list-style-type: none;
}
.directorist-review-content__pagination li .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e1e4ec;
  color: #090e30;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--directorist-color-white);
}
.directorist-review-content__pagination li .page-numbers.current {
  border-color: #090e30;
}
.directorist-review-single {
  padding: 40px 30px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .directorist-review-single {
    padding: 30px 20px;
  }
}
.directorist-review-single a {
  text-decoration: none;
}
.directorist-review-single .comment-body {
  margin-bottom: 0;
  padding: 0;
}
.directorist-review-single .comment-body p {
  font-size: 15px;
  margin: 0;
  color: var(--directorist-color-body);
}
.directorist-review-single .comment-body em {
  font-style: normal;
}
.directorist-review-single .directorist-review-single__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.directorist-review-single .directorist-review-single__header,
.directorist-review-single__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-review-single__author {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.directorist-review-single__author__img {
  width: 50px;
  height: 50px;
  padding: 0;
}
.directorist-review-single__author__img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: static;
}
.directorist-review-single__author__details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.directorist-review-single__author__details h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px;
  color: var(--directorist-color-dark);
}
.directorist-review-single__author__details .directorist-rating-stars {
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--directorist-color-warning);
}
.directorist-review-single__author__details
  .directorist-rating-stars
  .directorist-icon-mask {
  margin: 1px;
}
.directorist-review-single__author__details
  .directorist-rating-stars
  .directorist-icon-mask:after {
  width: 11px;
  height: 11px;
  background-color: var(--directorist-color-warning);
}
.directorist-review-single__author__details .directorist-review-date {
  display: inline-block;
  font-size: 13px;
  margin-left: 14px;
  color: var(--directorist-color-deep-gray);
}
.directorist-review-single__report a {
  font-size: 13px;
  color: #8c90a4;
  display: block;
}
.directorist-review-single__content p {
  font-size: 15px;
  color: var(--directorist-color-body);
}
.directorist-review-single__feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px -5px 0;
}
.directorist-review-single__feedback a {
  margin: 5px;
  font-size: 13px;
}
.directorist-review-single__actions {
  margin: 20px -8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-review-single__actions,
.directorist-review-single__actions a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-single__actions a {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: none;
  margin: 0 8px;
  color: var(--directorist-color-deep-gray);
}
.directorist-review-single__actions a .directorist-icon-mask {
  margin-right: 6px;
}
.directorist-review-single__actions a .directorist-icon-mask:after {
  width: 13.5px;
  height: 13.5px;
  background-color: var(--directorist-color-deep-gray);
}
.directorist-review-single .directorist-review-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .directorist-review-single .directorist-review-meta {
    gap: 10px;
  }
}
.directorist-review-single .directorist-review-meta .directorist-review-date {
  margin: 0;
}
.directorist-review-single .directorist-review-submit {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.directorist-review-single .directorist-review-submit__header {
  padding-left: 0;
  padding-right: 0;
}
.directorist-review-single
  .directorist-review-submit
  .directorist-card__header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.directorist-review-single .directorist-review-single {
  padding: 18px 40px;
}
.directorist-review-single .directorist-review-single:last-child {
  padding-bottom: 0;
}
.directorist-review-single
  .directorist-review-single
  .directorist-review-single__header {
  margin-bottom: 15px;
}
.directorist-review-single
  .directorist-review-single
  .directorist-review-single__info {
  position: relative;
}
.directorist-review-single
  .directorist-review-single
  .directorist-review-single__info:before {
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: var(--directorist-color-border-gray);
}
.directorist-review-submit__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-review-submit__form {
  margin: 0 !important;
}
.directorist-review-submit__form:not(.directorist-form-comment-edit) {
  padding: 25px;
}
.directorist-review-submit__form#commentform .directorist-form-group,
.directorist-review-submit__form.directorist-form-comment-edit
  .directorist-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.directorist-review-submit__form
  .directorist-review-single
  .directorist-card__body {
  padding-left: 0;
  padding-right: 0;
}
.directorist-review-submit__form .directorist-alert {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.directorist-review-submit__form .directorist-review-criteria {
  margin-bottom: 25px;
}
.directorist-review-submit__form .directorist-review-criteria__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.directorist-review-submit__form .directorist-review-criteria__single__label {
  width: 100px;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  margin: 0;
}
.directorist-review-submit__form
  .directorist-review-criteria__single
  .br-widget {
  margin: -1px;
}
.directorist-review-submit__form .directorist-review-criteria__single a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #e1e4ec;
  margin: 1px;
  text-decoration: none;
  outline: 0;
}
.directorist-review-submit__form .directorist-review-criteria__single a:before {
  content: "";
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c8cb6a06142934b1fac8df29a41ebf7c.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/c8cb6a06142934b1fac8df29a41ebf7c.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-white);
}
.directorist-review-submit__form .directorist-review-criteria__single a:focus {
  background-color: #e1e4ec !important;
  text-decoration: none !important;
  outline: 0;
}
.directorist-review-submit__form
  .directorist-review-criteria__single
  a.br-active,
.directorist-review-submit__form
  .directorist-review-criteria__single
  a.br-selected {
  background-color: var(--directorist-color-warning) !important;
  text-decoration: none;
  outline: 0;
}
.directorist-review-submit__form
  .directorist-review-criteria__single
  .br-current-rating {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}
.directorist-review-submit__form .directorist-form-group:not(:last-child) {
  margin-bottom: 20px;
}
.directorist-review-submit__form .directorist-form-group textarea {
  background-color: #f6f7f9;
  font-size: 15px;
  display: block;
  resize: vertical;
  margin: 0;
}
.directorist-review-submit__form .directorist-form-group textarea:focus {
  background-color: #f6f7f9;
}
.directorist-review-submit__form .directorist-form-group label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--directorist-color-dark);
  margin-bottom: 5px;
}
.directorist-review-submit__form .directorist-form-group input[type="email"],
.directorist-review-submit__form .directorist-form-group input[type="text"],
.directorist-review-submit__form .directorist-form-group input[type="url"] {
  height: 46px;
  background-color: var(--directorist-color-white);
  margin: 0;
}
.directorist-review-submit__form
  .directorist-form-group
  input[type="email"]::-webkit-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="text"]::-webkit-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="url"]::-webkit-input-placeholder {
  color: var(--directorist-color-deep-gray);
}
.directorist-review-submit__form
  .directorist-form-group
  input[type="email"]::-moz-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="text"]::-moz-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="url"]::-moz-placeholder {
  color: var(--directorist-color-deep-gray);
}
.directorist-review-submit__form
  .directorist-form-group
  input[type="email"]:-ms-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="text"]:-ms-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="url"]:-ms-input-placeholder {
  color: var(--directorist-color-deep-gray);
}
.directorist-review-submit__form
  .directorist-form-group
  input[type="email"]::-ms-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="text"]::-ms-input-placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="url"]::-ms-input-placeholder {
  color: var(--directorist-color-deep-gray);
}
.directorist-review-submit__form
  .directorist-form-group
  input[type="email"]::placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="text"]::placeholder,
.directorist-review-submit__form
  .directorist-form-group
  input[type="url"]::placeholder {
  color: var(--directorist-color-deep-gray);
}
.directorist-review-submit__form .form-group-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-review-submit__form .form-group-comment.directorist-form-group {
  margin-bottom: 42px;
}
@media screen and (max-width: 575px) {
  .directorist-review-submit__form .form-group-comment.directorist-form-group {
    margin-bottom: 30px;
  }
}
.directorist-review-submit__form .form-group-comment textarea {
  border-radius: 12px;
  resize: none;
  padding: 20px;
  min-height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--directorist-color-white);
  border: 2px solid var(--directorist-color-border);
}
.directorist-review-submit__form .form-group-comment textarea:focus {
  border: 2px solid var(--directorist-color-border-gray);
}
.directorist-review-submit__form .directorist-review-media-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-review-submit__form
  .directorist-review-media-upload
  input[type="file"] {
  display: none;
}
.directorist-review-submit__form .directorist-review-media-upload label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 115px;
  height: 100px;
  border-radius: 8px;
  border: 1px dashed #c6d0dc;
  cursor: pointer;
  margin-bottom: 0;
}
.directorist-review-submit__form .directorist-review-media-upload label i {
  font-size: 26px;
  color: #afb2c4;
}
.directorist-review-submit__form .directorist-review-media-upload label span {
  display: block;
  font-size: 14px;
  color: var(--directorist-color-body);
  margin-top: 6px;
}
.directorist-review-submit__form .directorist-review-img-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px -5px 5px;
}
.directorist-review-submit__form .directorist-review-gallery-preview {
  position: relative;
  margin: 5px;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-review-img-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-review-gallery-preview {
  position: relative;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-review-gallery-preview:hover
  .directorist-btn-delete {
  opacity: 1;
  visibility: visible;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-review-gallery-preview
  img {
  width: 115px;
  height: 100px;
  max-width: 115px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-review-gallery-preview
  .directorist-btn-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-danger);
  opacity: 0;
  visibility: hidden;
}
.directorist-review-submit__form .directorist-review-gallery-preview img {
  width: 115px;
  height: 100px;
  max-width: 115px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.directorist-review-submit__form
  .directorist-review-gallery-preview
  .directorist-btn-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--directorist-color-white);
  background-color: var(--directorist-color-danger);
  opacity: 0;
  visibility: hidden;
}
.directorist-review-submit .directorist-btn {
  padding: 0 20px;
}
.directorist-review-content
  + .directorist-review-submit.directorist-review-submit--hidden {
  display: none !important;
}
@-webkit-keyframes directoristCommentEditLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes directoristCommentEditLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.directorist-favourite-items-wrap {
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
  box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
}
.directorist-favourite-items-wrap .directorist-favourirte-items {
  background-color: var(--directorist-color-white);
  padding: 20px 10px;
  border-radius: 12px;
}
.directorist-favourite-items-wrap .directorist-dashboard-items-list {
  font-size: 15px;
}
.directorist-favourite-items-wrap .directorist-dashboard-items-list__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px !important;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media only screen and (max-width: 991px) {
  .directorist-favourite-items-wrap .directorist-dashboard-items-list__single {
    background-color: #f8f9fa;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single:hover {
  background-color: #f8f9fa;
  border-radius: 5px;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single:hover
  .directorist-dashboard-items-list__single__action
  .directorist-favourite-remove-btn {
  opacity: 1;
  visibility: visible;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-img {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .directorist-favourite-items-wrap
    .directorist-dashboard-items-list__single
    .directorist-listing-img {
    margin-right: 0;
  }
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-img
  img {
  max-width: 100px;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .directorist-favourite-items-wrap
    .directorist-dashboard-items-list__single
    .directorist-listing-content {
    margin-top: 10px;
  }
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 6px;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-title
  a {
  color: var(--directorist-color-dark);
  text-decoration: none;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-category {
  color: var(--directorist-color-primary);
  text-decoration: none;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-category
  i,
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-category
  span.fa,
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-category
  span.fas,
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single
  .directorist-listing-category
  span.la {
  margin-right: 6px;
  color: var(--directorist-color-light-gray);
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .directorist-favourite-items-wrap
    .directorist-dashboard-items-list__single__info {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .directorist-favourite-items-wrap
    .directorist-dashboard-items-list__single__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single__action
  .directorist-favourite-remove-btn {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--directorist-color-white) !important;
  line-height: 2.65;
  opacity: 0;
  visibility: hidden;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single__action
  .directorist-favourite-remove-btn
  .directorist-icon-mask {
  margin-right: 5px;
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single__action
  .directorist-favourite-remove-btn
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-favourite-items-wrap
  .directorist-dashboard-items-list__single__action
  .directorist-favourite-remove-btn
  > i:not(.directorist-icon-mask) {
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .directorist-favourite-items-wrap
    .directorist-dashboard-items-list__single__action
    .directorist-favourite-remove-btn {
    opacity: 1;
    visibility: visible;
  }
}
.directorist-user-dashboard {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-user-dashboard__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.directorist-user-dashboard__toggle {
  margin-bottom: 20px;
}
.directorist-user-dashboard__toggle__link {
  border: 1px solid #e3e6ef;
  padding: 6.5px 8px;
  border-radius: 8px;
  display: inline-block;
  outline: 0;
  background-color: var(--directorist-color-white);
  line-height: 1;
  color: var(--directorist-color-primary);
}
.directorist-user-dashboard__tab-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 250px);
}
.directorist-user-dashboard .directorist-alert {
  margin-bottom: 15px;
}
.directorist-user-dashboard #directorist-preference-notice .directorist-alert {
  margin-top: 15px;
  margin-bottom: 0;
}
#directorist-dashboard-preloader {
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: none;
  background-color: rgba(var(--directorist-color-dark-rgb), 0.5);
}
#directorist-dashboard-preloader div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  -webkit-animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 8px solid #fff0;
  border-top: 8px solid var(--directorist-color-primary);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#directorist-dashboard-preloader div:first-child {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
#directorist-dashboard-preloader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#directorist-dashboard-preloader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.directorist-user-dashboard-tab__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 12px;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
@media screen and (max-width: 480px) {
  .directorist-user-dashboard-tab__nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.directorist-user-dashboard-tab ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .directorist-user-dashboard-tab ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.directorist-user-dashboard-tab li {
  list-style: none;
}
.directorist-user-dashboard-tab li:not(:last-child) {
  margin-right: 20px;
}
.directorist-user-dashboard-tab li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  text-decoration: none;
  color: var(--directorist-color-dark);
  position: relative;
}
.directorist-user-dashboard-tab li a:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  content: "";
  background-color: var(--directorist-color-primary);
}
.directorist-user-dashboard-tab li a.directorist-tab__nav__active {
  color: var(--directorist-color-primary);
}
.directorist-user-dashboard-tab li a.directorist-tab__nav__active:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .directorist-user-dashboard-tab li a {
    padding-bottom: 5px;
  }
}
.directorist-user-dashboard-tab .directorist-user-dashboard-search {
  position: relative;
  border-radius: 12px;
  margin: 16px 0 16px 16px;
}
.directorist-user-dashboard-tab .directorist-user-dashboard-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directorist-user-dashboard-tab .directorist-user-dashboard-search__icon i,
.directorist-user-dashboard-tab .directorist-user-dashboard-search__icon span {
  font-size: 16px;
}
.directorist-user-dashboard-tab
  .directorist-user-dashboard-search__icon
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
}
.directorist-user-dashboard-tab .directorist-user-dashboard-search input {
  border: 0;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #8f8e9f;
  padding: 10px 18px 10px 40px;
  min-width: 260px;
  height: 36px;
  background-color: #f6f7f9;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.directorist-user-dashboard-tab .directorist-user-dashboard-search input:focus {
  outline: none;
}
@media screen and (max-width: 375px) {
  .directorist-user-dashboard-tab .directorist-user-dashboard-search input {
    min-width: unset;
  }
}
.directorist-user-dashboard-tabcontent {
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
  border-radius: 12px;
  margin-top: 15px;
}
.directorist-user-dashboard-tabcontent .directorist-listing-table {
  border-radius: 10px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-table {
  display: table;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 0;
  margin-top: 0;
  overflow: visible !important;
  width: 100%;
}
.directorist-user-dashboard-tabcontent .directorist-listing-table tr {
  background-color: var(--directorist-color-white);
}
.directorist-user-dashboard-tabcontent .directorist-listing-table tr th {
  text-align: left;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-listing {
  min-width: 320px;
}
@media (max-width: 1499px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-listing {
    min-width: 260px;
  }
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-listing {
    min-width: 230px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-listing-type {
  min-width: 180px;
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-listing-type {
    min-width: 160px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-category {
  min-width: 180px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-ex-date {
  min-width: 250px;
}
@media (max-width: 1499px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-ex-date {
    min-width: 220px;
  }
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-ex-date {
    min-width: 200px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-status {
  min-width: 160px;
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-status {
    min-width: 130px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist_table-plan {
  min-width: 120px;
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist_table-plan {
    min-width: 100px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-actions {
  min-width: 200px;
}
@media (max-width: 1399px) {
  .directorist-user-dashboard-tabcontent
    .directorist-listing-table
    tr
    th.directorist-table-actions {
    min-width: 150px;
  }
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:first-child
  th {
  padding-top: 22px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:first-child
  td {
  padding-top: 28px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:last-child
  td,
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:last-child
  th {
  padding-bottom: 22px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:last-child
  .directorist-dropdown
  .directorist-dropdown-menu {
  bottom: 100%;
  top: auto;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr:first-child
  .directorist-dropdown
  .directorist-dropdown-menu {
  bottom: auto;
  top: 35px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.directorist-user-dashboard-tabcontent .directorist-listing-table tr td,
.directorist-user-dashboard-tabcontent .directorist-listing-table tr th {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
  padding: 12.5px 22px;
  border: 0;
}
.directorist-user-dashboard-tabcontent .directorist-listing-table tr th {
  letter-spacing: 1.1px;
  font-size: 12px;
  font-weight: 500;
  color: #8f8e9f;
  text-transform: uppercase;
  border-bottom: 1px solid #eff1f6;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__img {
  margin-right: 12px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__img
  img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  max-width: inherit;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__content
  .directorist-title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 500;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__content
  .directorist-title
  a {
  color: #0a0b1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-listing-table-listing-info__content
  .directorist-price {
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-body);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge {
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px 7px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.primary {
  color: var(--directorist-color-primary);
  background-color: rgba(var(--directorist-color-primary), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.directorist_status_publish {
  color: var(--directorist-color-success);
  background-color: rgba(var(--directorist-color-success-rgb), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.directorist_status_pending {
  color: var(--directorist-color-warning);
  background-color: rgba(var(--directorist-color-warning-rgb), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.directorist_status_private {
  color: var(--directorist-color-danger);
  background-color: rgba(var(--directorist-color-danger-rgb), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.danger {
  color: var(--directorist-color-danger);
  background-color: rgba(var(--directorist-color-danger), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist_badge.warning {
  color: var(--directorist-color-warning);
  background-color: rgba(var(--directorist-color-warning), 0.15);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  a {
  font-size: 13px;
  text-decoration: none;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  a.directorist-link-btn {
  color: var(--directorist-color-info);
  font-weight: 500;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  a.directorist-link-btn
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--directorist-color-info);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  .directorist-btn-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--directorist-color-white);
  font-weight: 500;
  color: var(--directorist-color-body);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  .directorist-btn-more
  i,
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  .directorist-btn-more
  span,
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  .directorist-btn-more
  svg {
  position: relative;
  top: 1.5px;
  margin-right: 5px;
  font-size: 14px;
  color: var(--directorist-color-body);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  .directorist-checkbox
  label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown {
  position: relative;
  border: 0;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown
  .directorist-dropdown-menu {
  position: absolute;
  right: 0;
  top: 35px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: 0 5px 15px rgb(143 142 159 / 0.1254901961);
  box-shadow: 0 5px 15px rgb(143 142 159 / 0.1254901961);
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown
  .directorist-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 22;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu {
  min-width: 230px;
  border: 1px solid #eff1f6;
  padding: 0 0 10px;
  border-radius: 6px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list {
  position: relative;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list:not(:last-child) {
  padding-bottom: 10px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list:not(:last-child):after {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #eff1f6;
  content: "";
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist-dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: var(--directorist-color-body);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist-dropdown-item:hover {
  background-color: #f6f7f9;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist-dropdown-item:first-child {
  margin-top: 10px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist-dropdown-item
  i {
  font-size: 15px;
  margin-right: 14px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist_custom-checkbox {
  padding: 10px 20px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist_custom-checkbox:first-child {
  margin-top: 10px;
}
.directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-dropdown-menu__list
  .directorist_custom-checkbox
  label {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-user-dashboard-tabcontent
  .directorist_dashboard_rating
  li:not(:last-child) {
  margin-right: 4px;
}
.directorist-user-dashboard-tabcontent .directorist_dashboard_category ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.directorist-user-dashboard-tabcontent
  .directorist_dashboard_category
  li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 4px;
}
.directorist-user-dashboard-tabcontent .directorist_dashboard_category li i,
.directorist-user-dashboard-tabcontent
  .directorist_dashboard_category
  li
  span.fa,
.directorist-user-dashboard-tabcontent
  .directorist_dashboard_category
  li
  span.fas,
.directorist-user-dashboard-tabcontent
  .directorist_dashboard_category
  li
  span.la {
  font-size: 15px;
  margin-right: 4px;
}
.directorist-user-dashboard-tabcontent .directorist_dashboard_category li a {
  padding: 0;
}
.directorist-user-dashboard-tabcontent .directorist-dashboard-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 2px 22px 0;
  padding: 30px 0 40px;
  border-top: 1px solid #eff1f6;
}
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers {
  padding: 0;
  line-height: normal;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--directorist-color-border);
  border-radius: 8px;
  background-color: var(--directorist-color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--directorist-color-body);
  text-align: center;
  margin: 4px;
  right: auto;
  float: none;
  font-size: 15px;
  text-decoration: none;
}
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers.current,
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers:hover {
  border-color: var(--directorist-color-primary);
  color: var(--directorist-color-primary);
}
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers.current
  .directorist-icon-mask:after,
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-user-dashboard-tabcontent
  .directorist-dashboard-pagination
  .page-numbers
  .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  background-color: var(--directorist-color-body);
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-listing {
  min-width: 218px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-listing-type {
  min-width: 95px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-ex-date {
  min-width: 140px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-status {
  min-width: 115px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist_table-plan {
  min-width: 120px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th.directorist-table-actions {
  min-width: 155px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  td,
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  tr
  th {
  padding: 12px;
}
.directorist-user-dashboard__contents.directorist-tab-content-grid-fix
  .directorist-user-dashboard-tabcontent
  .directorist-listing-table
  .directorist-actions
  a.directorist-link-btn {
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-table-responsive {
  display: block !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .directorist-user-dashboard-tab .directorist-user-dashboard-tab__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 20px;
  }
  .directorist-user-dashboard-search {
    margin-top: 15px;
  }
}
.atbdp__draft {
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 10px;
  margin-top: 9px;
  color: var(--directorist-color-primary);
  background: rgba(var(--directorist-color-primary), 0.1);
}
.directorist-become-author-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(var(--directorist-color-dark-rgb), 0.5);
  left: 0;
  top: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.directorist-become-author-modal.directorist-become-author-modal__show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.directorist-become-author-modal__content {
  background-color: var(--directorist-color-white);
  border-radius: 5px;
  padding: 20px 30px 15px;
  text-align: center;
  position: relative;
}
.directorist-become-author-modal__content p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-become-author-modal__content h3 {
  font-size: 20px;
}
.directorist-become-author-modal__content
  .directorist-become-author-modal__approve {
  background-color: #3e62f5;
  display: inline-block;
  color: var(--directorist-color-white);
  text-align: center;
  margin: 10px 5px 0;
  min-width: 100px;
  padding: 8px 0 !important;
  border-radius: 3px;
}
.directorist-become-author-modal__content
  .directorist-become-author-modal__approve:focus {
  background-color: #3e62f5 !important;
}
.directorist-become-author-modal__content
  .directorist-become-author-modal__cancel {
  background-color: #eee;
  display: inline-block;
  text-align: center;
  margin: 10px 5px 0;
  min-width: 100px;
  padding: 8px 0 !important;
  border-radius: 3px;
}
.directorist-become-author-modal span.directorist-become-author__loader {
  border-right: 2px solid var(--directorist-color-primary);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid var(--directorist-color-primary);
  border-right-color: var(--directorist-color-white);
  -webkit-animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: rotate360 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  visibility: hidden;
  opacity: 0;
}
.directorist-become-author-modal span.directorist-become-author__loader.active {
  visibility: visible;
  opacity: 1;
}
#directorist-become-author-success {
  color: #388e3c !important;
  margin-bottom: 15px !important;
}
.directorist-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: -1;
  background-color: var(--directorist-color-white);
}
.directorist-shade.directorist-active {
  display: block;
  z-index: 21;
}
.table.atbd_single_saved_item {
  margin: 0;
  background-color: var(--directorist-color-white);
  border-collapse: collapse;
  width: 100%;
  min-width: 240px;
}
.table.atbd_single_saved_item td,
.table.atbd_single_saved_item th,
.table.atbd_single_saved_item tr {
  border: 1px solid #ececec;
}
.table.atbd_single_saved_item td {
  padding: 0 15px;
}
.table.atbd_single_saved_item td p {
  margin: 5px 0;
}
.table.atbd_single_saved_item th {
  text-align: left;
  padding: 5px 15px;
}
.table.atbd_single_saved_item .action a.btn {
  text-decoration: none;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 8px;
  display: inline-block;
}
.directorist-user-dashboard__nav {
  min-width: 230px;
  padding: 20px 10px;
  margin-right: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  left: 0;
  border-radius: 12px;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--directorist-color-white);
  -webkit-box-shadow: var(--directorist-box-shadow);
  box-shadow: var(--directorist-box-shadow);
  border: 1px solid var(--directorist-color-border-light);
}
@media only screen and (max-width: 1199px) {
  .directorist-user-dashboard__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    background-color: var(--directorist-color-white);
    padding-top: 100px;
    -webkit-box-shadow: 0 5px 10px rgb(143 142 159 / 0.1);
    box-shadow: 0 5px 10px rgb(143 142 159 / 0.1);
    z-index: 2222;
  }
}
@media only screen and (max-width: 600px) {
  .directorist-user-dashboard__nav {
    right: 20px;
    top: 10px;
  }
}
.directorist-user-dashboard__nav .directorist-dashboard__nav__close {
  display: none;
  position: absolute;
  right: 15px;
  top: 50px;
}
@media only screen and (max-width: 1199px) {
  .directorist-user-dashboard__nav .directorist-dashboard__nav__close {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .directorist-user-dashboard__nav .directorist-dashboard__nav__close {
    right: 20px;
    top: 10px;
  }
}
.directorist-user-dashboard__nav.directorist-dashboard-nav-collapsed {
  min-width: unset;
  width: 0 !important;
  height: 0;
  margin-right: 0;
  left: -230px;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.directorist-tab__nav__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.directorist-tab__nav__items a {
  text-decoration: none;
}
.directorist-tab__nav__items li {
  margin: 0;
}
.directorist-tab__nav__items li ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.directorist-tab__nav__items li ul li a {
  padding-left: 25px;
  text-decoration: none;
}
.directorist-tab__nav__link {
  font-size: 14px;
  border-radius: 4px;
  padding: 10px;
  outline: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--directorist-color-body);
  text-decoration: none;
}
.directorist-tab__nav__link,
.directorist-tab__nav__link .directorist_menuItem-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-tab__nav__link .directorist_menuItem-text {
  pointer-events: none;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directorist-tab__nav__link
  .directorist_menuItem-text
  .directorist_menuItem-icon {
  line-height: 0;
}
.directorist-tab__nav__link .directorist_menuItem-text i,
.directorist-tab__nav__link .directorist_menuItem-text span.fa {
  pointer-events: none;
  display: inline-block;
  margin-right: 10px;
}
.directorist-tab__nav__link.directorist-tab__nav__active,
.directorist-tab__nav__link:focus {
  font-weight: 700;
  background-color: var(--directorist-color-border);
  color: var(--directorist-color-primary);
}
.directorist-tab__nav__link.directorist-tab__nav__active
  .directorist-icon-mask:after,
.directorist-tab__nav__link:focus .directorist-icon-mask:after {
  background-color: var(--directorist-color-primary);
}
.directorist-tab__nav__link.directorist-tab__nav__active.atbd-dash-nav-dropdown,
.directorist-tab__nav__link:focus.atbd-dash-nav-dropdown {
  background-color: #fff0;
}
.directorist-tab__nav__action {
  margin-top: 15px;
}
.directorist-tab__nav__action .directorist-btn {
  display: block;
}
.directorist-tab__nav__action .directorist-btn:not(:last-child) {
  margin-bottom: 15px;
}
.directorist-tab__pane {
  display: none;
}
.directorist-tab__pane.directorist-tab__pane--active {
  display: block;
}
#dashboard_profile
  #user_profile_form.directorist-profile-responsive
  .directorist-col-lg-3,
#dashboard_profile
  #user_profile_form.directorist-profile-responsive
  .directorist-col-lg-9 {
  width: 100%;
}
.directorist-image-profile-wrap {
  padding: 25px;
  background-color: var(--directorist-color-white);
  border-radius: 12px;
  border: 1px solid #ececec;
}
.directorist-image-profile-wrap .ezmu__upload-button-wrap .ezmu__btn {
  border-radius: 8px;
  padding: 10.5px 30px;
  background-color: #f6f7f9;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--directorist-color-dark);
}
.directorist-image-profile-wrap .directorist-profile-uploader {
  border-radius: 12px;
}
.directorist-image-profile-wrap
  .directorist-profile-uploader
  .ezmu__front-item__close-icon {
  background-image: none;
}
.directorist-image-profile-wrap
  .directorist-profile-uploader
  .ezmu__front-item__close-icon
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
}
.directorist-image-profile-wrap
  .directorist-profile-uploader
  .ezmu__loading-icon-img-bg {
  background-image: none;
  background-color: var(--directorist-color-primary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/232acb97ace4f437ace78cc02bdfd165.svg);
  mask-image: url(risingstarbuiltec/wp-content/plugins/directorist/assets/images/232acb97ace4f437ace78cc02bdfd165.svg);
}
.directorist-image-profile-wrap
  .ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
  max-width: 140px;
}
.directorist-user-profile-box .directorist-card__header {
  padding: 18px 20px;
}
.directorist-user-profile-box .directorist-card__body {
  padding: 25px 25px 30px;
}
.directorist-user-info-wrap .directorist-form-group {
  margin-bottom: 25px;
}
.directorist-user-info-wrap .directorist-form-group > label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
.directorist-user-info-wrap
  .directorist-form-group
  .directorist-input-extra-info {
  color: var(--directorist-color-light-gray);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.directorist-user-info-wrap .directorist-btn-profile-save {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
}
.directorist-user-info-wrap #directorist-profile-notice .directorist-alert {
  margin-top: 15px;
}
.directorist-user_preferences
  .directorist-preference-toggle
  .directorist-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.directorist-user_preferences
  .directorist-preference-toggle
  .directorist-form-group
  label {
  margin-bottom: 0;
  color: var(--directorist-color-dark);
  font-size: 14px;
  font-weight: 400;
}
.directorist-user_preferences
  .directorist-preference-toggle
  .directorist-form-group
  input {
  margin: 0;
}
.directorist-user_preferences
  .directorist-preference-toggle
  .directorist-toggle-label {
  font-size: 14px;
  color: var(--directorist-color-dark);
  font-weight: 600;
  line-height: normal;
}
.directorist-user_preferences .directorist-preference-radio {
  margin-top: 25px;
}
.directorist-user_preferences
  .directorist-preference-radio
  .directorist-preference-radio__label {
  color: var(--directorist-color-dark);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.directorist-user_preferences
  .directorist-preference-radio
  .directorist-radio-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.directorist-user_preferences .select2-selection__arrow,
.directorist-user_preferences .select2-selection__clear,
.directorist-user_preferences
  .select2.select2-container.select2-container--default
  .select2-selection__arrow
  b {
  display: block !important;
}
.directorist-user_preferences
  .select2.select2-container.select2-container--default.select2-container--open
  .select2-selection {
  border-bottom-color: var(--directorist-color-primary);
}
.directorist-toggle {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.directorist-toggle-switch {
  display: inline-block;
  background: var(--directorist-color-border);
  border-radius: 12px;
  width: 44px;
  height: 22px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.directorist-toggle-switch:after,
.directorist-toggle-switch:before {
  content: "";
}
.directorist-toggle-switch:before {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 4px;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.directorist-toggle:hover .directorist-toggle-switch:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background: linear-gradient(180deg, #fff 0, #fff);
}
.directorist-toggle-checkbox:checked + .directorist-toggle-switch {
  background: var(--directorist-color-primary);
}
.directorist-toggle-checkbox:checked + .directorist-toggle-switch:before {
  left: 25px;
}
.directorist-toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.directorist-user-socials .directorist-user-social-label {
  font-size: 18px;
  padding-bottom: 18px;
  margin-bottom: 28px !important;
  border-bottom: 1px solid #eff1f6;
}
.directorist-user-socials label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.directorist-user-socials label .directorist-social-icon {
  margin-right: 6px;
}
.directorist-user-socials
  label
  .directorist-social-icon
  .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: #0a0b1e;
}
#directorist-prifile-notice .directorist-alert {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.directorist-announcement-wrapper {
  background-color: var(--directorist-color-white);
  border-radius: 12px;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
  box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
}
.directorist-announcement-wrapper .directorist-announcement {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15.5px;
  margin-bottom: 15.5px;
  border-bottom: 1px solid #f1f2f6;
}
.directorist-announcement-wrapper .directorist-announcement:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 479px) {
  .directorist-announcement-wrapper .directorist-announcement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directorist-announcement-wrapper .directorist-announcement__date {
  -webkit-box-flex: 0.4217;
  -webkit-flex: 0.4217;
  -ms-flex: 0.4217;
  flex: 0.4217;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 6px;
  padding: 10.5px;
  min-width: 120px;
}
@media (max-width: 1199px) {
  .directorist-announcement-wrapper .directorist-announcement__date {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 479px) {
  .directorist-announcement-wrapper .directorist-announcement__date {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.directorist-announcement-wrapper .directorist-announcement__date__part-one {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #171b2e;
}
.directorist-announcement-wrapper .directorist-announcement__date__part-two {
  font-size: 14px;
  font-weight: 400;
  color: #5a5f7d;
}
.directorist-announcement-wrapper .directorist-announcement__date__part-three {
  font-size: 14px;
  font-weight: 500;
  color: #171b2e;
}
.directorist-announcement-wrapper .directorist-announcement__content {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .directorist-announcement-wrapper .directorist-announcement__content {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
}
@media (max-width: 479px) {
  .directorist-announcement-wrapper .directorist-announcement__content {
    padding-left: 0;
    margin: 12px 0 6px;
    text-align: center;
  }
}
.directorist-announcement-wrapper
  .directorist-announcement__content
  .directorist-announcement__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--directorist-color-primary);
  margin-bottom: 6px;
  margin-top: 0;
}
.directorist-announcement-wrapper
  .directorist-announcement__content
  .directorist-announcement__title
  p {
  font-size: 14px;
  font-weight: 400;
  color: #69708e;
}
.directorist-announcement-wrapper
  .directorist-announcement__content
  .directorist-announcement__title
  p:empty,
.directorist-announcement-wrapper .directorist-announcement__content p:empty {
  display: none;
}
.directorist-announcement-wrapper .directorist-announcement__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.directorist-announcement-wrapper
  .directorist-announcement__close
  .close-announcement {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 0;
  padding: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directorist-announcement-wrapper
  .directorist-announcement__close
  .close-announcement
  .directorist-icon-mask:after {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #474868;
}
.directorist-announcement-wrapper
  .directorist-announcement__close
  .close-announcement:hover {
  background-color: var(--directorist-color-danger);
}
.directorist-announcement-wrapper
  .directorist-announcement__close
  .close-announcement:hover
  .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-announcement-wrapper .directorist_not-found {
  margin: 0;
}
.directorist-announcement-count {
  display: none;
  border-radius: 30px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  color: var(--directorist-color-white);
  text-align: center;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #ff3c3c;
}
.directorist-announcement-count.show {
  display: inline-block;
}
.directorist-payment-instructions,
.directorist-payment-thanks-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--directorist-color-body);
}
.directorist-payment-instructions {
  margin-bottom: 38px;
}
.directorist-payment-thanks-text {
  font-size: 15px;
}
.directorist-payment-table .directorist-table {
  margin: 0;
  border: none;
}
.directorist-payment-table th {
  text-align: left;
  padding: 9px 20px;
  background-color: var(--directorist-color-bg-gray);
}
.directorist-payment-table tbody td,
.directorist-payment-table th {
  font-size: 14px;
  font-weight: 500;
  border: none;
  color: var(--directorist-color-dark);
}
.directorist-payment-table tbody td {
  padding: 5px 0;
  vertical-align: top;
}
.directorist-payment-table tbody tr:first-child td {
  padding-top: 20px;
}
.directorist-payment-table__label {
  font-weight: 400;
  width: 140px;
  color: var(--directorist-color-light-gray) !important;
}
.directorist-payment-table__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px !important;
  text-transform: capitalize;
  color: var(--directorist-color-dark);
}
.directorist-payment-table__title.directorist-payment-table__title--large {
  font-size: 16px;
}
.directorist-payment-table p {
  font-size: 13px;
  margin: 0;
  color: var(--directorist-color-light-gray);
}
.directorist-payment-summery-table tbody td {
  padding: 12px 0;
}
.directorist-payment-summery-table tbody td:nth-child(2n) {
  text-align: right;
}
.directorist-payment-summery-table
  tbody
  tr.directorsit-payment-table-total
  .directorist-payment-table__title,
.directorist-payment-summery-table tbody tr.directorsit-payment-table-total td {
  font-size: 16px;
}
.directorist-btn-view-listing {
  min-height: 54px;
  border-radius: 10px;
}
.directorist-checkout-card {
  -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 0.08);
  box-shadow: 0 3px 15px rgb(0 0 0 / 0.08);
  -webkit-filter: none;
  filter: none;
}
.directorist-checkout-card tr:not(:last-child) td {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--directorist-color-border);
}
.directorist-checkout-card tr:not(:first-child) td {
  padding-top: 15px;
}
.directorist-checkout-card .directorist-card__header {
  padding: 24px 40px;
}
.directorist-checkout-card .directorist-card__header__title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .directorist-checkout-card .directorist-card__header__title {
    font-size: 18px;
  }
}
.directorist-checkout-card .directorist-card__body {
  padding: 20px 40px 40px;
}
.directorist-checkout-card .directorist-summery-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
}
.directorist-checkout-card .directorist-summery-label-description {
  font-size: 13px;
  margin-top: 4px;
  color: var(--directorist-color-light-gray);
}
.directorist-checkout-card .directorist-summery-amount {
  font-size: 15px;
  font-weight: 500;
  color: var(--directorist-color-body);
}
.directorist-payment-gateways {
  background-color: var(--directorist-color-white);
}
.directorist-payment-gateways ul {
  margin: 0;
  padding: 0;
}
.directorist-payment-gateways li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.directorist-payment-gateways li:not(:last-child) {
  margin-bottom: 15px;
}
.directorist-payment-gateways li .gateway_list {
  margin-bottom: 10px;
}
.directorist-payment-gateways
  .directorist-radio
  input[type="radio"]
  + .directorist-radio__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--directorist-color-dark);
}
.directorist-payment-gateways
  .directorist-card__body
  .directorist-payment-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 4px;
  color: var(--directorist-color-body);
}
.directorist-payment-action {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 42px -7px -7px;
}
.directorist-payment-action .directorist-btn {
  min-height: 54px;
  padding: 0 80px;
  border-radius: 8px;
  margin: 7px;
  max-width: none;
  width: auto;
}
@media (max-width: 1399px) {
  .directorist-payment-action .directorist-btn {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .directorist-payment-action .directorist-btn {
    padding: 0 30px;
  }
}
.directorist-summery-total .directorist-summery-amount,
.directorist-summery-total .directorist-summery-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
}
.directorist-iframe {
  border: none;
}
.ads-advanced .bottom-inputs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atbd_content_active #directorist.atbd_wrapper .widget.atbd_widget .atbdp,
  .atbd_content_active
    #directorist.atbd_wrapper
    .widget.atbd_widget
    .directorist,
  .atbd_content_active .widget.atbd_widget .atbdp,
  .atbd_content_active .widget.atbd_widget .directorist {
    padding: 20px 20px 15px;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbdp_column {
    width: 33.3333% !important;
  }
  #directorist.atbd_wrapper .atbdp_col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .atbd_content_active #directorist.atbd_wrapper .atbdp_column {
    width: 50% !important;
  }
  .atbd_content_active
    #directorist.atbd_wrapper.dashboard_area
    .user_pro_img_area
    .user_img
    .ezmu__thumbnail-img {
    height: 114px;
    width: 114px !important;
  }
}
@media (max-width: 991px) {
  .ads-advanced .price-frequency {
    margin-left: -2px;
  }
  #directorist.atbd_wrapper .atbdp_col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .ads-advanced .atbdp-custom-fields-search .form-group {
    width: 50%;
  }
  .ads-advanced .atbd_seach_fields_wrapper .single_search_field {
    margin-bottom: 10px;
    margin-top: 0 !important;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form
    .single_search_field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form
    .single_search_field:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form.atbdp-search-form-inline
    .single_search_field {
    border-right: 0;
  }
  #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form.atbdp-search-form-inline {
    padding-right: 0;
  }
  #directorist .atbd_listing_details .atbd_area_title {
    margin-bottom: 15px;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbdp_column {
    width: 50% !important;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbd_auhor_profile_area {
    padding: 20px 15px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_meta {
    margin-top: 30px;
  }
  .ads-advanced .bottom-inputs > div {
    width: 50%;
  }
  #directorist.atbd_wrapper .atbdp_col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_directry_gallery_wrapper
    .atbd_big_gallery
    img {
    width: 100%;
  }
  .atbd_content_active
    #directorist.atbd_wrapper.atbd_add_listing_wrapper
    #atbdp_socialInFo
    .atbdp_social_field_wrapper
    .form-group,
  .atbd_content_active
    #directorist.atbd_wrapper.atbd_add_listing_wrapper
    .atbdp_faqs_wrapper
    .form-group {
    margin-bottom: 15px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper.dashboard_area
    .user_pro_img_area {
    margin-bottom: 30px;
  }
  .ads-advanced .atbdp-custom-fields-search .form-group {
    width: 100%;
  }
  .ads-advanced .atbdp-custom-fields-search .form-group.atbdp_cf_color label,
  .ads-advanced .atbdp-custom-fields-search .form-group.atbdp_cf_date label,
  .ads-advanced .atbdp-custom-fields-search .form-group.atbdp_cf_select label,
  .ads-advanced .atbdp-custom-fields-search .form-group.atbdp_cf_time label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .ads-advanced .bdas-filter-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .edit_btn_wrap .atbdp_float_active {
    bottom: 80px;
  }
  .edit_btn_wrap .atbdp_float_active .btn {
    font-size: 15px !important;
    padding: 13px 30px !important;
    line-height: 20px !important;
  }
  .nav_button {
    z-index: 0;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form
    .single_search_field {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_content_module__tittle_area
    .atbd_listing_action_area
    .atbd_action.atbd_share:hover
    .atbd_directory_social_wrap,
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_content_module_title_area
    .atbd_listing_action_area
    .atbd_action.atbd_share:hover
    .atbd_directory_social_wrap {
    left: auto;
    right: 0;
  }
}
@media (max-width: 650px) {
  .atbd_content_active #directorist.atbd_wrapper .atbd_auhor_profile_area {
    padding-top: 30px;
    padding-bottom: 27px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar,
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_meta {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar
    img {
    width: 80px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar
    .atbd_auth_nd {
    margin: 10px 0 0;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar
    .atbd_auth_nd
    p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar
    .atbd_auth_nd {
    margin-top: 10px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_meta {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .atbd_content_active
    #directorist.atbd_wrapper.dashboard_area
    .atbd_saved_items_wrapper
    .atbd_single_saved_item {
    border: 0;
    padding: 0;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbdp_column {
    width: 100% !important;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbd_author_listings_area {
    display: block;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_author_listings_area
    .atbd_author_filter_area {
    margin-top: 15px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_auhor_profile_area
    .atbd_author_avatar
    .atbd_auth_nd {
    margin-left: 0;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbd_custom_fields > li {
    display: block;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_custom_fields
    .atbd_custom_field_content,
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_custom_fields
    .atbd_custom_field_title {
    width: 100%;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_custom_fields
    .atbd_custom_field_content {
    border: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .ads-advanced .bottom-inputs > div {
    width: 100%;
  }
  .ads-advanced .atbdp-custom-fields-search .form-group .form-control,
  .ads-advanced .atbdp_custom_radios,
  .ads-advanced .bads-custom-checks,
  .ads-advanced .bads-tags,
  .ads-advanced .form-group > .form-control,
  .ads-advanced .price_ranges,
  .ads-advanced .select-basic,
  .ads-advanced .wp-picker-container {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100% !important;
  }
  .ads-advanced .form-group label {
    margin-bottom: 10px !important;
  }
  .ads-advanced .more-less,
  .ads-advanced .more-or-less {
    text-align: left;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_listing_action_btn {
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #directorist.atbd_wrapper .atbdp_col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_generic_header_title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 0;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_generic_header_title
    h3 {
    margin-right: 10px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_listing_action_btn {
    margin: 5px 0;
  }
  .atbd_content_active #directorist.atbd_wrapper .atbd_embeded_video {
    margin-bottom: 0;
  }
  .ads-advanced .bdas-filter-actions .btn {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .atbdpr-range .atbd_slider-range-wrapper {
    margin: 0;
  }
  .atbdpr-range .atbd_slider-range-wrapper .atbd_slider-range,
  .atbdpr-range .atbd_slider-range-wrapper .d-flex {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .atbdpr-range .atbd_slider-range-wrapper .atbd_slider-range {
    margin-left: 0;
    margin-right: 0;
  }
  .atbdpr-range .atbd_slider-range-wrapper .d-flex {
    padding: 0 !important;
    margin: 5px 0 0 !important;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_single_listing.atbd_listing_list
    .atbd_single_listing_wrapper {
    display: block;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_single_listing.atbd_listing_list
    .atbd_single_listing_wrapper
    .atbd_listing_thumbnail_area
    img {
    border-radius: 3px 3px 0 0;
  }
  .edit_btn_wrap .atbdp_float_active {
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
  }
  .edit_btn_wrap .atbdp_float_active .btn {
    margin: 0 5px !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    line-height: 18px !important;
  }
  .atbd_post_draft {
    padding-bottom: 80px;
  }
  .ads-advanced .atbd_seach_fields_wrapper .single_search_field {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .atbd-listing-tags .atbdb_content_module_contents ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #directorist.atbd_wrapper
    .atbd_seach_fields_wrapper
    .atbdp-search-form.atbdp-search-form-inline {
    padding-right: 0;
  }
}
.adbdp-d-none {
  display: none;
}
.atbdp-px-5 {
  padding: 0 5px !important;
}
.atbdp-mx-5 {
  margin: 0 5px !important;
}
.atbdp-form-actions {
  margin: 30px 0;
  text-align: center;
}
.atbdp-icon {
  display: inline-block;
}
.atbdp-icon-large {
  display: block;
  margin-bottom: 20px;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 400px) {
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_generic_header_title
    .more-filter,
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_generic_header_title
    h3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .widget.atbd_widget
    .atbd_categorized_listings
    ul
    li
    .atbd_right_content
    .atbd_cat_popup
    .atbd_cat_popup_wrapper,
  .atbd_content_active
    .widget.atbd_widget
    .atbd_categorized_listings
    ul
    li
    .atbd_right_content
    .atbd_cat_popup
    .atbd_cat_popup_wrapper {
    left: -90px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .widget.atbd_widget
    .atbd_categorized_listings
    ul
    li
    .atbd_right_content
    .atbd_cat_popup
    .atbd_cat_popup_wrapper:before,
  .atbd_content_active
    #directorist.atbd_wrapper
    .widget.atbd_widget
    .atbd_listing_info
    .atbd_listing_category
    .atbd_cat_popup
    .atbd_cat_popup_wrapper:before,
  .atbd_content_active
    .widget.atbd_widget
    .atbd_categorized_listings
    ul
    li
    .atbd_right_content
    .atbd_cat_popup
    .atbd_cat_popup_wrapper:before {
    left: auto;
    right: 15px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .at-modal
    .atm-contents-inner
    .dcl_pricing_plan
    .atbd_plan_core_features
    span {
    display: block;
    margin-right: 0;
    padding-right: 0;
    padding-left: 15px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .at-modal
    .atm-contents-inner
    .dcl_pricing_plan
    .atbd_plan_core_features
    span:after {
    content: "-" !important;
    right: auto;
    left: 0;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_saved_items_wrapper
    .thumb_title
    .img_wrapper
    img {
    max-width: none;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_content_module__tittle_area
    .atbd_listing_action_area
    .atbd_action.atbd_share:hover
    .atbd_directory_social_wrap,
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_content_module_title_area
    .atbd_listing_action_area
    .atbd_action.atbd_share:hover
    .atbd_directory_social_wrap {
    right: -40px;
  }
}
@media (max-width: 340px) {
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_generic_header
    .atbd_listing_action_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_listing_action_btn
    .dropdown {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .atbd_content_active
    #directorist.atbd_wrapper
    .atbd_listing_action_btn
    .dropdown
    + .dropdown {
    margin-left: 0;
  }
  .atbd-listing-tags .atbdb_content_module_contents ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .directorist-search-contents .directorist-search-form-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .directorist-search-contents
    .directorist-search-form-top
    .directorist-search-form-action {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .directorist-all-listing-col {
    width: 50% !important;
  }
  .directorist-all-listing-col.directorist-col-12 {
    width: 100% !important;
  }
  .directorist-all-listing-col.directorist-col-6 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-all-listing-col {
    width: 50% !important;
  }
  .directorist-all-listing-col.directorist-col-12 {
    width: 100% !important;
  }
  .directorist-all-listing-col.directorist-col-6 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 575px) {
  .directorist-all-listing-col,
  .directorist-all-listing-col.directorist-col-6,
  .directorist-all-listing-col.directorist-col-12 {
    width: 100% !important;
  }
  .directorist-modal__dialog {
    width: calc(100% - 30px) !important;
  }
  .directorist-advanced-filter__basic__element {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .directorist-author-profile-wrap .directorist-card__body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .directorist-user-dashboard-tab .directorist-user-dashboard-search {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .directorist-user-dashboard-tab ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .directorist-user-dashboard-tab ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .directorist-user-dashboard-tab ul li a {
    padding-bottom: 5px;
  }
  .directorist-user-dashboard-tab .directorist-user-dashboard-search {
    margin-left: 0;
  }
  .directorist-author-profile-wrap .directorist-author-avatar {
    display: block;
  }
  .directorist-author-profile-wrap .directorist-author-avatar img {
    margin-bottom: 15px;
  }
  .directorist-author-profile-wrap .directorist-author-avatar,
  .directorist-author-profile-wrap
    .directorist-author-avatar
    .directorist-author-avatar__info,
  .directorist-author-profile-wrap
    .directorist-author-avatar
    .directorist-author-avatar__info
    p {
    text-align: center;
  }
  .directorist-author-profile-wrap .directorist-author-avatar img {
    margin-right: 0;
    display: inline-block;
  }
}
.directorist-gb-fixed-control .components-input-control__container {
  max-width: 120px;
}
.directorist-gb-fixed-control .components-base-control__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.directorist-gb-fixed-control
  .components-base-control__field
  .components-text-control__input {
  max-width: 60px;
}
.directorist-gb-cb-list-control ul {
  margin-top: 10px;
}
.block-editor-block-list__layout [class*="wp-block-directorist-"] {
  position: relative !important;
}
.block-editor-block-list__layout [class*="wp-block-directorist-"]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  pointer-events: none;
  background-color: #fff0;
}
.block-editor-block-list__layout [class*="wp-block-directorist-"] a,
.block-editor-block-list__layout [class*="wp-block-directorist-"] button {
  pointer-events: none;
}
.directorist-gb-multiselect label {
  font-size: 13px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.wpcf7-reflection > output[hidden] {
  display: none;
} /**
 * @package     EmbedPress
 * @author      EmbedPress <help@embedpress.com>
 * @copyright   Copyright (C) 2018 EmbedPress. All rights reserved.
 * @license     GPLv2 or later
 * @since       1.0
 */
.embedpress-wrapper {
  position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
  overflow: hidden;
  position: relative;
  height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
  padding-bottom: 56.25%;
}
.ose-vine.responsive {
  padding-bottom: 100%;
}
.ose-ustream.responsive {
  padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
  padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
  padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
  padding-bottom: 142%;
}
.ose-soundcloud.responsive {
  padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
  z-index: 2;
}
.ose-issuu.responsive {
  padding-bottom: 31.25%;
}
.ose-issuu > div > div > div:last-child {
  width: 100% !important;
  z-index: 0;
  position: absolute;
  bottom: 0;
}
.ose-mixcloud.responsive iframe {
  width: 100%;
}
.ose-google-docs.responsive {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.ose-facebook.responsive iframe {
  padding-bottom: 0;
  width: 100%;
}
.elementor-widget iframe {
  max-height: 100% !important;
}
.elementor-cbutton-preview-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  background: #fbf6f6;
}
@media only screen and (max-width: 800px) {
  .elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
  .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
  .embedpress-facebook-vid-iframe {
    max-height: inherit !important;
  }
  .ep-first-video iframe {
    max-height: 100% !important;
  }
  .ep-youtube__content__block
    .youtube__content__body
    .content__wrap:not(.youtube-carousel) {
    grid-template-columns: repeat(
      auto-fit,
      minmax(calc(50% - 30px), 1fr)
    ) !important;
  }
}
@media only screen and (max-width: 500px) {
  .elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
  .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
  .embedpress-facebook-vid-iframe {
    max-height: 390px !important;
  }
  .ep-youtube__content__block
    .youtube__content__body
    .content__wrap:not(.youtube-carousel) {
    grid-template-columns: repeat(
      auto-fit,
      minmax(calc(100% - 30px), 1fr)
    ) !important;
  }
}
.ose-matterport .embera-embed-responsive,
.ose-matterport .embera-embed-responsive iframe {
  width: 100%;
  height: 100%;
}
.ose-deviantart img,
.ose-deviantart a,
.ose-deviantart div {
  width: 100%;
  height: 100%;
}
.ose-meetup {
  overflow: auto !important;
}
.ose-meetup img {
  height: auto;
}
article.embedpress-event div#sponsors {
  display: none;
}
.embedpress-event .link {
  color: #0098ab;
}
.embedpress-event .visibility--a11yHide {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}
.embedpress-event .text--small {
  font-size: 14px;
  margin: 0;
}
.embedpress-event .flex {
  display: flex;
  box-sizing: border-box;
}
.embedpress-event .flex--wrap {
  flex-wrap: wrap;
}
.embedpress-event .flex--row {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.embedpress-event .flex-item {
  flex-basis: 0%;
  flex-grow: 1;
  width: auto;
  min-width: 0;
  box-sizing: border-box;
}
.embedpress-event .flex-item--shrink {
  flex-basis: auto;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
.embedpress-event .flex--row > .flex-item:first-child {
  padding-left: 0;
}
.embedpress-event .text--bold {
  font-weight: 700;
}
.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
  font-size: inherit;
}
.embedpress-event .ep-event--title {
  font-size: 32px;
  font-weight: 700;
}
.embedpress-event .ep-event--date {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
}
.embedpress-event .ep-event--host {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ep-event--host .avatar-print {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.embedpress-event img.avatar--person {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
.event-info-hosts-text {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
.embedpress-event .event-description {
  margin-top: 20px;
}
.text--sectionTitle {
  font-size: 20px;
  line-height: 28px;
}
.ep-event--attendees {
  margin-top: 50px;
}
.ep-event--attendees > .flex {
  margin-bottom: 20px;
}
.ep-event--attendees .gridList {
  list-style: none;
  margin: 0 -16px 0 0;
  padding: 0;
}
.ep-event--attendees .gridList-item {
  width: auto;
}
.ep-event--attendees .gridList--autoHeight--has4 > .gridList-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.ep-event--attendees .groupMember-name {
  line-height: 1.2 !important;
}
.ep-event--attendees .avatar--person {
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 50%;
}
.ep-event--attendees img.avatar-print {
  border-radius: 50%;
}
.ep-event--attendees .groupMember-role {
  font-size: 12px;
  color: #757575;
  padding-top: 2px;
  margin: 0;
}
.ep-event--attendees .groupMember {
  min-height: 100%;
  min-width: 128px;
  padding-left: 8px;
  padding-right: 8px;
}
.embedpress-event .align--center {
  text-align: center;
}
.embedpress-event .card {
  background: #fff;
  background-clip: padding-box;
  background-size: cover;
  border: 1px solid rgb(46 62 72 / 0.12);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 100%;
  padding: 16px 16px 18px;
  position: relative;
  white-space: normal;
}
.embedpress-event .card--hasHoverShadow {
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.embedpress-event .ep-event-group-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(46 62 72 / 0.12);
}
.embedpress-event .ep-event-group--name {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  width: 70%;
  word-break: break-word;
}
.embedpress-event .ep-event-group--image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.embedpress-event .ep-event-time-location {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px 0 20px;
  border: 1px solid rgb(46 62 72 / 0.12);
}
.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
  padding-bottom: 20px;
}
.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
  font-size: 15px;
  line-height: 1.5;
  color: #2e3e48;
  font-style: normal;
  margin: 0;
}
.embedpress-event .ep-event-location address {
  font-style: normal;
  margin: 0;
}
.embedpress-event .ep-event-location .venueDisplay-venue-address {
  font-style: normal;
  color: #757575;
  margin: 0;
}
.embedpress-event .ep-event-location p {
  line-height: 20px;
}
.ep-event--attendees .gridList-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  vertical-align: top;
  width: 50%;
}
.gridList-itemInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 16px 16px 0;
}
.embedpress-yt-subscribe {
  display: flex;
  align-items: center;
  align-content: start;
  text-align: center;
  gap: 1rem;
  max-width: 600px;
  width: 100%;
}
.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
  color: #fff;
}
.embedpress-yt-subscribe .embedpress-yt-sub-text {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.dewqijm {
  height: 100%;
  margin-right: 10px;
}
.dewqijm img[src^="image"] {
  display: none;
}
.dewqijm img[src^="http"] {
  height: 56px !important;
  width: 56px !important;
}
.dewqijm > div > div {
  display: none;
}
.embedpress-event .sticky button {
  display: none;
}
.embedpress-event .items-center {
  align-items: center;
}
@media only screen and (min-width: 530px) {
  .ep-event--attendees .gridList--autoHeight--has4 > .gridList-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 640px) {
  .embedpress-event .card {
    padding: 18px 18px 20px;
  }
  .ep-event--attendees .gridList--autoHeight--has4 > .gridList-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ose-opensea {
  height: 100% !important;
  width: calc(100% - 40px) !important;
  max-height: 100% !important;
}
.ose-github {
  overflow: auto;
}
.ep_nft_content_wrap.ep_nft__wrapper {
  display: grid;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.ep_nft_content_wrap .ep_nft_item {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.09);
  overflow: hidden;
  padding: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
  display: flex;
  flex-direction: column;
}
.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
  justify-content: flex-start;
  align-items: flex-start;
}
.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
  background-color: #edecf6e6;
}
.ep_nft_content_wrap .ep_nft_thumbnail {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  border-radius: 5px;
}
.ep_nft_content_wrap .ep_nft_thumbnail img {
  height: 340px;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}
.ep_nft_content .ep_nft_title {
  color: #333;
  font-size: 16px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  font-weight: 600;
  word-break: break-all;
}
.ep_nft_content {
  text-align: left;
}
.ep_nft_content .ep_nft_price {
  color: #333;
  font-size: 14px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  font-weight: 600;
}
.ep_nft_content .ep_nft_price:first-child {
  margin-bottom: 10px;
}
span.eb_nft_currency {
  max-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.eb_nft_currency svg {
  width: 100%;
  height: auto;
}
.ep_nft_content .ep_nft_price_wrapper {
  min-height: 20px;
}
.ep_nft_content .ep_nft_creator {
  color: #333;
  font-size: 14px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ep_nft_content .ep_nft_creator a {
  color: #3080e2;
  font-size: 14px;
  text-decoration: none;
  word-break: break-all;
  text-decoration: none;
}
.ep_nft_content .ep_nft_creator img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.ep_nft_content .ep_nft_button button {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.ep_nft_content .ep_nft_button button a {
  background-color: #3080e2;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.ep_nft_content .ep_nft_button button:hover a {
  background-color: #2e8eee;
  color: #fff;
}
.ep-nft-gallery-wrapper
  .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1
  .ep_nft_item:hover
  .ep_nft_button {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx
  .ep_nft_button
  a.ep-details-btn:hover {
  background-color: #2e8eee;
  color: #fff;
}
.ep-nft-gallery-wrapper
  .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1
  .ep_nft_item:hover
  .ep_nft_button {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}
.ep-nft-gallery-wrapper
  .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1
  .ep_nft_item
  .ep_nft_button {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(30px);
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx
  .ep-nft-single-item-wraper
  .ep_nft_button {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
  background-color: #3080e2;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
  color: #a88484;
  border-color: #a88484;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_thumbnail {
  width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_content {
  width: calc(45% - 15px);
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_content
  .ep_nft_price.ep_nft_last_sale {
  margin-bottom: 15px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items
  .ep_nft_item
  .ep_nft_thumbnail
  svg {
  border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_thumbnail
  img {
  height: 260px;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_button
  a {
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2
  .ep_nft_content
  .ep_nft_price:last-child {
  margin-bottom: 15px;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
  max-width: calc(100% - 40px) !important;
}
.embedpress-gutenberg-wrapper.alignright,
.embedpress-gutenberg-wrapper.alignleft {
  width: 100%;
}
.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper > div {
  float: right;
}
.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled
  .ep-embed-content-wraper {
  justify-content: center;
}
.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled
  .ep-embed-content-wraper {
  justify-content: right;
}
.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled
  .ep-embed-content-wraper {
  justify-content: left;
}
.embedpress-gutenberg-wrapper.aligncenter {
  text-align: center;
  clear: both;
}
.theme-twentytwentythree footer.wp-block-template-part {
  clear: both;
}
@media all and (max-width: 1024px) {
  .ep_nft_content_wrap.ep_nft__wrapper,
  .ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .alignleft .ose-opensea,
  .alignright .ose-opensea,
  .aligncenter .ose-opensea {
    max-width: 100% !important;
  }
}
@media all and (max-width: 991px) {
  .ose-opensea {
    min-width: 100% !important;
    max-width: calc(100% - 40px) !important;
  }
  .ep_nft_content_wrap.ep_nft__wrapper,
  .ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media all and (max-width: 767px) {
  .ep_nft_content_wrap.ep_nft__wrapper,
  .ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
  box-shadow: none;
}
.ep-nft-rank-wraper {
  margin-bottom: 16px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.ep-nft-rank-wraper.ep-empty-label span {
  margin-left: 0;
}
span.ep-nft-rank {
  padding: 2px 8px;
  border-radius: 7px;
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: transparent !important;
  border: 1px solid #ddd;
  color: #333;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_content {
  width: calc(55% - 15px);
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_thumbnail {
  width: 45%;
  height: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
  .ep_nft_item
  .ep_nft_thumbnail
  img {
  height: 100%;
}
.ep-nft-single-item-wraper span.eb_nft_label {
  color: #333;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
  display: flex;
  flex-direction: column;
  margin-right: 45px;
}
.ep-nft-single-item-wraper span.eb_nft_price {
  font-size: 30px;
  line-height: normal;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.ep-nft-single-item-wraper .ep-usd-price {
  bottom: 0;
  font-size: 12px;
}
.ep-nft-single-item-wraper span.eb_nft_label {
  font-size: 15px;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
  margin-bottom: 10px;
  font-size: 24px;
}
.ep-nft-single-item-wraper .CollectionLink--name svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.ep-nft-single-item-wraper a.CollectionLink--link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  color: #3080e2;
}
.ep-nft-single-item-wraper sub.verified-icon {
  bottom: -5px;
  left: 4px;
}
.ep-nft-single-item-wraper .ep-accordion {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 15px;
  display: block;
}
.ep-nft-single-item-wraper .ep-toggle {
  display: none;
}
.ep-nft-single-item-wraper .ep-option {
  position: relative;
}
.ep-nft-single-item-wraper .ep-content {
  padding: 1em;
  border-top: 1px solid #ddd;
}
.ep-nft-single-item-wraper .ep-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
.ep-nft-single-item-wraper .ep-title {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
  padding: 1em;
  display: flex;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  align-items: center;
}
.ep-nft-single-item-wraper label.ep-title svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.ep-nft-single-item-wraper .ep-asset-detail-item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.ep-nft-single-item-wraper .ep-asset-detail-item span {
  word-break: break-word;
  max-width: 75%;
}
.ep-nft-single-item-wraper .ep-content {
  display: block;
}
.ep-nft-single-item-wraper .ep-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.ep-nft-single-item-wraper .ep-toggle:checked + .ep-title + .ep-content {
  display: none;
  background: #fff0;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
  display: flex;
}
.ep-nft-single-item-wraper .ep-toggle + .ep-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff0;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: #fff0;
  right: 15px;
  top: 50%;
  transform: rotate(45deg) translate(-20%, -5%);
}
.ep-nft-single-item-wraper .ep-toggle:checked + .ep-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff0;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: #fff0;
  right: 15px;
  top: 50%;
  transform: rotate(225deg) translate(80%, 20%);
}
.ep-nft-single-item-wraper .ep-toggle:checked + .ep-title:after {
  display: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items
  .ep_nft_item
  .ep_nft_button
  span.ep-nft-rank {
  pointer-events: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid
  .ep_nft_content {
  margin-bottom: 20px;
}
.elementor-widget-embedpres_elementor
  .ep-nft-gallery-wrapper
  .ep-loadmore-wrapper
  button,
.embedpress-gutenberg-wrapper
  .ep-nft-gallery-wrapper
  .ep-loadmore-wrapper
  button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 991px) {
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
    .ep_nft_item {
    align-items: unset;
    flex-direction: column;
  }
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
    .ep_nft_item
    .ep_nft_thumbnail {
    width: 100%;
  }
  .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list
    .ep_nft_item
    .ep_nft_content {
    width: 100%;
  }
}
@media screen and (max-width: 537px) {
  .ep-nft-single-item-wraper sub.ep-usd-price {
    margin-bottom: 15px;
    display: block;
  }
  .ose-google-drive iframe {
    height: 250px !important;
  }
  .ose-nrk-radio iframe {
    height: 400px !important;
  }
}
.emebedpress-unit-percent iframe {
  width: 100% !important;
}
.password-form-container {
  width: 350px;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #f4eded;
  background-color: #f9f9ff;
  max-width: 100%;
  margin: auto;
}
.password-form-container h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: system-ui;
}
.password-form-container p {
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.4em;
  margin-bottom: 15px;
}
form.password-form {
  margin-bottom: 2px;
}
.password-form-container input[type="password"] {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 20px;
  color: #6354a5;
  outline: none;
  border: 1px solid #ddd;
  outline: 0;
  padding-left: 50px;
  font-family: sans-serif;
  height: 42px;
}
.password-form-container input[type="password"]::placeholder {
  color: #e0d1d1;
  font-size: 14px;
}
.password-field {
  position: relative;
}
.password-field span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 40px;
  background: #ded7fc;
  border-radius: 4px;
}
.password-field svg {
  width: 22px;
}
.password-form-container input[type="submit"] {
  padding: 12px 20px;
  background-color: #6354a5;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-family: sans-serif;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-weight: initial;
  white-space: normal;
  word-break: break-all;
  min-height: 42px;
}
.password-form-container button:hover {
  background-color: #0062cc;
  box-shadow: 0 0 10px #007bff;
}
.password-form-container .error-message {
  color: red;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4em;
}
.password-form-container .error-message.hidden {
  display: none;
}
p.need-access-message {
  margin-bottom: 2px;
  margin-top: 13px;
}
.wp-block-embed__wrapper {
  display: inline-block;
  width: 100%;
  max-width: 100% !important;
}
.wp-block-embed__wrapper.position-right-wraper,
.wp-block-embed__wrapper.position-right-wraper {
  max-width: calc(100% - 40px) !important;
}
.ep-elementor-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.ep-elementor-content.source-opensea {
  display: block;
}
.wp-block-embedpress-embedpress > div,
.ep-gutenberg-content {
  position: relative;
  clear: both;
}
.gutenberg-pdf-wraper {
  position: relative;
  width: 100%;
}
.presentationModeEnabledIosDevice {
  position: fixed;
  left: 0;
  top: 0;
  border: 0;
  height: 100% !important;
  width: 100% !important;
  z-index: 999999;
  min-width: 100% !important;
  min-height: 100% !important;
}
.ep-embed-content-wraper {
  width: 100%;
}
.embedpress-gutenberg-wrapper.popup_button,
.embedpress-elements-wrapper.popup_button {
  display: none !important;
}
.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
  display: block !important;
}
.ep-content-share-enabled .ep-embed-content-wraper {
  display: flex !important;
}
.ep-content-share-enabled .ep-embed-content-wraper.hidden {
  display: none !important;
}
.ep-share-position-right .ep-embed-content-wraper {
  flex-direction: row;
}
.ep-content-share-enabled .ep-embed-content-wraper > div:first-child {
  width: 100%;
}
.ep-share-position-left .ep-embed-content-wraper {
  flex-direction: row-reverse;
}
.ep-share-position-bottom .ep-embed-content-wraper {
  flex-direction: column;
}
.ep-share-position-top .ep-embed-content-wraper {
  flex-direction: column-reverse;
}
.ep-fixed-width .gutenberg-pdf-wraper {
  display: inline-block;
}
.ep-percentage-width .embedpress-inner-iframe {
  width: 100%;
}
.ep-social-share {
  display: flex;
  align-items: center;
}
.ep-social-share.share-position-right {
  right: -40px;
  top: 0;
  flex-direction: column;
}
.ep-social-share.share-position-left {
  left: 0;
  top: 0;
  flex-direction: column;
}
.ep-social-share.share-position-bottom,
.ep-social-share.share-position-top {
  justify-content: center;
}
.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,
.ep-elementor-content .ep-social-share.share-position-left {
  left: -40px;
}
.ep-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.ep-social-icon:hover {
  opacity: 0.8;
}
.ep-social-share svg {
  width: 20px;
  height: auto;
}
a.ep-social-icon.pinterest svg {
  height: 25px;
}
.ep-social-share .facebook {
  background-color: #3b5998;
}
.ep-social-share .facebook svg {
  width: 40px;
}
.ep-social-share .twitter {
  background-color: #000;
}
a.ep-social-icon.twitter:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
}
.ep-social-share .pinterest {
  background-color: #bd081c;
}
.ep-social-share .linkedin {
  background-color: #0077b5;
}
.ep-social-share .instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.ep-social-share .reddit {
  background-color: #ff4500;
}
.ep-social-icon i {
  margin-right: 0;
}
.ep-content-locked .watermark {
  display: none !important;
}
.ep-content-protection-enabled .watermark {
  display: none !important;
}
.embedpress-pro-control.not-active {
  pointer-events: none;
}
.pro__alert__wrap .pro__alert__card h2 {
  font-size: 32px;
  font-weight: 450;
  color: #131f4d;
  margin-bottom: 15px;
}
.pro__alert__wrap .pro__alert__card p {
  font-size: 14px;
  font-weight: 400;
  color: #7c8db5;
  margin-top: 10px;
}
.pro__alert__wrap .pro__alert__card p a {
  text-decoration: underline;
  font-weight: 700;
  color: #131f4d;
}
.emebedpress-unit-percent,
.ep-elementor-content.ep-percentage-width {
  width: 100%;
}
[data-theme-mode="dark"] {
  --viewer-primary-color: #343434;
  --viewer-icons-hover-bgcolor: #453838;
}
[data-theme-mode="light"] {
  --viewer-primary-color: #f2f2f6;
  --viewer-icons-color: #343434;
  --viewer-icons-hover-bgcolor: #e5e1e9;
}
@media (prefers-color-scheme: dark) {
  :root {
    --viewer-primary-color: #343434;
    --viewer-icons-color: #f2f2f6;
    --viewer-icons-hover-bgcolor: #453838;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --viewer-primary-color: #f2f2f6;
    --viewer-icons-color: #343434;
    --viewer-icons-hover-bgcolor: #e5e1e9;
  }
}
.ep-file-download-option-masked::after,
.ep-external-doc-icons {
  background: var(--viewer-primary-color);
}
.ep-external-doc-icons svg path {
  fill: var(--viewer-icons-color);
}
.ep-doc-draw-icon svg path {
  fill: var(--viewer-primary-color);
  stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover svg path {
  fill: var(--viewer-icons-color);
  stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover {
  background-color: var(--viewer-icons-hover-bgcolor);
}
.ep-file-download-option-masked {
  position: relative;
}
.ep-file-download-option-masked {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ep-file-download-option-masked .overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 15px);
  height: calc(100% - 45px);
  background-color: #fff0;
  pointer-events: unset;
  z-index: 1;
  user-select: none;
  max-width: 800px;
  margin: 0 auto;
}
.ep-file-download-option-masked.ep-file-xls .overlay {
  height: calc(100% - 78px);
}
.ep-file-download-option-masked iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.wp-block-embedpress-document.embedpress-document-embed iframe {
  border: none !important;
  box-shadow: none !important;
}
.ep-file-download-option-masked.enabled-text-copy {
  pointer-events: all;
}
.embed-download-disabled {
  width: 200px;
  height: 22px;
  background: #444;
  position: absolute;
  right: 2px;
  bottom: 8px;
  opacity: 0;
}
.cui-toolbar-button-right {
  display: none !important;
}
.ndfHFb-c4YZDc-Wrql6b {
  display: none;
}
.ep-external-doc-icons {
  position: absolute;
  display: flex;
  flex-direction: revert;
  background: var(--viewer-primary-color);
  border-radius: 6px;
  z-index: 2;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
.ep-external-doc-icons svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px;
  border-radius: 4px;
}
.block-editor-block-list__block
  .ep-gutenberg-file-doc
  .ep-external-doc-icons
  svg {
  width: 22px;
  height: 22px;
}
.block-editor-block-list__block
  .ep-gutenberg-file-doc
  .ep-doc-download-icon
  svg,
.block-editor-block-list__block
  .ep-gutenberg-file-doc
  .ep-doc-fullscreen-icon
  svg {
  width: 20px !important;
}
.ep-doc-minimize-icon svg,
.ep-doc-fullscreen-icon svg {
  padding: 6px;
}
.ep-external-doc-icons svg:hover {
  border-radius: 4px;
}
.ep-doc-draw-icon.active svg {
  background: var(--viewer-icons-hover-bgcolor);
}
.ep-doc-download-icon,
.ep-doc-print-icon,
.ep-doc-fullscreen-icon,
.ep-doc-popup-icon,
.ep-doc-draw-icon,
.ep-doc-minimize-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.elementor
  .elementor-element.elementor-element
  .embedpress-document-embed
  .fullscreen-enabled
  iframe,
.embedpress-document-embed .fullscreen-enabled iframe {
  width: 100% !important;
  height: 100% !important;
}
.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
  margin-left: 22%;
}
.ep-file-download-option-masked::after {
  position: absolute;
  width: 100%;
  height: 30px;
  background: var(--viewer-primary-color);
  z-index: 1;
  bottom: 0;
  content: "";
  left: 0;
}
.ep-file-download-option-masked.ep-file-docx::after {
  bottom: 0;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after {
  bottom: 0;
  background: #fff;
  height: 22px;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after {
  bottom: 0;
}
canvas.ep-doc-canvas {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  clear: both;
  margin: auto;
  display: none;
}
:root {
  --plyr-control-icon-size: 15px;
  --plyr-range-track-height: 3px;
  --plyr-range-thumb-height: 10px;
}
.plyr--audio .plyr--full-ui input[type="range"] {
  color: red !important;
}
.ep-embed-content-wraper input[type="range"]::-webkit-slider-runnable-track {
  box-shadow: none;
}
.ep-embed-content-wraper input[type="range"]::-moz-range-track {
  box-shadow: none;
}
a.plyr__controls__item.plyr__control {
  border-radius: inherit;
  color: inherit !important;
}
.plyr-initialized button:focus {
  background-color: var(--plyr-color-main);
}
.custom-player-preset-1 .plyr__controls {
  background: var(--plyr-color-main) !important;
  padding: 0 !important;
}
.custom-player-preset-1 button.plyr__control {
  border-radius: 0;
}
.custom-player-preset-1 a.plyr__controls__item.plyr__control {
  border-radius: inherit;
}
.custom-player-preset-1
  button.plyr__control.plyr__control--overlaid[data-plyr="play"],
.custom-player-preset-2
  button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
  width: 100px !important;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center;
  height: 60px;
}
.custom-player-preset-1
  button.plyr__control.plyr__control--overlaid[data-plyr="play"]
  svg,
.custom-player-preset-2
  button.plyr__control.plyr__control--overlaid[data-plyr="play"]
  svg {
  width: 22px;
  height: 22px;
}
.custom-player-preset-1 .plyr__control:focus {
  border: none;
}
.custom-player-preset-2 a.plyr__controls__item.plyr__control,
.custom-player-preset-2
  button.plyr__control.plyr__control--overlaid[data-plyr="play"],
.preset-default a.plyr__controls__item.plyr__control {
  border-radius: 4px;
}
.custom-player-preset-3 .plyr__controls,
.custom-player-preset-4 .plyr__controls {
  background: var(--plyr-color-main) !important;
  padding: 0 !important;
}
.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
  display: none !important;
}
figure .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: inherit !important;
}
.plyr {
  background-color: #000;
}
.pip-mode {
  position: fixed !important;
  width: 320px !important;
  height: 180px !important;
  top: calc(100% - 200px) !important;
  left: calc(100% - 340px) !important;
  z-index: 9999;
  border-radius: 15px !important;
}
.plyr [data-plyr="pip"] {
  display: block !important;
}
.pip-mode .plyr__video-wrapper {
  pointer-events: none;
}
.pip-mode .pip-play {
  display: none;
}
.pip-mode .pip-play,
.pip-mode .pip-pause {
  opacity: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0000004a;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
}
.pip-mode .pip-close {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #0000004a;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
}
.pip-mode:hover .pip-play,
.pip-mode:hover .pip-close,
.pip-mode:hover .pip-pause {
  opacity: 1 !important;
}
.pip-mode .overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pip-mode iframe {
  pointer-events: none !important;
}
[data-playerid] {
  opacity: 0;
}
[data-playerid].audio.plyr-initialized {
  opacity: 1;
}
.plyr--paused.plyr__poster-enabled .plyr__poster {
  display: block !important;
  opacity: 1;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .plyr__controls [data-plyr="restart"],
  .plyr__controls [data-plyr="rewind"],
  .plyr__controls [data-plyr="fast-forward"],
  .plyr__controls [data-plyr="pip"] {
    display: none !important;
  }
  .plyr__video-wrapper iframe {
    max-height: 100% !important;
  }
  .plyr__controls .plyr__volume input[type="range"] {
    max-width: 40px;
    min-width: 40px;
  }
}
.profile-header {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
}
.posts-tab-options {
  text-align: center;
  margin: 0;
}
.posts-tab-options .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  border-radius: 5px;
  gap: 25px;
  padding: 0;
}
.posts-tab-options .tabs svg {
  width: 15px;
  height: 15px;
}
li[data-media-type="ALL"] svg {
  width: 12px;
  height: 12px;
}
.posts-tab-options .tabs li {
  margin-right: 15px;
  cursor: pointer;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.posts-tab-options .tabs li:last-child {
  margin-right: 0;
}
.posts-tab-options .tabs li.active {
  position: relative;
  color: #737373;
}
.posts-tab-options .tabs li svg {
  border-radius: 2px;
}
.posts-tab-options .tabs li.active svg {
  color: #737373;
}
.posts-tab-options .tabs li:hover,
.posts-tab-options .tabs li:hover svg,
.posts-tab-options .tabs li:hover .fill-color {
  color: #737373;
}
.posts-tab-options .tabs li:hover .fill-color,
.posts-tab-options .tabs li.active .fill-color {
  fill: #737373 !important;
}
.posts-tab-options .tabs li.active::after {
  content: "";
  position: absolute;
  top: -1px;
  height: 1px;
  width: 100%;
  background-color: #737373;
  left: 0;
  right: 0;
}
.profile-image {
  margin-right: 16px;
}
.posts-count {
  margin-right: 15px;
}
.profile-image img {
  width: 120px;
  height: 120px !important;
  object-fit: cover;
  border-radius: 50% !important;
  border: 3px solid #037bff;
}
.change-photo-button {
  background-color: #fff0;
  border: none;
  cursor: pointer;
}
.change-photo-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.username-section {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.profile-link {
  text-decoration: none;
}
.username {
  font-size: 18px;
  font-weight: 700;
  margin-right: 12px;
}
.edit-profile-link {
  text-decoration: none;
  color: #3897f0;
  font-weight: 700;
}
.profile-stats {
  display: flex;
  margin-bottom: 8px;
}
.stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.stats-list li {
  margin-right: 24px;
  font-size: 14px;
}
.bio-section {
  margin-bottom: 12px;
  text-align: left;
}
section.profile-details div:last-child {
  margin: 0;
}
.bio {
  font-size: 14px;
}
a.edit-profile-link {
  padding: 8px 15px;
  background: #efefef;
  text-decoration: none !important;
  border-radius: 7px;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
span.count {
  font-weight: 600;
}
a.followers-link {
  text-decoration: none !important;
}
a.profile-link,
a.profile-link h2 {
  font-size: 20px;
  text-decoration: none !important;
  margin: 0;
  margin-right: 15px;
}
.embedpress-insta-container {
  overflow: hidden;
  position: relative;
}
.ose-instagram-feed {
  max-height: 100% !important;
  height: 100% !important;
}
.insta-grid .embedpress-insta-container .insta-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  grid-auto-flow: row;
}
.insta-carousel .embedpress-insta-container .insta-gallery {
  grid-auto-columns: calc(25% + 0px);
  gap: 0;
  left: 0;
}
.insta-masonry .embedpress-insta-container .insta-gallery {
  column-count: 3;
  gap: 0.5em;
  margin: auto;
  width: 100%;
  display: inherit;
}
.insta-grid .embedpress-insta-container .insta-gallery-item {
  position: relative;
  color: #fff;
  cursor: pointer;
  height: 350px;
}
.embedpress-insta-container .insta-gallery-item:hover {
  cursor: pointer;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
  height: auto;
  margin-bottom: 0.5em;
}
.insta-masonry
  .embedpress-insta-container
  .insta-gallery
  .insta-gallery-item
  video.insta-gallery-image {
  height: 550px;
  margin-bottom: -13px;
}
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.7);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.insta-masonry
  .embedpress-insta-container
  .insta-gallery-item
  .insta-gallery-item-info {
  height: calc(100% + 4px);
}
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
  opacity: 1;
  visibility: visible;
}
.embedpress-insta-container .insta-gallery-item-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 100%;
}
.embedpress-insta-container .insta-gallery-item-info li {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  gap: 5px;
}
.embedpress-insta-container .insta-gallery-item-likes {
  margin-right: 2.2rem;
}
.embedpress-insta-container .insta-gallery-item-type {
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgb(0 0 0 / 0.1);
}
.embedpress-insta-container .insta-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
.insta-masonry .embedpress-insta-container .insta-gallery-image {
  margin-bottom: -13px;
}
.insta-gallery-item-info svg {
  width: 40px;
  height: 40px;
}
.insta-item-reaction-count {
  display: flex;
}
.insta-item-reaction-count .insta-gallery-item-likes,
.insta-item-reaction-count .insta-gallery-item-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.insta-gallery-item-info .insta-item-reaction-count svg {
  width: 25px;
  height: 25px;
}
.insta-gallery-item-type svg {
  width: 25px;
  height: 25px;
}
.insta-gallery-item-type svg.insta-video-icon {
  width: 22px;
  height: 22px;
}
.cg-carousel__btns.hidden {
  display: none;
}
.cg-carousel__btns {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
  top: calc(50% - 16px);
}
.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
  display: flex;
  align-content: center;
}
.cg-carousel__btns button {
  background: #262323;
  border: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
button#js-carousel__prev-1 {
  position: absolute;
  left: 30px;
  z-index: 1;
  padding: 8px 15px;
}
button#js-carousel__next-1 {
  position: absolute;
  right: 30px;
  z-index: 1;
  padding: 8px 15px;
}
.embedpress-popup-block.embedpress-popup-img {
  position: relative;
  height: 100%;
  display: flex;
  background: #000;
}
.popup-carousel,
.cg-carousel__track {
  height: 100%;
}
.popup-container .popup-carousel .cg-carousel__track {
  align-items: center;
  background-color: #000;
}
.popup-container .popup-carousel {
  background-color: #000;
}
button.js-carousel__prev-1 {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
button.js-carousel__next-1 {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.cg-carousel__btn svg {
  width: 16px;
  height: 16px;
}
.load-more-button-container,
.load-more-button-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.load-more-button-container button {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #fff;
  border-color: #037bff;
  background-color: #037bff;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1em;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 30px;
}
.popup-container {
  display: flex;
  width: 100%;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.popup {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
}
.popup-container .popup-md-9.white {
  width: 60%;
  overflow: hidden;
}
.popup-md-3.red {
  width: 40%;
}
.embedpress-popup-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
video.popup-media-image {
  height: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100vh;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
img.popup-media-image {
  height: auto;
}
.embedpress-popup-header,
.embedpress-hashtag-header {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  justify-content: space-between;
  border-bottom: 1px solid #f4e9e9;
}
.hashtag-container {
  border-bottom: 1px solid #f4e9e9;
}
.embedpress-hashtag-header {
  border: none;
  max-width: 350px;
  margin: auto;
}
.embedpress-hashtag-username {
  font-weight: 700;
}
.embedpress-popup-header-img img,
.embedpress-hashtag-header-img img {
  border-radius: 50% !important;
  margin-right: 10px;
  width: 30px;
  height: 30px !important;
  object-fit: cover;
  border: 2px solid #037bff !important;
}
.embedpress-popup-header-img a,
.embedpress-hashtag-header-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.embedpress-popup-username {
  color: #005293;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
}
img.embedpress-hashtag-round {
  border-radius: 50px !important;
}
.insta-followbtn a {
  text-decoration: none !important;
  padding: 6px 15px;
  background: #007bff;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}
.embedpress-popup-block.embedpress-popup-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
}
.embedpress-popup-text {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 0.04em;
  line-height: 1.8rem;
  padding: 10px;
  flex: auto;
  border-bottom: 1px solid #f4e9e9;
  text-align: left;
  max-height: calc(100vh - 235px);
  overflow: auto;
  word-break: break-all;
}
.embedpress-popup-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
}
.embedpress-popup-stats .embedpress-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  position: relative;
}
.embedpress-popup-stats .embedpress-inline a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.embedpress-popup-stats .embedpress-inline a svg {
  width: 20px;
  height: 20px;
}
.embedpress-popup-share-buttons {
  padding: 10px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
}
.embedpress-popup-share-buttons a {
  color: #007bff;
}
.embedpress-href.embedpress-popup-share {
  cursor: pointer;
  color: #ca379d;
  display: flex;
  align-items: center;
  gap: 6px;
}
.embedpress-popup-share-buttons {
  background: #f4f9ff;
  position: absolute;
  top: -50px;
  left: -55px;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  visibility: hidden;
  opacity: 0;
  margin-bottom: -10px;
  transition: 0.3s;
}
.embedpress-popup-share-buttons.show {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}
.embedpress-popup-share-buttons::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #f4f9ff #fff0 #fff0 #fff0;
}
.embedpress-popup-share-buttons::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #f4f9ff #fff0 #fff0 #fff0;
  z-index: 1 !important;
}
.embedpress-popup-share-buttons::after {
  content: "";
  position: absolute;
  bottom: -16.1px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #e7eaef #fff0 #fff0 #fff0;
}
.embedpress-popup-share-buttons span {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.embedpress-popup-share-buttons span svg {
  width: 16px !important;
  height: 16px !important;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
  color: #0077b5;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
  color: #1877f2;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
  color: #e60023;
}
span.tag-wrapper a {
  font-weight: 700;
  text-decoration: none !important;
}
.embedpress-href.embedpress-popup-share svg {
  width: 20px;
  height: 20px;
}
.embedpress-popup-instagram-buttons svg {
  width: 18px !important;
  height: 20px !important;
}
.embedpress-popup-stats .embedpress-inline {
  transition: 0.3s;
}
.embedpress-popup-stats .embedpress-inline:hover svg,
.embedpress-popup-stats .embedpress-inline a:hover,
.embedpress-popup-stats .embedpress-inline:hover,
.embedpress-href:hover svg .st0 {
  color: #737373 !important;
}
.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
  stroke: #737373;
}
.embedpress-inline.popup-like-button a:hover svg {
  color: #737373;
  fill: #737373;
}
.embedpress-href.embedpress-popup-share:hover svg {
  fill: #737373;
}
.date-post {
  padding: 10px;
  font-size: 12px;
  color: #8e8e8e;
}
div.popup-close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  z-index: 15566555655;
  cursor: pointer;
  padding: 15px;
  background: #643535;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}
.load-spin {
  width: 100px;
  height: 100px;
  background-color: red;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  margin: auto;
  border: 5px solid #eaf0f6;
  border-radius: 50%;
  border-top: 5px solid #ff7a59;
  width: 30px;
  height: 30px;
  animation: spinner 4s linear infinite;
}
.sponsored-youtube-video {
  height: 100%;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1200px) {
  .popup-container .popup-md-9.white {
    width: 50%;
  }
  .popup-container .popup-md-3 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .popup-container {
    flex-direction: column;
  }
  .popup-container .popup-md-9.white {
    width: 100%;
  }
  .popup-container .popup-md-3 {
    width: 100%;
  }
  .embedpress-popup-text {
    max-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .insta-grid .embedpress-insta-container .insta-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .embedpress-popup-text {
    max-height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .insta-grid .embedpress-insta-container .insta-gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .profile-header {
    flex-direction: column;
  }
  .embedpress-popup-text {
    max-height: 200px;
  }
  .insta-followbtn {
    display: none;
  }
}
.ep-player-wrap .hide {
  display: none;
}
.ep-gdrp-content {
  background: #222;
  padding: 50px 30px;
  color: #fff;
}
.ep-gdrp-content a {
  color: #fff;
}
.ep-youtube__content__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.ep-loader-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
  cursor: pointer;
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: 30px;
  padding: 0 20px;
  height: 40px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
  background-color: #5b4e96;
  color: #fff;
}
.ep-youtube__content__pagination .ep-page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ep-youtube__content__pagination .ep-page-numbers > span {
  border: 1px solid rgb(0 0 0 / 0.1);
  border-radius: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active__current_page {
  background: #5b4e96;
  color: #fff;
}
.ep-youtube__content__block
  .youtube__content__body
  .content__wrap:not(.youtube-carousel) {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
[data-source-id]
  .layout-list
  .ep-youtube__content__block
  .youtube__content__body
  .content__wrap {
  grid-template-columns: repeat(
    auto-fit,
    minmax(calc(100% - 30px), 1fr)
  ) !important;
}
[data-youtube-channel-carousel].ep-youtube__content__block {
  position: relative;
}
.ep-youtube__content__block .item {
  cursor: pointer;
  white-space: initial;
}
.ep-youtube__content__block .youtube-carousel .item {
  margin: 10px;
}
.ep-youtube__content__block .item:hover .thumb .play-icon {
  opacity: 1;
  top: 50%;
}
.ep-youtube__content__block .item:hover .thumb:after {
  opacity: 0.4;
  z-index: 0;
}
.ep-youtube__content__block .thumb {
  padding-top: 56.25%;
  margin-bottom: 5px;
  position: relative;
  background-color: #222;
  background-size: contain !important;
  border-radius: 12px;
  overflow: hidden;
}
figure .ep-youtube__content__block .thumb {
  background-color: #222 !important;
}
.ep-youtube__content__block .thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ep-youtube__content__block .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #222;
  z-index: -1;
}
.ep-youtube__content__block .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ep-youtube__content__block .thumb .play-icon {
  width: 50px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.ep-youtube__content__block .thumb .play-icon img {
  width: 100;
}
.ep-youtube__content__block .body p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
}
.ep-youtube__content__block.loading .ep-youtube__content__pagination {
  display: none;
}
.ep-youtube__content__block .ep-loader {
  display: none;
}
.ep-youtube__content__block.loading .ep-loader {
  display: block;
}
.ep-loader img {
  width: 20px;
}
.is_mobile_device {
  display: none !important;
}
.is_mobile_devic.ep-page-numbers {
  gap: 5px;
}
@media only screen and (max-width: 480px) {
  .is_desktop_device {
    display: none !important;
  }
  .ep-youtube__content__pagination .ep-page-numbers > span {
    width: 35px;
    height: 35px;
  }
  .ep-youtube__content__pagination .ep-prev,
  .ep-youtube__content__pagination .ep-next {
    height: 35px;
  }
  .is_mobile_device {
    display: flex !important;
  }
  .ep-youtube__content__pagination .ep-page-numbers {
    gap: 5px;
  }
}
.embedded-youtube-channel .ose-youtube {
  height: 100% !important;
  max-height: 100% !important;
}
.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube,
.ep-youtube-channel .ose-youtube {
  height: 100% !important;
  max-height: 100% !important;
}
.ose-youtube .channel-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}
.ose-youtube .profile-picture {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 20px;
}
.ose-youtube .channel-info {
  flex-grow: 1;
  text-align: left;
}
.ose-youtube .info-description {
  margin-bottom: 20px;
}
.ose-youtube .channel-name {
  font-size: 24px;
  margin: 0;
}
.ose-youtube .channel-details {
  margin: 5px 0;
}
.ose-youtube .more-info {
  text-decoration: none;
}
.ose-youtube .subscribe-button {
  background-color: red;
  border: none;
  padding: 10px 20px 10px 12px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  font-weight: 600;
}
.ose-youtube .subscribe-button svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.ose-youtube .subscribe-button:hover {
  background-color: #ff6868;
}
#videoPopup.video-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.95);
}
.video-popup-content {
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.video-popup-inner-content {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  overflow: auto !important;
  border: 1px solid #333;
  border-radius: 8px;
  background: #000;
  box-sizing: border-box;
  padding: 20px;
}
.video-popup-content iframe {
  width: 700px !important;
  height: 420px !important;
  max-width: 100%;
  max-height: 100%;
}
#videoPopup.video-popup .close {
  position: absolute;
  top: -25px;
  right: -30px;
  color: #fff;
  font-size: 35px;
}
#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#videoPopup.video-popup .popup-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
#videoPopup.video-popup .nav-icon {
  pointer-events: auto;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  user-select: none;
}
#videoPopup.video-popup .prev-icon {
  position: absolute;
  left: -60%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
#videoPopup.video-popup .next-icon {
  position: absolute;
  right: -60%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
#videoDescription {
  color: #fff;
  font-size: 14px;
}
.youtube-video-description {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0 20px;
  bottom: no;
  max-width: 700px;
  text-align: left;
}
.youtube-video-header h1 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #fff;
}
.youtube-video-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.youtube-video-meta span {
  margin-right: 10px;
}
.youtube-video-body {
  max-height: 200px;
  overflow: auto;
}
.youtube-video-body p {
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #ddd;
}
.youtube-video-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.youtube-video-link {
  font-size: 16px;
  color: #0073aa;
  text-decoration: none;
}
.youtube-video-link:hover {
  text-decoration: underline;
}
.youtube-video-stats {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 18px;
}
.youtube-video-stats svg {
  height: 12px;
  width: 14px;
}
.youtube-video-stats span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dad2d2;
}
.youtube-video-stats i {
  margin-right: 5px;
}
.youtube-body-content .description-container {
  display: flex;
  border-radius: 4px;
  max-width: 600px;
  text-align: left;
  margin-top: 10px;
}
.youtube-body-content.body {
  width: 100%;
}
.youtube-body-content .thumbnail {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 10px;
}
.youtube-body-content .thumbnail img {
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.youtube-body-content .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 30px);
}
.youtube-body-content .title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.4;
}
.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
  font-size: 14px;
  color: #606060;
}
.youtube-body-content .channel {
  margin-bottom: 4px;
}
.ep-player-wrap.layout-gallery .ep-first-video iframe {
  border-radius: 15px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
  display: flex;
  width: 100%;
  gap: 20px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
  padding-top: 20.25%;
  min-width: 250px;
  max-width: 300px;
}
[data-youtube-channel-carousel] .youtube-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[data-youtube-channel-carousel] .youtube-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
[data-youtube-channel-carousel] .youtube-carousel .item {
  min-width: calc(33.3333% - 20px);
  box-sizing: border-box;
}
[data-youtube-channel-carousel] button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  box-shadow: none;
  background-color: #000000ba;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
[data-youtube-channel-carousel] button.preview {
  left: -100px;
}
.carousel-controls button.next {
  right: -100px;
}
.fc-list-table .fc-event,
.fc-list-table .fc-event:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.fc-list-table .fc-event,
.fc-list-table .fc-event-dot {
  background-color: transparent !important;
}
.fc table.fc-list-table {
  table-layout: inherit !important;
}
.fc-list-table .fc-event {
  display: table-row !important;
}
@media screen and (max-width: 1400px) {
  .ose-youtube .video-popup-content iframe {
    height: 305px !important;
  }
  .ose-youtube .prev-icon {
    left: -50%;
  }
  .ose-youtube .next-icon {
    right: -50%;
  }
}
@media screen and (max-width: 1200px) {
  .ose-youtube .video-popup-content iframe {
    height: 305px !important;
  }
  .ose-youtube .prev-icon {
    left: -40%;
  }
  .ose-youtube .next-icon {
    right: -40%;
  }
}
@media screen and (max-width: 992px) {
  .ose-youtube .video-popup-content iframe {
    height: 305px !important;
  }
  .ose-youtube .prev-icon {
    left: -40%;
  }
  .ose-youtube .next-icon {
    right: -40%;
  }
}
@media screen and (max-width: 576px) {
  .ose-youtube .prev-icon {
    left: -26%;
  }
  .ose-youtube .next-icon {
    right: -26%;
  }
}
@media screen and (max-width: 580px) {
  .ose-youtube .prev-icon {
    left: -18%;
  }
  .ose-youtube .next-icon {
    right: -18%;
  }
}
.youtube-video-body {
  display: none;
}
.video-popup-content {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
@media (max-width: 1024px) {
  .youtube-carousel .item {
    min-width: calc(50% - 20px) !important;
  }
}
@media (max-width: 768px) {
  .youtube-carousel .item {
    min-width: calc(100% - 20px) !important;
  }
  [data-youtube-channel-carousel] button.preview {
    left: 0 !important;
  }
  [data-youtube-channel-carousel] button.next {
    right: 0;
  }
  .video-popup-content {
    width: calc(100% - 40px);
    margin: auto;
  }
  .video-popup-content iframe {
    max-height: 300px;
  }
  #videoPopup.video-popup .close {
    top: -25px;
    transform: translate(0%, -50%);
    right: unset;
  }
}
@media (max-width: 580px) {
  .ep-first-video {
    margin-bottom: 20px;
  }
  .video-popup-content iframe {
    max-height: 220px;
  }
  .ep-player-wrap .ep-youtube__content__block .item {
    gap: 15px;
  }
  .ep-embed-content-wraper
    .ep-youtube__content__block
    .youtube__content__body
    .content__wrap {
    gap: 30px !important;
  }
  .ose-youtube .profile-picture {
    width: 80px;
    height: 80px;
  }
  .ose-youtube .channel-header {
    gap: 10px;
    align-items: start;
    padding: 0;
  }
  .description-container {
    margin-top: 0;
  }
  .description-container p.description {
    display: none;
  }
  .ep-player-wrap.layout-list .ep-youtube__content__block .item {
    flex-direction: column;
  }
  .ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
    min-width: 100%;
    min-height: 200px;
  }
}
.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
  height: 100% !important;
  max-height: 100% !important;
}
.pa-carousel-widget.jx-carousel-widget,
.pa-gallery-player-widget,
.ose-google-photos {
  position: relative;
}
.pa-carousel-widget.jx-carousel-widget::after,
.pa-gallery-player-widget::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  content: "";
  top: 10px;
  background: #fff0;
}
.ep-google-photos-visit-btn:hover {
  background: rgb(0 0 0 / 0.9);
  color: #fff;
  text-decoration: none;
}
.ep-google-photos-visit-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.photos-gallery-grid,
.photos-gallery-masonry,
.photos-gallery-justify {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
.photos-gallery-grid .photo-item,
.photos-gallery-masonary .photo-item {
  width: 100%;
  height: 200px;
  background-color: #f1efef;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.photos-gallery-masonary {
  columns: 250px;
  gap: 3px;
  position: relative;
  width: 100%;
}
.photos-gallery-masonary .photo-item {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 3px;
  cursor: pointer;
}
.photos-gallery-masonary .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photos-gallery-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  position: relative;
}
.photos-gallery-grid .photo-item {
  border-radius: 10px;
  text-align: center;
  height: 280px;
  cursor: pointer;
}
.photos-gallery-grid .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photos-gallery-justify {
  display: flex;
  flex-wrap: wrap;
}
.photos-gallery-justify .photo-item {
  cursor: pointer;
  height: auto;
}
.photos-gallery-justify .photo-item:hover {
  opacity: 0.9;
}
.photos-gallery-justify .photo-item img {
  user-select: none;
  width: 100%;
  vertical-align: middle;
}
.photos-gallery-justify::after {
  content: "";
  flex-grow: 99999;
  min-width: calc(100vw / 4);
}
@media (max-width: 460px) {
  .photos-gallery-justify {
    flex-direction: column;
  }
  .photos-gallery-justify .photo-item {
    width: 100% !important;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: 0.5s ease;
}
.popup-overlay .popup {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #000;
}
.popup-overlay .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  border-radius: 50%;
}
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background-color: rgb(0 0 0 / 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  display: flex;
}
.popup-overlay:hover .prev-btn,
.popup-overlay:hover .next-btn {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .prev-btn {
  left: 10px;
}
.popup-overlay .next-btn {
  right: 10px;
}
.popup-overlay img#popup-image {
  width: 100%;
  height: auto;
  max-height: 100vh;
}
.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
  background-color: rgb(0 0 0 / 0.8);
}
@media (max-width: 1024px) {
  .photos-gallery-grid .photo-item {
    width: 100%;
    height: 150px !important;
  }
  .photos-gallery-masonary {
    columns: 200px !important;
  }
  .photos-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
}
.ose-codesandbox
  .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
  width: 100%;
  height: 100%;
}
.ose-codesandbox
  .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox
  iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .popup-overlay .prev-btn,
  .popup-overlay .next-btn {
    font-size: 20px;
    padding: 5px;
  }
}
.getty div:last-child {
  padding: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
}
.cmplz-video.cmplz-iframe-styles {
  background-color: transparent;
}
.cmplz-video.cmplz-hidden {
  visibility: hidden !important;
}
.cmplz-blocked-content-notice {
  display: none;
}
.cmplz-placeholder-parent {
  height: inherit;
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
  display: block;
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
  animation-name: cmplz-fadein;
  animation-duration: 600ms;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: inherit;
  position: relative;
}
.cmplz-blocked-content-container.gmw-map-cover,
.cmplz-wp-video.gmw-map-cover {
  max-height: 100%;
  position: absolute;
}
.cmplz-blocked-content-container.cmplz-video-placeholder,
.cmplz-wp-video.cmplz-video-placeholder {
  padding-bottom: initial;
}
.cmplz-blocked-content-container iframe,
.cmplz-wp-video iframe {
  visibility: hidden;
  max-height: 100%;
  border: 0 !important;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn,
.cmplz-wp-video .cmplz-custom-accept-btn {
  white-space: normal;
  text-transform: initial;
  cursor: pointer;
  position: absolute !important;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 98;
  line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,
.cmplz-wp-video .cmplz-custom-accept-btn:focus {
  border: 1px dotted #cecece;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
  white-space: normal;
  text-transform: initial;
  position: absolute !important;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 98;
  line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
  display: block;
  margin-bottom: 10px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
  color: #fff;
}
.cmplz-blocked-content-container
  .cmplz-blocked-content-notice
  .cmplz-blocked-content-notice-body,
.cmplz-wp-video
  .cmplz-blocked-content-notice
  .cmplz-blocked-content-notice-body {
  display: block;
}
.cmplz-blocked-content-container div div {
  display: none;
}
.cmplz-wp-video .cmplz-placeholder-element {
  width: 100%;
  height: inherit;
}
@keyframes cmplz-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -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-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, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -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, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -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, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -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, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -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, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -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;
    transition-delay: 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);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  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-a:before {
  content: "\41";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.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-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-asterisk:before {
  content: "\2a";
}
.fa-at:before {
  content: "\40";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-award:before {
  content: "\f559";
}
.fa-b:before {
  content: "\42";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blog:before {
  content: "\f781";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-bug:before {
  content: "\f188";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-c:before {
  content: "\43";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-clover:before {
  content: "\e139";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-compress:before {
  content: "\f066";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-d:before {
  content: "\44";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\24";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-download:before {
  content: "\f019";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-e:before {
  content: "\45";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-equals:before {
  content: "\3d";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-exclamation:before {
  content: "\21";
}
.fa-expand:before {
  content: "\f065";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-f:before {
  content: "\46";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-fan:before {
  content: "\f863";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-font:before {
  content: "\f031";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-g:before {
  content: "\47";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-greater-than:before {
  content: "\3e";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-h:before {
  content: "\48";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.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-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-hashtag:before {
  content: "\23";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-empty:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-i:before {
  content: "\49";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-images:before {
  content: "\f302";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-italic:before {
  content: "\f033";
}
.fa-j:before {
  content: "\4a";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-joint:before {
  content: "\f595";
}
.fa-k:before {
  content: "\4b";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-l:before {
  content: "\4c";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less-than:before {
  content: "\3c";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-m:before {
  content: "\4d";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-music:before {
  content: "\f001";
}
.fa-n:before {
  content: "\4e";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-o:before {
  content: "\4f";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-om:before {
  content: "\f679";
}
.fa-otter:before {
  content: "\f700";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-p:before {
  content: "\50";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before,
.fa-percentage:before {
  content: "\25";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-add:before,
.fa-plus:before {
  content: "\2b";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-q:before {
  content: "\51";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\3f";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r:before {
  content: "\52";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-s:before {
  content: "\53";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-school:before {
  content: "\f549";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-section:before {
  content: "\e447";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-server:before {
  content: "\f233";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before,
.fa-shield-blank:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-t:before {
  content: "\54";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-train-tram:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-u:before {
  content: "\55";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-upload:before {
  content: "\f093";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-v:before {
  content: "\56";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-w:before {
  content: "\57";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x:before {
  content: "\58";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-y:before {
  content: "\59";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-z:before {
  content: "\5a";
}
.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-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.ttf)
      format("truetype");
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-audible:before {
  content: "\f373";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bots:before {
  content: "\e340";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-figma:before {
  content: "\f799";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-less:before {
  content: "\f41d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sith:before {
  content: "\f512";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square-font-awesome:before {
  content: "\f425";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.ttf)
      format("truetype");
}
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.ttf)
      format("truetype");
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-regular-400.ttf)
      format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d,
    u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088,
    u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5,
    u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-display: block;
  src: url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-v4compatibility.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/themes/quarter/assets/webfonts/fa-v4compatibility.ttf)
      format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b,
    u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4,
    u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
    u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f250, u+f252,
    u+f27a;
} /*--@font-face{font-display:swap;font-family:'icomoon';src:url(/wp-content/themes/quarter/assets/fonts/icomoon.eot?3aun5s);src:url('/wp-content/themes/quarter/assets/fonts/icomoon.eot?3aun5s#iefix') format('embedded-opentype'),url(/wp-content/themes/quarter/assets/fonts/icomoon.ttf?3aun5s) format('truetype'),url(/wp-content/themes/quarter/assets/fonts/icomoon.woff?3aun5s) format('woff'),url('/wp-content/themes/quarter/assets/fonts/icomoon.svg?3aun5s#icomoon') format('svg');font-weight:400;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-cancel:before{content:"\e900"}.icon-star:before{content:"\e901"}.icon-star-1:before{content:"\e902"}.icon-plus:before{content:"\e903"}.icon-remove:before{content:"\e904"}.icon-compare:before{content:"\e905"}.icon-facebook:before{content:"\e906"}.icon-twitter:before{content:"\e907"}.icon-linkedin:before{content:"\e908"}.icon-whatsapp:before{content:"\e909"}.icon-youtube:before{content:"\e90a"}.icon-mail:before{content:"\e90b"}.icon-placeholder:before{content:"\e90c"}.icon-call:before{content:"\e90d"}.icon-left-arrow:before{content:"\e90e"}.icon-next:before{content:"\e90f"}.icon-arrows:before{content:"\e910"}.icon-down-arrow:before{content:"\e911"}.icon-mechanic:before{content:"\e912"}.icon-car-service:before{content:"\e913"}.icon-key:before{content:"\e914"}.icon-repair:before{content:"\e915"}.icon-car-parts:before{content:"\e916"}.icon-car:before{content:"\e917"}.icon-exterior:before{content:"\e918"}.icon-car-parts-1:before{content:"\e919"}.icon-maintenance:before{content:"\e91a"}.icon-car-1:before{content:"\e91b"}.icon-car-parts-2:before{content:"\e91c"}.icon-hand:before{content:"\e91d"}.icon-accumulator:before{content:"\e91e"}.icon-car-parts-3:before{content:"\e91f"}.icon-repair-1:before{content:"\e920"}.icon-carwash:before{content:"\e921"}.icon-car-parts-4:before{content:"\e922"}.icon-automobile:before{content:"\e923"}.icon-polisher:before{content:"\e924"}.icon-car-parts-5:before{content:"\e925"}.icon-gasoline:before{content:"\e926"}.icon-seat:before{content:"\e927"}.icon-car-parts-6:before{content:"\e928"}.icon-car-2:before{content:"\e929"}.icon-soap:before{content:"\e92a"}.icon-car-parts-7:before{content:"\e92b"}.icon-disc-brake:before{content:"\e92c"}.icon-car-parts-8:before{content:"\e92d"}.icon-wheel:before{content:"\e92e"}.icon-car-parts-9:before{content:"\e92f"}.icon-speedometer:before{content:"\e930"}.icon-maintenance-1:before{content:"\e931"}.icon-shopping-bags:before{content:"\e932"}.icon-shopping-cart:before{content:"\e933"}.icon-view:before{content:"\e934"}.icon-phone-call:before{content:"\e935"}.icon-calendar:before{content:"\e936"}.icon-calendar-1:before{content:"\e937"}.icon-right-arrow-angle:before{content:"\e938"}.icon-down-arrow-1:before{content:"\e939"}.icon-up-arrow-angle:before{content:"\e93a"}.icon-search:before{content:"\e93b"}.icon-share:before{content:"\e93c"}.icon-left-arrow-1:before{content:"\e93d"}.icon-quotation:before{content:"\e93e"}.icon-user:before{content:"\e93f"}.icon-tag:before{content:"\e940"}.icon-play:before{content:"\e941"}.icon-done:before{content:"\e942"}.icon-electric-car:before{content:"\e943"}.icon-cog:before{content:"\e944"}.icon-car-3:before{content:"\e945"}.icon-tyre:before{content:"\e946"}.icon-wheel-1:before{content:"\e947"}.icon-tire:before{content:"\e948"}.icon-tire-1:before{content:"\e949"}.icon-flat-tire:before{content:"\e94a"}.icon-pressure:before{content:"\e94b"}.icon-right-quote:before{content:"\e94c"}.icon-quote:before{content:"\e94d"}.icon-quotation-1:before{content:"\e94e"}.icon-quote-1:before{content:"\e94f"}.icon-open:before{content:"\e950"}.icon-options:before{content:"\e951"}.icon-location:before{content:"\e952"}.icon-edit:before{content:"\e953"}.icon-award:before{content:"\e954"}.icon-menu:before{content:"\e955"}.icon-categories:before{content:"\e956"}.icon-menu-1:before{content:"\e957"}.icon-menu-2:before{content:"\e958"}.icon-bookmark:before{content:"\e959"}.icon-bookmark-1:before{content:"\e95a"}.icon-reply:before{content:"\e95b"}.icon-reply-1:before{content:"\e95c"}.icon-globe:before{content:"\e95d"}.icon-clock:before{content:"\e95e"}.icon-alarm-clock:before{content:"\e95f"}@font-face{font-display:swap;font-family:"flaticon";src:url(/wp-content/themes/quarter/assets/fonts/flaticon.ttf?b66957d660bcc55c5e858f139c964a40) format("truetype"),url(/wp-content/themes/quarter/assets/fonts/flaticon.woff?b66957d660bcc55c5e858f139c964a40) format("woff"),url(/wp-content/themes/quarter/assets/fonts/flaticon.woff2?b66957d660bcc55c5e858f139c964a40) format("woff2"),url("/wp-content/themes/quarter/assets/fonts/flaticon.eot?b66957d660bcc55c5e858f139c964a40#iefix") format("embedded-opentype"),url("/wp-content/themes/quarter/assets/fonts/flaticon.svg?b66957d660bcc55c5e858f139c964a40#flaticon") format("svg")}i[class^="flaticon-"]:before,i[class*=" flaticon-"]:before{font-family:flaticon!important;font-style:normal;font-weight:normal!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flaticon-add-to-cart:before{content:"\f101"}.flaticon-add-user-1:before{content:"\f102"}.flaticon-add-user:before{content:"\f103"}.flaticon-add:before{content:"\f104"}.flaticon-airplane:before{content:"\f105"}.flaticon-apartment-1:before{content:"\f106"}.flaticon-apartment:before{content:"\f107"}.flaticon-armchair:before{content:"\f108"}.flaticon-bathtub:before{content:"\f109"}.flaticon-bed-1:before{content:"\f10a"}.flaticon-bed:before{content:"\f10b"}.flaticon-beds:before{content:"\f10c"}.flaticon-book:before{content:"\f10d"}.flaticon-branch:before{content:"\f10e"}.flaticon-building:before{content:"\f10f"}.flaticon-buy-home:before{content:"\f110"}.flaticon-buy-online:before{content:"\f111"}.flaticon-call-center-agent:before{content:"\f112"}.flaticon-car:before{content:"\f113"}.flaticon-chat:before{content:"\f114"}.flaticon-clean:before{content:"\f115"}.flaticon-deal-1:before{content:"\f116"}.flaticon-deal:before{content:"\f117"}.flaticon-dining-table-with-chairs:before{content:"\f118"}.flaticon-double-bed:before{content:"\f119"}.flaticon-dryer:before{content:"\f11a"}.flaticon-dumbbell:before{content:"\f11b"}.flaticon-dumbell:before{content:"\f11c"}.flaticon-excavator:before{content:"\f11d"}.flaticon-expand:before{content:"\f11e"}.flaticon-fast-forward-double-right-arrows-symbol:before{content:"\f11f"}.flaticon-financial:before{content:"\f120"}.flaticon-garage-1:before{content:"\f121"}.flaticon-garage:before{content:"\f122"}.flaticon-google-docs:before{content:"\f123"}.flaticon-heart-1:before{content:"\f124"}.flaticon-heart:before{content:"\f125"}.flaticon-home-1:before{content:"\f126"}.flaticon-home-2:before{content:"\f127"}.flaticon-home-3:before{content:"\f128"}.flaticon-home:before{content:"\f129"}.flaticon-hospital:before{content:"\f12a"}.flaticon-house-1:before{content:"\f12b"}.flaticon-house-2:before{content:"\f12c"}.flaticon-house-3:before{content:"\f12d"}.flaticon-house-4:before{content:"\f12e"}.flaticon-house-key:before{content:"\f12f"}.flaticon-house:before{content:"\f130"}.flaticon-key-1:before{content:"\f131"}.flaticon-key:before{content:"\f132"}.flaticon-left-quote-1:before{content:"\f133"}.flaticon-left-quote:before{content:"\f134"}.flaticon-left-quotes-sign:before{content:"\f135"}.flaticon-location:before{content:"\f136"}.flaticon-loupe:before{content:"\f137"}.flaticon-mall:before{content:"\f138"}.flaticon-maps-and-location:before{content:"\f139"}.flaticon-measure:before{content:"\f13a"}.flaticon-metro:before{content:"\f13b"}.flaticon-mortarboard:before{content:"\f13c"}.flaticon-mortgage:before{content:"\f13d"}.flaticon-mountain:before{content:"\f13e"}.flaticon-office:before{content:"\f13f"}.flaticon-official-documents:before{content:"\f140"}.flaticon-online-shop:before{content:"\f141"}.flaticon-operator:before{content:"\f142"}.flaticon-package:before{content:"\f143"}.flaticon-park:before{content:"\f144"}.flaticon-parking:before{content:"\f145"}.flaticon-pencil:before{content:"\f146"}.flaticon-phone-call:before{content:"\f147"}.flaticon-pin:before{content:"\f148"}.flaticon-plane:before{content:"\f149"}.flaticon-plus:before{content:"\f14a"}.flaticon-quotation:before{content:"\f14b"}.flaticon-right-arrow:before{content:"\f14c"}.flaticon-right-quote:before{content:"\f14d"}.flaticon-salad:before{content:"\f14e"}.flaticon-secure-shield:before{content:"\f14f"}.flaticon-secure:before{content:"\f150"}.flaticon-select:before{content:"\f151"}.flaticon-sewing:before{content:"\f152"}.flaticon-slider:before{content:"\f153"}.flaticon-slumber:before{content:"\f154"}.flaticon-square-shape-design-interface-tool-symbol:before{content:"\f155"}.flaticon-stethoscope:before{content:"\f156"}.flaticon-support:before{content:"\f157"}.flaticon-swimming:before{content:"\f158"}.flaticon-toilet:before{content:"\f159"}.flaticon-train:before{content:"\f15a"}.flaticon-user-1:before{content:"\f15b"}.flaticon-user:before{content:"\f15c"}.flaticon-vegetable:before{content:"\f15d"}.flaticon-washer:before{content:"\f15e"}
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: #fff0;
  border: solid #fff0;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: #fff0;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(0 0 0 / 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #fff0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: #fff0;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #fff0;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: #fff0;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #fff0;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid #fff0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: #fff0;
}
.form-floating > .form-control::placeholder {
  color: #fff0;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgb(25 135 84 / 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgb(220 53 69 / 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: 1px solid #fff0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgb(11 172 204 / 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(11 172 204 / 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgb(217 164 6 / 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(217 164 6 / 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgb(66 70 73 / 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(66 70 73 / 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: #fff0;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgb(108 117 125 / 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(108 117 125 / 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: #fff0;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: #fff0;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 202 240 / 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 202 240 / 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: #fff0;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: #fff0;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: #fff0;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgb(248 249 250 / 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(248 249 250 / 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: #fff0;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: #fff0;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid #fff0;
  border-bottom: 0;
  border-left: 0.3em solid #fff0;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid #fff0;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid #fff0;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #fff0;
  border-right: 0;
  border-bottom: 0.3em solid #fff0;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #fff0;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid #fff0;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgb(0 0 0 / 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff0;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #fff0;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgb(0 0 0 / 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgb(255 255 255 / 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgb(0 0 0 / 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid #fff0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #fff0;
  border-color: #fff0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0%;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0 0 0 / 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgb(0 0 0 / 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-toggler {
  color: rgb(0 0 0 / 0.55);
  border-color: rgb(0 0 0 / 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgb(0 0 0 / 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgb(0 0 0 / 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255 / 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255 255 255 / 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgb(255 255 255 / 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgb(255 255 255 / 0.55);
  border-color: rgb(255 255 255 / 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgb(255 255 255 / 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgb(0 0 0 / 0.03);
  border-bottom: 1px solid rgb(0 0 0 / 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgb(0 0 0 / 0.03);
  border-top: 1px solid rgb(0 0 0 / 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "risingstarbuiltec/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: #fff0
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgb(255 255 255 / 0.85);
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.1);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgb(255 255 255 / 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgb(0 0 0 / 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: #fff0;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: #fff0;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(0 0 0 / 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(0 0 0 / 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(0 0 0 / 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgb(0 0 0 / 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: #fff0;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgb(0 0 0 / 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgb(0 0 0 / 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgb(0 0 0 / 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgb(0 0 0 / 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-white-50 {
  color: rgb(255 255 255 / 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.ltn__no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ltn__no-gutter-all [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .ltn__custom-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .ltn__custom-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .ltn__custom-gutter-all .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ltn__custom-gutter-all .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .ltn__custom-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ltn__custom-gutter > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ltn__custom-gutter-all {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ltn__custom-gutter-all [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ltn__product-gutter .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .ltn__product-gutter [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
:root {
  --ltn__primary-color: #000000;
  --ltn__primary-color-2: #041113;
  --ltn__primary-color-3: #133236;
  --ltn__secondary-color: #eed26e;
  --ltn__secondary-color-2: #cb3421;
  --ltn__secondary-color-3: #fb412a;
  --ltn__heading-color: #071c1f;
  --ltn__paragraph-color: #fff;
  --ltn__heading-font: "Poppins", sans-serif;
  --ltn__body-font: "Nunito Sans", sans-serif;
  --ltn__color-1: #8cb2b2;
  --ltn__color-2: #acd2d8;
  --ltn__color-3: #a3bcc0;
  --ltn__color-4: #84a2a6;
  --ltn__color-5: #fff;
  --ltn__color-6: #faf9cc;
  --gradient-color-1: linear-gradient(
    90deg,
    rgba(242, 139, 194, 1) 0%,
    rgba(216, 177, 242, 1) 50%
  );
  --gradient-color-2: linear-gradient(
    to top,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-3: linear-gradient(
    to bottom,
    rgba(7, 28, 31, 0) 0%,
    rgba(7, 28, 31, 1) 90%
  );
  --gradient-color-4: linear-gradient(
    to top,
    rgba(242, 246, 247, 0) 0%,
    rgba(242, 246, 247, 1) 90%
  );
  --gradient-color-5: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 70%
  );
  --section-bg-1: #f2f6f7;
  --section-bg-2: #fff;
  --section-bg-5: #fff2f0;
  --section-bg-6: #0b2c3d;
  --section-bg-7: #fff;
  --border-color-1: #e5eaee;
  --border-color-2: #1e2021;
  --border-color-3: #5c617f;
  --border-color-4: #eb6954;
  --border-color-5: #bc3928;
  --border-color-6: #103034;
  --border-color-7: #d1dae0;
  --border-color-8: #f6f6f6;
  --border-color-9: #e4ecf2;
  --border-color-10: #ebeeee;
  --border-color-11: #ededed;
  --border-color-12: #e1e6ff;
  --border-color-13: #f1f8ff;
  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  --black: #000000;
  --black-2: #22355b;
  --white: #fff;
  --white-2: #f2f6f7;
  --white-3: #e8edee;
  --white-4: #e6ecf0;
  --white-5: #f0f4f7;
  --white-6: #f1f1f1;
  --white-7: #f7f7f7;
  --white-8: #fafafa;
  --white-9: #f2f7fa;
  --white-10: #ededed;
  --red: #ff0000;
  --red-2: #f34f3f;
  --red-3: #db483b;
  --silver: #c0c0c0;
  --gray: #808080;
  --maroon: #800000;
  --yellow: #ffff00;
  --olive: #808000;
  --lime: #00ff00;
  --green: #77c720;
  --green-2: #008000;
  --aqua: #00ffff;
  --teal: #008080;
  --blue: #0000ff;
  --navy: #000080;
  --fuchsia: #b13bff;
  --purple: #800080;
  --pink: #ffc0cb;
  --nude: #ebc8b2;
  --orange: #ffa500;
  --ratings: #ffb800;
  --facebook: #365493;
  --twitter: #3cf;
  --linkedin: #0077b5;
  --pinterest: #c8232c;
  --dribbble: #ea4c89;
  --behance: #131418;
  --google-plus: #dd4b39;
  --instagram: #e4405f;
  --vk: #3b5998;
  --wechat: #7bb32e;
  --youtube: #cb2027;
  --email: #f89a1e;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--ltn__body-font);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  color: var(--ltn__paragraph-color);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--ltn__body-font);
  line-height: 1.8;
  margin: 0 auto;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--ltn__heading-color);
  clear: both;
  font-family: var(--ltn__heading-font);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
p {
  color: var(--ltn__paragraph-color);
  margin-bottom: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a {
  color: inherit;
  text-decoration: none;
  color: var(--ltn__paragraph-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  color: var(--ltn__secondary-color);
}
button,
input,
optgroup,
select,
textarea {
  font-family: var(--ltn__body-font);
}
pre,
code,
kbd,
tt,
var,
samp {
  font-family: var(--ltn__body-font);
}
pre {
  word-break: break-word;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
  height: auto;
}
ul li,
ol li {
  margin-top: 1rem;
}
.section-bg-1 {
  background-color: var(--section-bg-1);
}
.section-bg-1 .ltn__separate-line .separate-icon {
  background-color: var(--section-bg-1);
}
.section-bg-2,
.section-bg-6,
.section-bg-7 {
  background-color: var(--section-bg-2);
}
.section-bg-2 h1,
.section-bg-2 h2,
.section-bg-2 h3,
.section-bg-2 h4,
.section-bg-2 h5,
.section-bg-2 h6,
.section-bg-2 p,
.section-bg-2 li,
.section-bg-2 i,
.section-bg-2 span,
.section-bg-2 tr,
.section-bg-2 td,
.section-bg-6 h1,
.section-bg-6 h2,
.section-bg-6 h3,
.section-bg-6 h4,
.section-bg-6 h5,
.section-bg-6 h6,
.section-bg-6 p,
.section-bg-6 li,
.section-bg-6 i,
.section-bg-6 span,
.section-bg-6 tr,
.section-bg-6 td,
.section-bg-7 h1,
.section-bg-7 h2,
.section-bg-7 h3,
.section-bg-7 h4,
.section-bg-7 h5,
.section-bg-7 h6,
.section-bg-7 p,
.section-bg-7 li,
.section-bg-7 i,
.section-bg-7 span,
.section-bg-7 tr,
.section-bg-7 td {
  color: var(--white);
}
.section-bg-2 .ltn__separate-line .separate-icon,
.section-bg-6 .ltn__separate-line .separate-icon,
.section-bg-7 .ltn__separate-line .separate-icon {
  background-color: var(--black-2);
}
.section-bg-3 {
  position: relative;
}
.section-bg-3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color-1);
  opacity: 0.9;
}
.section-bg-3 h1,
.section-bg-3 h2,
.section-bg-3 h3,
.section-bg-3 h4,
.section-bg-3 h5,
.section-bg-3 h6,
.section-bg-3 p,
.section-bg-3 li,
.section-bg-3 i,
.section-bg-3 span,
.section-bg-3 tr,
.section-bg-3 td {
  color: var(--white);
}
.section-bg-3 .slick-arrow-1 .slick-arrow {
  background-color: #fff0;
}
.section-bg-3 input[type="text"],
.section-bg-3 input[type="email"],
.section-bg-3 input[type="password"],
.section-bg-3 input[type="submit"] {
  border-color: var(--white);
  color: var(--white);
}
.section-bg-3 .btn-wrapper button {
  color: var(--white);
}
.section-bg-3 input::-webkit-input-placeholder {
  color: var(--white);
}
.section-bg-3 input::-moz-placeholder {
  color: var(--white);
}
.section-bg-3 input:-ms-input-placeholder {
  color: var(--white);
}
.section-bg-3 input:-moz-placeholder {
  color: var(--white);
}
.section-bg-3 .ltn__separate-line .separate-icon {
  background: var(--gradient-color-1);
}
.section-bg-3 .ltn__separate-line .separate-icon i {
  color: var(--white);
}
.section-bg-4 {
  background-color: var(--ltn__primary-color-2);
}
.section-bg-4 h1,
.section-bg-4 h2,
.section-bg-4 h3,
.section-bg-4 h4,
.section-bg-4 h5,
.section-bg-4 h6,
.section-bg-4 p,
.section-bg-4 li,
.section-bg-4 i,
.section-bg-4 span,
.section-bg-4 tr,
.section-bg-4 td {
  color: var(--white);
}
.section-bg-4 .ltn__separate-line .separate-icon {
  background-color: var(--black-2);
}
.section-bg-4 .ltn__copyright-design h6,
.section-bg-4 .ltn__copyright-design h4 {
  color: var(--ltn__color-1);
}
.section-bg-5 {
  background-color: var(--section-bg-5);
}
.section-bg-6 {
  background-color: var(--section-bg-6);
}
.section-bg-7 {
  background-color: var(--section-bg-7);
}
.text-color-white {
  color: var(--white);
}
.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5,
.text-color-white h6,
.text-color-white p,
.text-color-white li,
.text-color-white i,
.text-color-white span,
.text-color-white tr,
.text-color-white td {
  color: var(--white);
}
.ltn__primary-color {
  color: var(--ltn__primary-color) !important;
}
.ltn__primary-color-2 {
  color: var(--ltn__primary-color-2) !important;
}
.ltn__primary-color-3 {
  color: var(--ltn__primary-color-3) !important;
}
.ltn__secondary-color {
  color: var(--ltn__secondary-color) !important;
}
.ltn__secondary-color-2 {
  color: var(--ltn__secondary-color-2) !important;
}
.ltn__secondary-color-3 {
  color: var(--ltn__secondary-color-3) !important;
}
.ltn__color-1 {
  color: var(--ltn__color-1);
}
.white-color {
  color: var(--white);
}
.white-color-im {
  color: var(--white) !important;
}
.ltn__primary-bg {
  background-color: var(--ltn__primary-color);
}
.ltn__primary-bg-2 {
  background-color: var(--ltn__primary-color-2);
}
.ltn__secondary-bg {
  background-color: var(--ltn__secondary-color);
}
.ltn__secondary-bg-2 {
  background-color: var(--ltn__secondary-color-2);
}
.white-bg {
  background-color: var(--white);
}
.gradient-color-1 {
  background: var(--gradient-color-1);
}
.gradient-color-2 {
  background: var(--gradient-color-2);
}
.gradient-color-3 {
  background: var(--gradient-color-3);
}
.gradient-color-4 {
  background: var(--gradient-color-4);
}
.gradient-color-5 {
  background: var(--gradient-color-5);
}
.before-bg-1 {
  position: relative;
}
.before-bg-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 34.2%;
  left: 0;
  bottom: 0;
  background-color: var(--section-bg-1);
}
.before-bg-top {
  position: relative;
}
.before-bg-top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 72%;
  left: 0;
  top: 0;
  background-color: var(--section-bg-1);
}
.before-bg-bottom {
  position: relative;
}
.before-bg-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--section-bg-2);
}
.before-bg-bottom-2 {
  position: relative;
}
.before-bg-bottom-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--section-bg-1);
}
.before-bg-right {
  position: relative;
}
.before-bg-right:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  background-color: var(--ltn__primary-color);
}
.before-bg-left {
  position: relative;
}
.before-bg-left:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  left: 0;
  right: auto;
  top: 0;
  background-color: var(--ltn__primary-color);
}
.box-shadow {
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.box-shadow-1 {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__custom-icon {
  position: relative;
}
.ltn__custom-icon::before {
  content: "\f063";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.ltn__border {
  border: 1px solid var(--border-color-1);
}
.ltn__border-top {
  border-top: 1px solid var(--border-color-1);
}
.border-top {
  border-top: 1px solid var(--border-color-1);
}
.border-bottom {
  border-bottom: 1px solid var(--border-color-1);
}
.border-color-3 {
  border-color: var(--border-color-3) !important;
}
mark {
  background-color: var(--ltn__primary-color);
  padding: 3px 15px;
  color: var(--white);
  border-radius: 25px;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid var(--border-color-12);
}
a.text-decoration,
.text-decoration a {
  text-decoration: underline;
}
fieldset {
  padding: 30px 40px;
  border: 1px solid #eee;
}
fieldset legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  margin-top: -9px;
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
}
@media (max-width: 991px) {
  .before-bg-right:before {
    width: 0;
  }
  .before-bg-left:before {
    width: 0;
  }
}
.position-relative {
  position: relative;
}
.ltn__z-index-9 {
  z-index: 9;
}
.ltn__z-index-99 {
  z-index: 99;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-black {
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.bg-white {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.bg-red {
  background-color: var(--red) !important;
  color: var(--white) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
  color: var(--white) !important;
}
.bg-green {
  background-color: var(--green) !important;
  color: var(--white) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
  color: var(--white) !important;
}
.bg-fuchsia {
  background-color: var(--fuchsia) !important;
  color: var(--white) !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
code {
  color: #faa603;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--ltn__paragraph-color);
  font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: var(--ltn__secondary-color);
}
input[type="password"] {
  letter-spacing: 3px;
  font-size: 16px;
}
textarea {
  resize: vertical;
  padding: 15px 20px;
  min-height: 150px;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.form-input-box {
  position: relative;
}
.form-input-box input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 70px 0 15px;
  border-radius: 0 15px 0 0;
  border: 1px solid var(--ltn__primary-color);
  margin-bottom: 0;
}
.form-input-box button[type="submit"] {
  background-color: var(--ltn__primary-color);
  color: var(--white);
  padding: 0 18px;
  height: 100%;
  border: 1px solid var(--ltn__primary-color);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-input-box button[type="submit"]:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}
.input-item {
  position: relative;
}
.input-item.ltn__custom-icon::before {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: var(--ltn__secondary-color);
}
.input-item-name.ltn__custom-icon::before {
  content: "\f007";
}
.input-item-email.ltn__custom-icon::before {
  content: "\f0e0";
}
.input-item-phone.ltn__custom-icon::before {
  content: "\f095";
}
.input-item-subject.ltn__custom-icon::before {
  content: "\f06e";
}
.input-item-website.ltn__custom-icon::before {
  content: "\f0ac";
}
.input-item-date.ltn__custom-icon::before {
  content: "\f073";
}
.input-item-textarea.ltn__custom-icon::before {
  content: "\f303";
  top: 30px;
}
.input-info-save {
  font-size: 14px;
}
label.checkbox-inline {
  font-size: 14px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / 0.6);
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}
.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.alignwide {
  max-width: 1100px;
}
.fix {
  overflow: hidden;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.blog-pagination ul li {
  display: inline-block;
}
.blog-pagination ul li + li {
  margin: 0 5px;
}
.blog-pagination {
  display: block;
  width: 100%;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--ltn__primary-color);
  color: #fff;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--ltn__primary-color);
  color: #fff;
  border-color: var(--ltn__primary-color);
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
dl,
ol,
ul {
  padding-left: 20px;
}
.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--ltn__primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}
.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}
#scrollUp {
  background-color: var(--section-bg-1);
  color: var(--ltn__heading-color);
  bottom: 70px;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  width: 40px;
  right: 3%;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
}
#scrollUp i {
  line-height: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#scrollUp:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  background-color: var(--ltn__secondary-color);
  height: 10px;
  width: 10px;
  margin-right: 30px;
  border-radius: 100%;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: var(--ltn__primary-color);
}
.owl-arrow-1 .owl-nav > div {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
}
.owl-arrow-1 .owl-nav > div.owl-next {
  left: auto;
  right: -60px;
}
@media only screen and (max-width: 1200px) {
  .owl-arrow-1 .owl-nav > div {
    right: auto;
    left: 0;
  }
  .owl-arrow-1 .owl-nav > div.owl-next {
    right: 0;
    left: auto;
  }
}
.slick-dots {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--silver);
  cursor: pointer;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: var(--ltn__secondary-color);
  height: 15px;
  width: 15px;
  margin-bottom: -3px;
}
.slick-arrow {
  cursor: pointer;
  z-index: 9;
}
.slick-arrow-1 .slick-arrow {
  background-color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--white-4);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--ltn__primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.slick-arrow-1 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}
.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto;
}
.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto;
}
.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto;
}
@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto;
  }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto;
  }
}
.slick-arrow-2 .slick-arrow {
  color: var(--ltn__primary-color) !important;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: block;
  left: 15px;
  border: 1px solid var(--border-color-1);
  text-align: center;
}
.slick-arrow-2 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}
.slick-arrow-2 .slick-next {
  left: 60px;
}
.slick-arrow-3 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: -120px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  display: block;
  left: auto;
  right: 100px;
  border: 2px solid;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.slick-arrow-3 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}
.slick-arrow-3 .slick-next {
  right: 15px;
  background-color: var(--white);
  border-color: var(--white);
  color: var(--ltn__primary-color) !important;
}
.slick-arrow-3 .slick-prev {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}
.slick-arrow-4 {
  margin: 0;
}
.slick-arrow-4 .slick-arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 100%;
}
.slick-arrow-4 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--border-color-4);
  color: var(--white) !important;
}
.slick-arrow-4 .slick-next {
  right: -60px;
}
.slick-arrow-4 .slick-prev {
  left: -60px;
}
@media (max-width: 767px) {
  .slick-dots {
    margin: 0 0 15px;
  }
}
.bg-overlay-black-10,
.bg-overlay-black-20,
.bg-overlay-black-30,
.bg-overlay-black-40,
.bg-overlay-black-50,
.bg-overlay-black-60,
.bg-overlay-black-70,
.bg-overlay-black-80,
.bg-overlay-black-90,
.bg-overlay-white-10,
.bg-overlay-white-20,
.bg-overlay-white-30,
.bg-overlay-white-40,
.bg-overlay-white-50,
.bg-overlay-white-60,
.bg-overlay-white-70,
.bg-overlay-white-80,
.bg-overlay-white-90 {
  z-index: 8;
  position: relative;
}
.bg-overlay-black-10:before,
.bg-overlay-black-20:before,
.bg-overlay-black-30:before,
.bg-overlay-black-40:before,
.bg-overlay-black-50:before,
.bg-overlay-black-60:before,
.bg-overlay-black-70:before,
.bg-overlay-black-80:before,
.bg-overlay-black-90:before,
.bg-overlay-white-10:before,
.bg-overlay-white-20:before,
.bg-overlay-white-30:before,
.bg-overlay-white-40:before,
.bg-overlay-white-50:before,
.bg-overlay-white-60:before,
.bg-overlay-white-70:before,
.bg-overlay-white-80:before,
.bg-overlay-white-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bg-overlay-black-10:before {
  background: rgb(0 0 0 / 0.1);
}
.bg-overlay-black-20:before {
  background: rgb(0 0 0 / 0.2);
}
.bg-overlay-black-30:before {
  background: rgb(0 0 0 / 0.3);
}
.bg-overlay-black-40:before {
  background: rgb(0 0 0 / 0.4);
}
.bg-overlay-black-50:before {
  background: rgb(0 0 0 / 0.5);
}
.bg-overlay-black-60:before {
  background: rgb(0 0 0 / 0.6);
}
.bg-overlay-black-70:before {
  background: rgb(0 0 0 / 0.7);
}
.bg-overlay-black-80:before {
  background: rgb(0 0 0 / 0.8);
}
.bg-overlay-black-90:before {
  background: rgb(0 0 0 / 0.9);
}
.bg-overlay-white-10:before {
  background: rgb(255 255 255 / 0.1);
}
.bg-overlay-white-20:before {
  background: rgb(255 255 255 / 0.2);
}
.bg-overlay-white-30:before {
  background: rgb(255 255 255 / 0.3);
}
.bg-overlay-white-40:before {
  background: rgb(255 255 255 / 0.4);
}
.bg-overlay-white-50:before {
  background: rgb(255 255 255 / 0.5);
}
.bg-overlay-white-60:before {
  background: rgb(255 255 255 / 0.6);
}
.bg-overlay-white-70:before {
  background: rgb(255 255 255 / 0.7);
}
.bg-overlay-white-80:before {
  background: rgb(255 255 255 / 0.8);
}
.bg-overlay-white-90:before {
  background: rgb(255 255 255 / 0.9);
}
.bg-overlay-theme-05,
.bg-overlay-theme-10,
.bg-overlay-theme-20,
.bg-overlay-theme-30,
.bg-overlay-theme-40,
.bg-overlay-theme-50,
.bg-overlay-theme-60,
.bg-overlay-theme-70,
.bg-overlay-theme-80,
.bg-overlay-theme-90 {
  z-index: 9;
  position: relative;
}
.bg-overlay-theme-05:before,
.bg-overlay-theme-10:before,
.bg-overlay-theme-20:before,
.bg-overlay-theme-30:before,
.bg-overlay-theme-40:before,
.bg-overlay-theme-50:before,
.bg-overlay-theme-60:before,
.bg-overlay-theme-70:before,
.bg-overlay-theme-80:before,
.bg-overlay-theme-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-05:before {
  background: rgb(229 62 41 / 0.05);
}
.bg-overlay-theme-10:before {
  background: rgb(229 62 41 / 0.1);
}
.bg-overlay-theme-20:before {
  background: rgb(229 62 41 / 0.2);
}
.bg-overlay-theme-30:before {
  background: rgb(229 62 41 / 0.3);
}
.bg-overlay-theme-40:before {
  background: rgb(229 62 41 / 0.4);
}
.bg-overlay-theme-50:before {
  background: rgb(229 62 41 / 0.5);
}
.bg-overlay-theme-60:before {
  background: rgb(229 62 41 / 0.6);
}
.bg-overlay-theme-70:before {
  background: rgb(229 62 41 / 0.7);
}
.bg-overlay-theme-80:before {
  background: rgb(229 62 41 / 0.8);
}
.bg-overlay-theme-90:before {
  background: rgb(229 62 41 / 0.9);
}
.bg-overlay-theme-black-05,
.bg-overlay-theme-black-10,
.bg-overlay-theme-black-20,
.bg-overlay-theme-black-30,
.bg-overlay-theme-black-40,
.bg-overlay-theme-black-50,
.bg-overlay-theme-black-60,
.bg-overlay-theme-black-70,
.bg-overlay-theme-black-80,
.bg-overlay-theme-black-90 {
  z-index: 9;
  position: relative;
}
.bg-overlay-theme-black-05:before,
.bg-overlay-theme-black-10:before,
.bg-overlay-theme-black-20:before,
.bg-overlay-theme-black-30:before,
.bg-overlay-theme-black-40:before,
.bg-overlay-theme-black-50:before,
.bg-overlay-theme-black-60:before,
.bg-overlay-theme-black-70:before,
.bg-overlay-theme-black-80:before,
.bg-overlay-theme-black-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme-black-05:before {
  background: rgb(7 28 31 / 0.05);
}
.bg-overlay-theme-black-10:before {
  background: rgb(7 28 31 / 0.1);
}
.bg-overlay-theme-black-20:before {
  background: rgb(7 28 31 / 0.2);
}
.bg-overlay-theme-black-30:before {
  background: rgb(7 28 31 / 0.3);
}
.bg-overlay-theme-black-40:before {
  background: rgb(7 28 31 / 0.4);
}
.bg-overlay-theme-black-50:before {
  background: rgb(7 28 31 / 0.5);
}
.bg-overlay-theme-black-60:before {
  background: rgb(7 28 31 / 0.6);
}
.bg-overlay-theme-black-70:before {
  background: rgb(7 28 31 / 0.7);
}
.bg-overlay-theme-black-80:before {
  background: rgb(7 28 31 / 0.8);
}
.bg-overlay-theme-black-90:before {
  background: rgb(7 28 31 / 0.9);
}
.ltn__scrollbar {
  overflow-y: auto;
}
.ltn__scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
  border-radius: 30px;
}
.ltn__scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.mean-nav {
  overflow-y: auto;
}
.mean-nav::-webkit-scrollbar {
  width: 3px;
  background-color: var(--ltn__primary-color);
  border-radius: 30px;
}
.mean-nav::-webkit-scrollbar-thumb {
  background-color: var(--ltn__secondary-color);
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-97 {
  padding-top: 97px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-112 {
  padding-top: 112px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-118 {
  padding-top: 118px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-122 {
  padding-top: 122px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-230 {
  padding-top: 230px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-280 {
  padding-top: 280px;
}
.pt-290 {
  padding-top: 290px;
}
.pt-300 {
  padding-top: 300px;
}
.pt-310 {
  padding-top: 310px;
}
.pt-320 {
  padding-top: 320px;
}
.pt-350 {
  padding-top: 350px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-97 {
  padding-bottom: 97px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-107 {
  padding-bottom: 107px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-112 {
  padding-bottom: 112px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-118 {
  padding-bottom: 118px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-122 {
  padding-bottom: 122px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pb-290 {
  padding-bottom: 290px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pb-310 {
  padding-bottom: 310px;
}
.pb-320 {
  padding-bottom: 320px;
}
.pb-350 {
  padding-bottom: 350px;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-118 {
  margin-top: 118px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-122 {
  margin-top: 122px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-170 {
  margin-top: 170px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-118 {
  margin-bottom: 118px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-122 {
  margin-bottom: 122px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.plr--2 {
  padding-left: 2%;
  padding-right: 2%;
}
.plr--3 {
  padding-left: 3%;
  padding-right: 3%;
}
.plr--4 {
  padding-left: 4%;
  padding-right: 4%;
}
.plr--5 {
  padding-left: 5%;
  padding-right: 5%;
}
.plr--6 {
  padding-left: 6%;
  padding-right: 6%;
}
.plr--7 {
  padding-left: 7%;
  padding-right: 7%;
}
.plr--8 {
  padding-left: 8%;
  padding-right: 8%;
}
.plr--9 {
  padding-left: 9%;
  padding-right: 9%;
}
.plr--10 {
  padding-left: 10%;
  padding-right: 10%;
}
.plr--11 {
  padding-left: 11%;
  padding-right: 11%;
}
.plr--12 {
  padding-left: 12%;
  padding-right: 12%;
}
@media (max-width: 1599px) {
  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 1399px) {
  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .mt--65 {
    margin-top: -65px;
  }
}
@media (min-width: 1200px) {
  .mt--30 {
    margin-top: -30px !important;
  }
  .mt--80 {
    margin-top: -100px;
  }
  .mt--90 {
    margin-top: -100px;
  }
  .mt--100 {
    margin-top: -100px;
  }
  .mt--110 {
    margin-top: -100px;
  }
  .mt--120 {
    margin-top: -100px;
  }
  .mt--150 {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}
.mb--30 {
  margin-bottom: -30px;
}
.mb--80 {
  margin-bottom: -100px;
}
.mb--90 {
  margin-bottom: -100px;
}
.mb--100 {
  margin-bottom: -100px;
}
.mb--110 {
  margin-bottom: -100px;
}
.mb--120 {
  margin-bottom: -100px;
}
.mb--150 {
  margin-bottom: -100px;
}
.ltn__height-100 {
  height: 100px;
}
.ltn__height-200 {
  height: 200px;
}
.ltn__height-250 {
  height: 250px;
}
.ltn__height-300 {
  height: 300px;
}
.ltn__height-350 {
  height: 350px;
}
.ltn__height-400 {
  height: 400px;
}
.ltn__height-450 {
  height: 450px;
}
.ltn__height-500 {
  height: 500px;
}
.ltn__height-550 {
  height: 550px;
}
.ltn__height-600 {
  height: 600px;
}
.ltn__height-650 {
  height: 650px;
}
.ltn__height-700 {
  height: 700px;
}
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}
.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-video video {
  max-width: 636px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
.ltn__effect-img {
  position: absolute;
}
.ltn__effect-img-top-left {
  top: 6%;
  left: 5%;
}
.ltn__effect-img-top-right {
  top: 5%;
  right: 5%;
}
.ltn__effect-img-center-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
}
.ltn__effect-img-center-center {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.ltn__effect-img-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
}
.ltn__effect-img-bottom-left {
  bottom: 5%;
  left: 0;
}
.ltn__effect-img-bottom-right {
  bottom: 5%;
  right: 5%;
}
.ltn__animation-pulse1 a {
  -webkit-animation: pulse1 1s infinite;
  animation: pulse1 1s infinite;
}
.ltn__animation-pulse2 a {
  -webkit-animation: pulse2 1s infinite;
  animation: pulse2 1s infinite;
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff0;
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff0;
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 90 60 / 0.6);
    box-shadow: 0 0 0 0 rgb(255 90 60 / 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff0;
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 90 60 / 0.6);
    box-shadow: 0 0 0 0 rgb(255 90 60 / 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px #fff0;
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
.ltn__parallax-effect-wrap,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ltn__parallax-effect-wrap {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.background {
  background: url(../../themes/quarter/assets/img/effect/1.html) no-repeat 50%
    100%;
  bottom: 96px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}
.lighthouse {
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-animation: lighthouse 4s 0.1s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: lighthouse 4s 0.1s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: lighthouse 4s 0.1s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 -64px;
  background-size: 128px 224px;
  height: 224px;
  width: 128px;
  background-image: url(../../themes/quarter/assets/img/effect/2.html);
  background-repeat: no-repeat;
  bottom: 64px;
  position: absolute;
  right: 20%;
}
.wave.plain {
  background-image: url(../../themes/quarter/assets/img/effect/3.html);
}
.wave.paint {
  background-image: url(../../themes/quarter/assets/img/effect/4.html);
}
.light {
  margin: -120px -120px;
  background-size: 240px 240px;
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  bottom: 112px;
  position: absolute;
  left: 50%;
}
.light.orange {
  background-image: url(../../themes/quarter/assets/img/effect/5.html);
}
.light.purple {
  background-image: url(../../themes/quarter/assets/img/effect/6.html);
}
.light.a {
  bottom: 80px;
  left: 20%;
}
.light.b {
  bottom: 80px;
  left: 30%;
}
.light.c {
  bottom: 112px;
  left: 45%;
}
.light.d {
  bottom: 96px;
  left: 60%;
}
.light.e {
  bottom: 112px;
  left: 75%;
}
.light.f {
  bottom: 64px;
  left: 80%;
}
.light.phase-1 {
  -webkit-animation: phase 20s 0.1s infinite linear;
  -moz-animation: phase 20s 0.1s infinite linear;
  animation: phase 20s 0.1s infinite linear;
}
.light.phase-2 {
  -webkit-animation: phase 18s 0.1s infinite linear;
  -moz-animation: phase 18s 0.1s infinite linear;
  animation: phase 18s 0.1s infinite linear;
}
.light.phase-3 {
  -webkit-animation: phase 16s 0.1s infinite linear;
  -moz-animation: phase 16s 0.1s infinite linear;
  animation: phase 16s 0.1s infinite linear;
}
.light.phase-4 {
  -webkit-animation: phase 14s 0.1s infinite linear;
  -moz-animation: phase 14s 0.1s infinite linear;
  animation: phase 14s 0.1s infinite linear;
}
.light.phase-5 {
  -webkit-animation: phase 12s 0.1s infinite linear;
  -moz-animation: phase 12s 0.1s infinite linear;
  animation: phase 12s 0.1s infinite linear;
}
.light.phase-6 {
  -webkit-animation: phase 10s 0.1s infinite linear;
  -moz-animation: phase 10s 0.1s infinite linear;
  animation: phase 10s 0.1s infinite linear;
}
.hanger {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: absolute;
}
.hanger.position-1 {
  top: 28%;
}
.hanger.position-2 {
  top: 46%;
}
.hanger.position-3 {
  top: 59%;
}
.hanger.position-4 {
  top: 66.5%;
}
.hanger.position-5 {
  top: 69.5%;
}
.hanger.position-6 {
  top: 66.5%;
}
.hanger.position-7 {
  top: 59%;
}
.hanger.position-8 {
  top: 46%;
}
.hanger.position-9 {
  top: 28%;
}
.hanger.position-1 {
  left: 10%;
}
.hanger.position-2 {
  left: 20%;
}
.hanger.position-3 {
  left: 30%;
}
.hanger.position-4 {
  left: 40%;
}
.hanger.position-5 {
  left: 50%;
}
.hanger.position-6 {
  left: 60%;
}
.hanger.position-7 {
  left: 70%;
}
.hanger.position-8 {
  left: 80%;
}
.hanger.position-9 {
  left: 90%;
}
.board {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  margin: 0 -140px;
  background-size: 280px 280px;
  height: 280px;
  width: 280px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}
.board.birds {
  background-image: url(../../themes/quarter/assets/img/effect/5.html);
}
.board.cloud-1 {
  background-image: url(../../themes/quarter/assets/img/effect/1.html);
}
.board.cloud-2 {
  background-image: url(../../themes/quarter/assets/img/effect/2.html);
}
.board.cloud-3 {
  background-image: url(../../themes/quarter/assets/img/effect/3.html);
}
.board.cloud-4 {
  background-image: url(../../themes/quarter/assets/img/effect/4.html);
}
.swing-1 {
  -webkit-animation: swing 4s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.swing-2 {
  -webkit-animation: swing 3.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.swing-3 {
  -webkit-animation: swing 3s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.swing-4 {
  -webkit-animation: swing 2.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2.5s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.swing-5 {
  -webkit-animation: swing 2s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 2s infinite alternate
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wave {
  background: #fff0 repeat-x;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 0;
  background-position: center bottom;
  background-size: auto 101%;
  height: 30%;
  -webkit-animation: wave 5.33333s 0.1s infinite linear;
  -moz-animation: wave 5.33333s 0.1s infinite linear;
  animation: wave 5.33333s 0.1s infinite linear;
}
.ltn__animation-wave-3s {
  -webkit-animation: wave 3s 0.1s infinite linear;
  -moz-animation: wave 3s 0.1s infinite linear;
  animation: wave 3s 0.1s infinite linear;
}
.ltn__animation-wave-4s {
  -webkit-animation: wave 4s 0.1s infinite linear;
  -moz-animation: wave 4s 0.1s infinite linear;
  animation: wave 4s 0.1s infinite linear;
}
.ltn__animation-wave-5s {
  -webkit-animation: wave 5.33333s 0.1s infinite linear;
  -moz-animation: wave 5.33333s 0.1s infinite linear;
  animation: wave 5.33333s 0.1s infinite linear;
}
.ltn__animation-wave-6s {
  -webkit-animation: wave 6.22222s 0.1s infinite linear;
  -moz-animation: wave 6.22222s 0.1s infinite linear;
  animation: wave 6.22222s 0.1s infinite linear;
}
.ltn__animation-wave-7s {
  -webkit-animation: wave 7.11111s 0.1s infinite linear;
  -moz-animation: wave 7.11111s 0.1s infinite linear;
  animation: wave 7.11111s 0.1s infinite linear;
}
.ltn__animation-wave-8s {
  -webkit-animation: wave 8s 0.1s infinite linear;
  -moz-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear;
}
.cross,
.x,
.y {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg);
  }
}
@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-moz-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-ms-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotate(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotateZ(-10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
.ltn__breadcrumb-area h2 {
  font-size: 36px;
}
.ltn__breadcrumb-area {
  background-color: var(--section-bg-1);
  padding-top: 110px;
  padding-bottom: 110px;
}
.ltn__breadcrumb-area ul {
  margin: 0;
  padding: 0;
}
.ltn__breadcrumb-area ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-weight: 700;
}
.ltn__breadcrumb-area ul li:last-child {
  margin-right: 0;
  color: var(--ltn__primary-color);
}
.ltn__breadcrumb-area ul li::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 10px;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__breadcrumb-area ul li:last-child:after {
  display: none;
}
.ltn__breadcrumb-area ul li::before {
  display: none;
}
.ltn__breadcrumb-area .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.ltn__breadcrumb-area-2 {
  padding-top: 250px;
  padding-bottom: 130px;
}
.ltn__breadcrumb-inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__breadcrumb-inner-2 .section-title-area {
  margin-bottom: 0;
}
.ltn__breadcrumb-inner-2 .ltn__section-title-2 .section-title {
  margin-bottom: 0;
}
.ltn__breadcrumb-inner-2 .ltn__breadcrumb-area {
  margin-left: 100px;
}
.ltn__breadcrumb-inner-2 .ltn__breadcrumb-area ul li:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 2px;
  background-color: var(--ltn__color-1);
  opacity: 0.5;
}
.ltn__breadcrumb-color-white .ltn__breadcrumb-area li {
  color: var(--ltn__color-1);
}
.ltn__breadcrumb-color-white .ltn__breadcrumb-area li:last-child {
  color: var(--ltn__secondary-color);
}
.ltn__breadcrumb-area-3 {
  padding-top: 350px;
  padding-bottom: 130px;
}
.ltn__breadcrumb-inner-4 .section-title-area {
  margin-bottom: 0;
}
.ltn__breadcrumb-inner-4 .ltn__breadcrumb-area ul li:last-child {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .ltn__breadcrumb-area-2 {
    padding-top: 240px;
    padding-bottom: 80px;
  }
  .ltn__breadcrumb-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }
  .ltn__breadcrumb-inner-2 .ltn__breadcrumb-area {
    margin-left: 0;
  }
  .ltn__breadcrumb-area ul li {
    font-size: 14px;
  }
}
.widget {
  margin-bottom: 40px;
  padding: 35px 30px 40px 35px;
  border: 2px solid var(--border-color-11);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget hr {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ltn__widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.ltn__widget-title-border {
  position: relative;
  padding-left: 45px;
}
.ltn__widget-title-border::after,
.ltn__widget-title-border::before {
  position: absolute;
  content: "";
  background-color: var(--ltn__secondary-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.ltn__widget-title-border::before {
  width: 18px;
  height: 4px;
  border-radius: 25px;
}
.ltn__widget-title-border::after {
  width: 4px;
  height: 4px;
  left: 22px;
  border-radius: 100%;
}
.ltn__widget-title-border-2 {
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
  position: relative;
}
.ltn__widget-title-border-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: var(--ltn__secondary-color);
  display: none;
}
.widget-2 {
  margin-bottom: 40px;
}
.ltn__search-widget form {
  position: relative;
}
.ltn__search-widget input[type="text"] {
  margin-bottom: 0;
  padding-right: 65px;
  padding-left: 20px;
  height: 60px;
  background-color: var(--section-bg-1);
  font-weight: 600;
  font-size: 14px;
}
.ltn__search-widget input[type="text"]::-webkit-input-placeholder {
  color: var(--ltn__primary-color);
  font-size: 12px;
}
.ltn__search-widget button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 20px;
  color: var(--white);
  border: 1px solid;
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__search-widget .wpcf7-submit:hover {
  color: var(--white);
  background-color: var(--ltn__primary-color);
  border-color: var(--ltn__primary-color);
}
.wpcf7-spinner {
  display: none;
}
.ltn__newsletter-widget .wpcf7-form p {
  margin-bottom: 0;
}
.ltn__newsletter-widget .wpcf7-submit {
  margin-top: 15px;
}
.ltn__newsletter-widget {
  background-color: var(--ltn__primary-color);
  padding: 50px 35px;
  position: relative;
  z-index: 2;
}
.ltn__newsletter-widget h6 {
  color: var(--ltn__secondary-color);
  margin-bottom: 5px;
}
.ltn__newsletter-widget h4 {
  color: var(--white);
  font-size: 36px;
}
.ltn__newsletter-widget input[type="text"] {
  background-color: #133236;
  color: var(--white);
  border-color: #133236;
  height: 70px;
  padding-left: 25px;
  padding-right: 70px;
}
.ltn__newsletter-widget input[type="text"]::-webkit-input-placeholder {
  color: var(--white);
}
.ltn__newsletter-widget input[type="text"]:-ms-input-placeholder {
  color: var(--white);
}
.ltn__newsletter-widget input[type="text"]::-ms-input-placeholder {
  color: var(--white);
}
.ltn__newsletter-widget input[type="text"]::placeholder {
  color: var(--white);
}
.ltn__newsletter-widget .wpcf7-submit {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
  padding: 0 25px;
}
.ltn__newsletter-widget .wpcf7-submit:hover {
  background-color: var(--ltn__secondary-color-2);
  border-color: var(--ltn__secondary-color-2);
  color: var(--white);
}
.ltn__newsletter-bg-icon {
  position: absolute;
  right: 20px;
  top: 15%;
  font-size: 120px;
  color: var(--ltn__color-1);
  opacity: 0.1;
  z-index: -1;
  line-height: 1;
}
.ltn__tagcloud-widget ul {
  margin: 0;
  padding: 0;
}
.ltn__tagcloud-widget ul li {
  list-style: none;
  display: inline-block;
  margin: 5px 3px;
}
.ltn__tagcloud-widget ul li a {
  display: block;
  padding: 8px 24px 6px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: var(--section-bg-1);
  font-weight: 700;
  font-family: var(--ltn__heading-font);
}
.ltn__tagcloud-widget ul li a:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__color-widget ul {
  padding: 0;
  margin: 0;
}
.ltn__color-widget ul li {
  list-style: none;
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
  background-color: var(--section-bg-1);
  border: 1px solid var(--border-color-1);
}
.ltn__color-widget ul li a {
  width: 40px;
  height: 22px;
  display: block;
}
.ltn__color-widget ul li:hover {
  outline: 2px solid var(--ltn__secondary-color);
  outline-offset: 1px;
}
.ltn__color-widget ul .black {
  background-color: var(--black);
}
.ltn__color-widget ul .white {
  background-color: var(--white);
}
.ltn__color-widget ul .red {
  background-color: var(--red);
}
.ltn__color-widget ul .silver {
  background-color: var(--silver);
}
.ltn__color-widget ul .gray {
  background-color: var(--gray);
}
.ltn__color-widget ul .maroon {
  background-color: var(--maroon);
}
.ltn__color-widget ul .yellow {
  background-color: var(--yellow);
}
.ltn__color-widget ul .olive {
  background-color: var(--olive);
}
.ltn__color-widget ul .lime {
  background-color: var(--lime);
}
.ltn__color-widget ul .green {
  background-color: var(--green);
}
.ltn__color-widget ul .aqua {
  background-color: var(--aqua);
}
.ltn__color-widget ul .teal {
  background-color: var(--teal);
}
.ltn__color-widget ul .blue {
  background-color: var(--blue);
}
.ltn__color-widget ul .navy {
  background-color: var(--navy);
}
.ltn__color-widget ul .fuchsia {
  background-color: var(--fuchsia);
}
.ltn__color-widget ul .purple {
  background-color: var(--purple);
}
.ltn__color-widget ul .pink {
  background-color: var(--pink);
}
.ltn__color-widget ul .nude {
  background-color: var(--nude);
}
.ltn__color-widget ul .orange {
  background-color: var(--orange);
}
.ltn__menu-widget > ul {
  padding: 0;
  margin: 0;
}
.ltn__menu-widget > ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.ltn__menu-widget > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.ltn__menu-widget > ul li a span {
  float: right;
  color: var(--ltn__color-5);
}
.ltn__menu-widget > ul li span {
  float: right;
  color: var(--ltn__color-5);
}
.ltn__menu-widget-2 {
  background-color: #fff0;
}
.ltn__menu-widget-2 ul li a {
  background-color: var(--section-bg-1);
  padding: 20px 10px 20px 30px;
}
.ltn__menu-widget-2 ul li a span {
  background-color: var(--white);
  color: var(--ltn__primary-color);
  position: relative;
  top: -11px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__menu-widget-2 ul li.active a,
.ltn__menu-widget-2 ul li:hover > a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__menu-widget-2 ul li.active a span,
.ltn__menu-widget-2 ul li:hover > a span {
  background-color: var(--ltn__secondary-color-2);
  color: var(--white);
}
.ltn__menu-widget-2 ul li.active a span:hover,
.ltn__menu-widget-2 ul li:hover > a span:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.ltn__menu-widget-2 > ul > li:first-child {
  margin-top: 0;
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li a {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li a span {
  background-color: var(--ltn__primary-color-2);
  color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a,
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a span,
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a span {
  background-color: var(--ltn__secondary-color-2);
  color: var(--white);
}
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li.active a span:hover,
.ltn__menu-widget-2.ltn__menu-widget-2-color-2 ul li:hover > a span:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.ltn__popular-post-widget ul {
  padding: 0;
  margin: 0;
}
.ltn__popular-post-widget ul li {
  list-style: none;
}
.ltn__popular-post-widget > ul > li {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 30px;
}
.ltn__popular-post-widget > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.popular-post-widget-img {
  float: left;
  margin-right: 20px;
}
.popular-post-widget-img img {
  max-width: 80px;
}
.popular-post-widget-brief {
  overflow: hidden;
}
.popular-post-widget-brief h6 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.popular-post-widget-brief .ltn__blog-meta {
  margin-bottom: 0;
}
.popular-post-widget-brief .ltn__blog-meta li {
  color: var(--ltn__secondary-color);
}
.ltn__twitter-post-widget .popular-post-widget-img {
  float: left;
  margin-right: 20px;
}
.ltn__twitter-post-widget .popular-post-widget-img img {
  max-width: 60px;
  border-radius: 100%;
}
.ltn__twitter-post-widget .popular-post-widget-img a {
  color: var(--ltn__secondary-color);
}
.ltn__twitter-post-widget .popular-post-widget-brief p {
  margin-bottom: 5px;
}
.ltn__twitter-post-widget .popular-post-widget-brief p a {
  color: var(--ltn__secondary-color);
}
.ltn__banner-widget {
  padding: 0 !important;
  border: 0;
}
.ltn__top-rated-product-widget ul {
  padding: 0;
  margin: 0;
}
.ltn__top-rated-product-widget ul li {
  list-style: none;
}
.ltn__top-rated-product-widget > ul > li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-color: var(--white-4);
}
.ltn__top-rated-product-widget > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.top-rated-product-img {
  max-width: 90px;
  float: left;
  margin-right: 20px;
}
.top-rated-product-info {
  overflow: hidden;
}
.top-rated-product-info h6 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}
.top-rated-product-info .product-ratting {
  margin-bottom: 0;
}
.top-rated-product-info .product-ratting li {
  font-size: 10px;
}
.top-rated-product-info .product-price {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--ltn__secondary-color);
  font-weight: 700;
}
.top-rated-product-info .product-ratting ul {
  line-height: 1;
  margin-bottom: 5px;
}
.ltn__popular-product-widget .ltn__product-item {
  margin-bottom: 30px;
}
.ltn__popular-product-widget .ltn__product-item .product-info {
  padding: 25px 25px 21px;
}
.ltn__popular-product-widget .ltn__product-item .product-title {
  font-size: 16px;
}
.ltn__popular-product-widget .ltn__product-item .product-img-location ul li,
.ltn__popular-product-widget .ltn__product-item .ltn__plot-brief li {
  font-size: 12px;
}
.ltn__popular-product-widget .slick-dots {
  margin-bottom: 0;
}
.price_filter {
  padding-bottom: 13px;
}
.price_slider_amount {
  overflow: hidden;
}
.price_slider_amount > input[type="text"],
.price_slider_amount > input[type="submit"] {
  background: #fff0 none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: 25px;
  padding: 0;
  text-align: left;
  width: 140px;
  margin-bottom: 20px;
}
.price_slider_amount > input[type="text"] {
  font-weight: 700;
}
.price_filter .ui-widget-content {
  background-color: var(--ltn__primary-color);
  border: medium none;
  color: #222;
  height: 3px;
  width: 98%;
  background-image: none;
}
.price_filter .ui-slider .ui-slider-range {
  background-color: var(--ltn__secondary-color);
  background-image: none;
}
.price_filter .ui-state-default,
.price_filter .ui-widget-content .ui-state-default,
.price_filter .ui-widget-header .ui-state-default {
  background-color: var(--ltn__secondary-color);
  border: medium none;
  border-radius: 100%;
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  top: 50%;
  width: 12px;
  background-image: none;
}
.ltn__instafeed-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ltn__instafeed-grid .instagram_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ltn__instafeed-grid .instagram_gallery a,
.ltn__instafeed-grid .instagram_gallery .instagram-image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 16.6666%;
  -ms-flex: 1 0 16.6666%;
  flex: 1 0 16.6666%;
  max-width: 16.6666%;
}
.ltn__instagram-widget .ltn__instafeed-grid .instagram_gallery a,
.ltn__instagram-widget
  .ltn__instafeed-grid
  .instagram_gallery
  .instagram-image {
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ltn__instafeed-slider .slick-list .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.insta-slide-gutter .slick-list {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.insta-slide-gutter .slick-list .slick-slide {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.insta-grid-gutter .instagram_gallery {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.insta-grid-gutter .instagram_gallery a,
.insta-grid-gutter .instagram_gallery .instagram-image {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin: 7px 0;
}
.ltn__video-icon-1 {
  background-color: #fff0;
  color: var(--white);
  height: 80px;
  width: 80px;
  border: 6px solid;
  border-color: var(--white);
  border-radius: 100%;
  font-size: 22px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ltn__video-icon-1:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__video-icon-2 {
  height: 80px;
  width: 80px;
  background-color: var(--white);
  color: var(--ltn__secondary-color);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  border-radius: 100%;
}
.ltn__video-icon-2 i {
  color: var(--ltn__secondary-color);
}
.ltn__video-icon-2:hover.ltn__video-icon-2-border {
  outline: outset;
}
.ltn__video-icon-2.border-radius-no {
  border-radius: 0;
}
.ltn__video-icon-2-border {
  outline-offset: 15px;
  outline: 4px solid var(--border-color-9);
  margin: 20px;
}
.ltn__video-bg-img {
  min-height: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 99;
}
.ltn__video-img {
  position: relative;
  display: inline-block;
}
.ltn__video-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: var(--ltn__primary-color);
}
.ltn__video-img img {
  margin: 0;
}
.ltn__video-img .ltn__video-icon-1,
.ltn__video-img .ltn__video-icon-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__video-info {
  position: relative;
}
.ltn__video-popup-height-300 {
  height: 300px;
}
.ltn__video-popup-height-400 {
  height: 400px;
}
.ltn__video-popup-height-500 {
  height: 500px;
}
.ltn__video-popup-height-600 {
  height: 600px;
}
.text-center .slide-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ltn__secondary-bg.ltn__video-icon-2 {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__secondary-bg.ltn__video-icon-2 i {
  color: var(--white);
}
.ltn__video-icon-2-small {
  height: 60px;
  width: 60px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ltn__video-popup-height-500,
  .ltn__video-popup-height-600 {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .ltn__video-icon-2 {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
  .ltn__video-popup-height-500,
  .ltn__video-popup-height-600 {
    height: initial;
  }
}
@media (max-width: 767px) {
  .ltn__video-bg-img {
    min-height: 320px;
  }
  .ltn__video-bg-img.ml-30 {
    margin-left: 0;
  }
  .ltn__video-img.ml-30,
  .ltn__video-bg-img.ml-30 {
    margin-left: 0;
  }
}
.ltn__author-widget-inner img {
  margin-bottom: 25px;
  max-width: 140px;
  border-radius: 100%;
}
.ltn__author-widget-inner p {
  font-size: 14px;
}
.ltn__author-widget-inner .ltn__social-media ul li {
  color: var(--ltn__color-1);
}
.ltn__author-widget-2 .ltn__author-widget-inner img {
  margin-bottom: 25px;
  max-width: 100%;
  border-radius: inherit;
}
@media (min-width: 992px) {
  .footer-about-widget {
    padding-right: 35px;
  }
}
@media (max-width: 1199px) {
  .widget {
    padding: 35px 20px 40px 20px;
  }
  .top-rated-product-img {
    max-width: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .ltn__right-sidebar {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .car-price-filter-range .price_filter .ui-state-default:last-child::after {
    display: none;
  }
}
.ltn__header-area {
  z-index: 9999;
  position: relative;
}
.ltn__header-top-area {
  border-bottom: 1px solid;
  border-color: var(--border-color-3);
}
.ltn__header-top-area .ltn__social-media ul li {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.top-area-color-white {
  background-color: var(--ltn__primary-color);
}
.top-area-color-white p,
.top-area-color-white a,
.top-area-color-white li,
.top-area-color-white .welcome p,
.top-area-color-white .welcome a,
.top-area-color-white .ltn__drop-menu > ul > li > a,
.top-area-color-white .ltn__drop-menu > ul > li:hover > a {
  color: var(--white);
}
.ltn__header-top-area .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welcome p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
}
.ltn__top-bar-menu > ul {
  padding: 0;
  margin: 0;
}
.ltn__top-bar-menu > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--ltn__body-font);
}
.ltn__top-bar-menu > ul > li:last-child {
  margin-right: 0;
}
.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
  margin-right: 3px;
  color: var(--ltn__secondary-color);
}
.ltn__top-bar-menu .ltn__currency-menu .active-currency {
  font-size: 14px;
  font-weight: 700;
}
.header-top-btn {
  display: inline-block;
}
.header-top-btn a {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.header-top-btn a:hover {
  background-color: var(--ltn__secondary-color-2);
}
.ltn__header-middle-area {
  z-index: 999;
}
.ltn__header-middle-area > .container-fluid > .row,
.ltn__header-middle-area > .container > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.ltn__header-middle-area > .container-fluid > .row > .col,
.ltn__header-middle-area > .container > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  position: static;
}
.site-logo {
  min-width: 185px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.site-logo a {
  color: var(--ltn__primary-color);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  display: contents;
}
.site-logo i {
  color: var(--ltn__secondary-color);
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: -2px;
}
.site-logo img {
  width: 170px;
}
.ltn__header-1 .ltn__header-middle-area {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-bottom-area .row {
  position: relative;
}
.header-bottom-area .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-logo {
  max-width: 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 100%;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}
.header-menu-2 {
  text-align: center;
}
.header-menu-2 .ltn__main-menu > ul {
  display: inline-block;
}
.header-feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 50px;
  max-width: 50%;
}
.header-feature-item:last-child {
  margin-right: 0;
}
.header-feature-item h6 {
  margin-bottom: 0;
  color: var(--ltn__body-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.header-feature-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--ltn__heading-font);
  line-height: 1.2;
}
.header-feature-icon {
  margin-right: 10px;
  font-size: 25px;
  line-height: 1;
  color: var(--ltn__heading-color);
}
.header-menu-wrap,
.header-menu-column {
  position: inherit;
}
.ltn__main-menu ul {
  margin-bottom: 0;
}
.ltn__main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.header-style-two .ltn__main-menu > ul {
  justify-content: end;
}
.ltn__main-menu li {
  list-style: none;
  display: block;
  margin-top: 0;
}
.ltn__main-menu li > a {
  position: relative;
}
.ltn__main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.ltn__main-menu > ul > li:last-child {
  margin-right: 0;
}
.ltn__main-menu > ul > li > a {
  font-size: 18px;
  padding: 20px 10px;
  display: inline-block;
  white-space: nowrap;
  color: var(--ltn__heading-color);
  font-weight: 600;
  font-family: var(--ltn__body-font);
}
.ltn__main-menu li:hover > a {
  color: var(--ltn__secondary-color);
}
.ltn__main-menu li > ul,
.ltn__main-menu .sub-menu {
  position: absolute;
  margin: 0;
  top: 130%;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  min-width: 230px;
  padding: 15px 0;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  background-color: #fff;
  left: inherit;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  border-top: 5px solid var(--ltn__secondary-color);
}
.ltn__main-menu li ul li,
.ltn__main-menu .sub-menu li {
  line-height: 1.3;
  padding: 12px 25px 12px 30px;
  font-size: 16px;
}
.mega-menu li ul {
  border-top: 0;
}
.mega-menu li ul li {
  padding-left: 10px;
  padding-right: 0;
}
.ltn__main-menu li:hover > ul,
.ltn__main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__main-menu li ul li > ul,
.ltn__main-menu .sub-menu li > .sub-menu {
  left: 100%;
}
.ltn__main-menu li ul li:hover > ul,
.ltn__main-menu .sub-menu li:hover > .sub-menu {
  top: 0;
}
.ltn__main-menu li ul li,
.ltn__main-menu .sub-menu li {
  position: relative;
}
.ltn__main-menu > ul > li:last-child ul li > ul,
.ltn__main-menu > ul > li:last-child .sub-menu li > .sub-menu,
.ltn__main-menu > ul > li:nth-last-child(2) ul li > ul,
.ltn__main-menu > ul > li:nth-last-child(2) .sub-menu li > .sub-menu,
.ltn__main-menu > ul > li:nth-last-child(3) ul li > ul,
.ltn__main-menu > ul > li:nth-last-child(3) .sub-menu li > .sub-menu {
  left: auto;
  right: 100%;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2,
.ltn__main-menu li > ul.ltn__sub-menu-col-3,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 {
  width: 510px;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 > li,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 > li,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 > li,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 > li {
  width: 50%;
  float: left;
  padding: 12px 20px 12px 25px;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 > li > a,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 > li > a,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 > li > a,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 > li > a {
  padding: 12px 20px 12px 20px;
  margin-left: 0;
  border-bottom: 1px dashed #ddd;
  display: block;
  font-weight: 600;
  background-color: var(--section-bg-1);
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 .sub-menu-child,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 .sub-menu-child,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 .sub-menu-child,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 .sub-menu-child {
  position: inherit;
  float: left;
  width: 100%;
  left: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  z-index: inherit;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 .sub-menu-child li,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 .sub-menu-child li,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 .sub-menu-child li,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 .sub-menu-child li {
  padding: 12px 20px 12px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 .sub-menu-child li img,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 .sub-menu-child li img,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 .sub-menu-child li img,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 .sub-menu-child li img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 150px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-2 .sub-menu-child li:hover img,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-2 .sub-menu-child li:hover img,
.ltn__main-menu li > ul.ltn__sub-menu-col-3 .sub-menu-child li:hover img,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 .sub-menu-child li:hover img {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-3,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 {
  width: 780px;
}
.ltn__main-menu li > ul.ltn__sub-menu-col-3 > li,
.ltn__main-menu .sub-menu.ltn__sub-menu-col-3 > li {
  width: 33.33%;
}
.ltn__main-menu li:hover > ul.ltn__sub-menu-col-2 .sub-menu-child,
.ltn__main-menu li:hover > .sub-menu.ltn__sub-menu-col-2 .sub-menu-child {
  opacity: 1;
  visibility: visible;
}
.menu-pages-img-show li {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.menu-pages-img-show li img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 130px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-pages-img-show li:hover img {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
}
.ltn__main-menu > ul > li:last-child,
.ltn__main-menu > ul > li:nth-last-child(2) {
  position: relative;
}
.ltn__main-menu > ul > li:last-child > ul,
.ltn__main-menu > ul > li:last-child > .sub-menu,
.ltn__main-menu > ul > li:nth-last-child(2) > ul,
.ltn__main-menu > ul > li:nth-last-child(2) > .sub-menu {
  left: auto;
  right: 0;
}
.ltn__main-menu .mega-menu {
  left: 0;
  right: auto;
  overflow: hidden;
  width: 100%;
}
.mega-menu > li {
  float: left;
  padding-bottom: 0 !important;
  min-width: 250px !important;
}
.mega-menu > li {
  min-width: 220px;
}
.ltn__main-menu li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1);
}
.mega-menu li ul,
.mega-menu li .sub-menu {
  left: 0% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: inherit;
}
.ltn__main-menu li .mega-menu > li > ul,
.ltn__main-menu li .mega-menu .sub-menu {
  top: 0;
}
.ltn__main-menu li:hover .mega-menu > li > ul,
.ltn__main-menu li:hover .mega-menu .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mega-menu > li > a {
  margin-left: 0;
  border-bottom: 1px dashed #ddd;
  display: block;
  font-weight: 600;
  padding: 10px;
  background-color: var(--section-bg-1);
}
.mega-menu.column-1,
.mega-menu.column-2 {
  left: auto;
}
.mega-menu.column-2 > li {
  min-width: 50%;
  width: 50%;
}
.mega-menu.column-3 > li {
  min-width: 33.33%;
  width: 33.33%;
}
@media (min-width: 991px) {
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 25%;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .mega-menu.column-2 > li,
  .mega-menu.column-3 > li,
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mega-menu.column-2 > li,
  .mega-menu.column-3 > li,
  .mega-menu.column-4 > li,
  .mega-menu.column-5 > li,
  .mega-menu.column-6 > li,
  .mega-menu.column-7 > li,
  .mega-menu.column-8 > li,
  .mega-menu.column-9 > li,
  .mega-menu.column-10 > li,
  .mega-menu.column-11 > li,
  .mega-menu.column-12 > li {
    min-width: 100%;
    width: 100%;
  }
}
.mega-menu li ul li ul {
  left: 100% !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.mega-menu li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 991px) {
  .mega-menu-parent {
    position: inherit !important;
  }
}
.ltn__main-menu > a {
  position: relative;
}
.ltn__main-menu .menu-item-has-children > a::before {
  content: "\f067";
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.menu-item-badge {
  position: absolute;
  left: -8px;
  top: -10px;
  font-size: 10px;
  padding: 1px 3px 0;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  border-radius: 2px;
  text-transform: uppercase;
}
.menu-product-item {
  margin-bottom: 30px;
  margin-top: 15px;
  border: 2px solid;
  border-color: var(--border-color-8);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.menu-product-item .product-info {
  padding: 25px 15px 15px;
  padding-top: 0;
}
.menu-product-item .product-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.menu-product-item .product-price {
  font-size: 16px;
  color: var(--ltn__secondary-color);
  font-weight: 600;
}
.menu-product-item .product-price del {
  font-size: 15px;
  opacity: 0.5;
  color: var(--gray);
}
.menu-product-item:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__header-options > ul {
  padding: 0;
  margin: 0;
}
.ltn__header-options > ul > li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
  list-style: none;
}
.ltn__header-options > ul > li:last-child {
  margin-right: 0;
}
.ltn__header-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ltn__header-options ul li {
  list-style: none;
}
.ltn__header-options > div {
  margin-right: 20px;
}
.ltn__header-options > div:last-child {
  margin-right: 0;
}
.ltn__header-options .ltn__drop-menu > ul > li > a {
  padding: 0;
}
.ltn__header-options .ltn__drop-menu ul {
  padding: 0;
}
.ltn__header-options .ltn__drop-menu ul li ul {
  padding: 10px 0;
}
.ltn__header-options-2 > div {
  margin-right: 10px;
}
.ltn__header-options-2 .header-search-1,
.ltn__header-options-2 .ltn__drop-menu > ul > li > a,
.ltn__header-options-2 .mini-cart-icon a,
.ltn__header-options-2 .header-wishlist {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--white);
  color: var(--ltn__heading-color);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__header-options-2 .header-search-1:hover,
.ltn__header-options-2 .ltn__drop-menu > ul > li > a:hover,
.ltn__header-options-2 .mini-cart-icon a:hover,
.ltn__header-options-2 .header-wishlist:hover {
  background: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__header-options-2 .header-search-1:hover,
.ltn__header-options-2 .ltn__drop-menu > ul > li:hover > a,
.ltn__header-options-2 .mini-cart-icon a:hover {
  background: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__header-options-2 .ltn__drop-menu.ltn__currency-menu > ul > li > a {
  height: inherit;
  width: inherit;
  line-height: inherit;
  background: inherit;
  color: inherit;
}
.ltn__header-options-2 .mobile-menu-toggle > a {
  width: 50px;
  height: 50px;
  background: var(--white);
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ltn__drop-menu {
  display: inline-block;
  text-align: left;
}
.ltn__drop-menu li {
  margin-top: 0;
}
.ltn__drop-menu + .ltn__drop-menu {
  margin-left: 10px;
}
.ltn__drop-menu ul {
  margin-bottom: 0;
}
.ltn__drop-menu > ul > li {
  display: inline-block;
  position: relative;
}
.ltn__drop-menu > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.ltn__drop-menu ul li ul {
  position: absolute;
  min-width: 150px;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border-top: 1px solid #ececec;
  top: 130%;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s,
    top 0.2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.ltn__drop-menu ul li ul li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  font-weight: 500;
}
.ltn__drop-menu ul li ul li a {
  color: inherit;
}
.ltn__drop-menu ul li > ul.menu-open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__drop-menu ul li:hover > a {
  color: var(--ltn__secondary-color);
}
.ltn__drop-menu > ul > li,
.header-wishlist a {
  font-size: 20px;
}
.header-wishlist {
  color: var(--ltn__heading-color);
}
.ltn__mini-cart ul {
  margin: 0;
  padding: 0;
}
.mini-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--ltn__heading-color);
}
.mini-cart-icon i {
  font-size: 18px;
}
.mini-cart-icon sup {
  font-size: 14px;
  font-weight: 600;
}
.mini-cart-header h5 {
  margin-bottom: 0;
}
.mini-cart-product-area {
  max-height: calc(100% - (60px + 245px));
}
.ltn__utilize-cart-menu .ltn__mini-cart {
  max-height: calc(100% - (60px + 245px));
}
.mini-cart-item {
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-top: 1px solid var(--border-color-1);
}
.mini-cart-item:first-child {
  border-top: 0;
}
.mini-cart-img {
  float: left;
  width: 80px;
  margin-right: 15px;
  position: relative;
}
.mini-cart-img img {
  background-color: var(--section-bg-1);
}
.mini-cart-info {
  overflow: hidden;
}
.mini-cart-info h6 {
  margin-bottom: 5px;
  font-weight: 500;
}
.mini-cart-item-delete {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: block;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mini-cart-item-delete:hover {
  background-color: var(--red);
  color: #fff;
}
.mini-cart-footer {
  margin-top: 25px;
}
.mini-cart-footer p {
  font-size: 14px;
  margin-bottom: 0;
}
.mini-cart-sub-total {
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  padding: 20px 0;
}
.mini-cart-sub-total h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.mini-cart-sub-total span {
  color: var(--ltn__secondary-color);
}
.mini-cart-footer .btn-wrapper {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 15px;
}
.mini-cart-footer .btn-wrapper .btn {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.mini-cart-icon-2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 125px;
}
.mini-cart-icon-2 > a .mini-cart-icon {
  margin-right: 5px;
}
.mini-cart-icon-2 > a .mini-cart-icon i {
  color: var(--ltn__heading-color);
  font-size: 20px;
}
.mini-cart-icon-2 > a .mini-cart-icon sup {
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  right: 8px;
  top: -8px;
}
.mini-cart-icon-2 > a h6 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 20px;
  font-weight: 700;
  color: var(--ltn__body-color);
  font-size: 14px;
  text-transform: uppercase;
}
.mini-cart-icon-2 ul li {
  list-style: none;
}
.header-search-1 {
  cursor: pointer;
  display: inline-block;
}
.header-search-1 .search-icon {
  min-width: 25px;
  text-align: center;
  font-size: 16px;
}
.header-search-wrap {
  position: relative;
}
.header-search-1-form {
  background-color: var(--white);
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 130%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  width: 320px;
  z-index: 9999;
}
.header-search-1-form form {
  position: relative;
  margin: 15px 15px 0;
}
.header-search-1-form input {
  height: 60px;
  padding-right: 50px;
}
.header-search-1-form button[type="submit"] {
  background: #fff0 none repeat scroll 0 0;
  border: medium none;
  color: var(--ltn__heading-color);
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 48px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 0;
  padding: 1px 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-search-1-form button[type="submit"]:hover {
  color: var(--ltn__primary-color);
}
.search-icon {
  position: relative;
}
.search-icon .for-search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.search-open.header-search-1-form {
  height: 90px;
}
.search-open .for-search-show {
  opacity: 0;
  visibility: hidden;
}
.search-open .for-search-close {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .header-search-wrap {
    position: inherit;
  }
  .header-search-1-form {
    top: 100%;
  }
  .header-search-1-form {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
}
@media (max-width: 575px) {
  .header-search-1-form {
    width: 270px;
  }
}
.header-search-2 {
  min-width: 500px;
}
.header-search-2 form {
  position: relative;
}
.header-search-2 input {
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 50px;
  height: 45px;
}
.header-search-2 button {
  position: absolute;
  right: 0;
  background-color: #fff0;
  height: 45px;
  top: 0;
  padding: 0 15px;
}
.ltn__currency-menu .active-currency {
  font-size: 16px;
  font-weight: 700;
}
.ltn__currency-menu ul li ul {
  min-width: 200px;
}
.ltn__currency-menu .dropdown-toggle::after {
  margin-left: 3px;
  border-top: 0.25em solid;
  border-right: 0.2em solid #fff0;
  border-left: 0.2em solid #fff0;
}
.ltn__language-menu .dropdown-toggle {
  padding-right: 10px !important;
  position: relative;
}
.ltn__language-menu .dropdown-toggle::after {
  display: none;
}
.ltn__language-menu .dropdown-toggle::before {
  content: "\e911";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
  color: var(--ltn__secondary-color);
}
.ltn__header-2 .sticky-active .row .col {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.ltn__header-2 .sticky-active .sticky-logo {
  display: block;
}
.ltn__header-2 .sticky-active .header-menu-2 {
  text-align: right;
}
.ltn__header-3 .ltn__header-middle-area {
  padding: 30px 0;
}
.ltn__header-3 .header-bottom-area.sticky-active {
  padding-top: 0;
  padding-bottom: 0;
}
.ltn__header-3 .sticky-active .row .col {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.ltn__header-3 .sticky-active .sticky-logo {
  display: block;
}
.ltn__header-3 .sticky-active .header-menu-2 {
  text-align: right;
}
.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 22px;
  padding-bottom: 22px;
}
.ltn__header-4 .ltn__header-top-area {
  border-color: var(--border-color-3);
}
.site-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-logo-wrap .site-logo {
  min-width: auto;
}
.get-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.get-support::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background-color: #999;
}
.get-support .get-support-icon {
  margin-right: 10px;
  font-size: 35px;
  line-height: 1;
  color: var(--ltn__secondary-color);
}
.get-support .get-support-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.get-support .get-support-info {
  margin: 0;
  text-align: left;
}
.get-support .get-support-info h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.get-support .get-support-info h4 {
  margin: 5px 0 0;
  line-height: 1;
}
.get-support-color-white .get-support-info h6,
.get-support-color-white .get-support-info h4 {
  color: var(--white);
}
.header_button {
  margin-left: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.header_button a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  padding: 12px 30px;
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  font-family: var(--ltn__body-font);
}
.header_button a:hover {
  background-color: var(--section-bg-1);
  color: var(--ltn__primary-color);
}
.menu-color-white .ltn__main-menu > ul > li > a {
  color: var(--white);
}
.ltn__header-5 .get-support::before {
  background-color: #e4e8ea;
}
.ltn__header-5 .ltn__header-options {
  margin-left: 30px;
}
.ltn__header-logo-mobile-menu-in-mobile {
  margin-top: 0;
}
.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 10px 50px 0 rgb(46 56 220 / 0.2);
  box-shadow: 0 10px 50px 0 rgb(46 56 220 / 0.2);
}
.ltn__header-4 .ltn__header-middle-area.sticky-active,
.ltn__header-5 .ltn__header-middle-area.sticky-active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky-active.ltn__sticky-bg-secondary {
  background-color: var(--ltn__secondary-color);
}
.sticky-active.ltn__sticky-bg-secondary .ltn__main-menu > ul > li > a,
.sticky-active.ltn__sticky-bg-secondary .header-wishlist a,
.sticky-active.ltn__sticky-bg-secondary .mini-cart-icon,
.sticky-active.ltn__sticky-bg-secondary .header-feature-item h6,
.sticky-active.ltn__sticky-bg-secondary .header-feature-item p,
.sticky-active.ltn__sticky-bg-secondary .header-feature-icon,
.sticky-active.ltn__sticky-bg-secondary .header-search-1 .search-icon,
.sticky-active.ltn__sticky-bg-secondary
  .ltn__header-options
  .ltn__drop-menu
  > ul
  > li
  > a {
  color: var(--white);
}
.sticky-active.ltn__sticky-bg-secondary .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-secondary
  .ltn__header-options-2
  .header-search-1
  i,
.sticky-active.ltn__sticky-bg-secondary
  .ltn__header-options-2
  .ltn__drop-menu
  > ul
  > li
  > a,
.sticky-active.ltn__sticky-bg-secondary
  .ltn__header-options-2
  .mini-cart-icon
  a,
.sticky-active.ltn__sticky-bg-secondary
  .ltn__header-options-2
  .header-wishlist {
  background: var(--white);
  color: var(--ltn__heading-color);
}
.sticky-active.ltn__sticky-bg-black {
  background-color: var(--ltn__heading-color);
}
.sticky-active.ltn__sticky-bg-black .ltn__main-menu > ul > li > a,
.sticky-active.ltn__sticky-bg-black .header-wishlist a,
.sticky-active.ltn__sticky-bg-black .mini-cart-icon,
.sticky-active.ltn__sticky-bg-black .header-feature-item h6,
.sticky-active.ltn__sticky-bg-black .header-feature-item p,
.sticky-active.ltn__sticky-bg-black .header-feature-icon,
.sticky-active.ltn__sticky-bg-black .header-search-1 .search-icon,
.sticky-active.ltn__sticky-bg-black
  .ltn__header-options
  .ltn__drop-menu
  > ul
  > li
  > a {
  color: var(--white);
}
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1 i,
.sticky-active.ltn__sticky-bg-black
  .ltn__header-options-2
  .ltn__drop-menu
  > ul
  > li
  > a,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .mini-cart-icon a,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-wishlist {
  background: var(--white);
  color: var(--ltn__heading-color);
}
.sticky-active.ltn__sticky-bg-white {
  background-color: var(--white);
}
.sticky-active.ltn__sticky-bg-white .ltn__main-menu > ul > li > a,
.sticky-active.ltn__sticky-bg-white .header-wishlist a,
.sticky-active.ltn__sticky-bg-white .mini-cart-icon,
.sticky-active.ltn__sticky-bg-white .header-feature-item h6,
.sticky-active.ltn__sticky-bg-white .header-feature-item p,
.sticky-active.ltn__sticky-bg-white .header-feature-icon,
.sticky-active.ltn__sticky-bg-white .header-search-1 .search-icon,
.sticky-active.ltn__sticky-bg-white
  .ltn__header-options
  .ltn__drop-menu
  > ul
  > li
  > a {
  color: var(--ltn__heading-color);
}
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1 i,
.sticky-active.ltn__sticky-bg-white
  .ltn__header-options-2
  .ltn__drop-menu
  > ul
  > li
  > a,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .mini-cart-icon a,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-wishlist {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  background: var(--white);
  color: var(--ltn__heading-color);
}
.header-contact-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ltn__header-transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: #fff0;
}
.ltn__header-transparent .top-area-color-white {
  background-color: #fff0;
}
.ltn__utilize {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px 10px 20px 30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99999;
}
.ltn__utilize.ltn__utilize-mobile-menu {
  right: auto;
  left: 0;
  padding: 50px 40px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ltn__utilize-menu-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-x: hidden !important;
  padding-right: 20px;
}
.ltn__utilize-menu-search-form {
  margin-bottom: 30px;
  position: relative;
}
.ltn__utilize-menu-search-form input[type="text"] {
  margin-bottom: 0;
}
.ltn__utilize-menu-search-form button {
  background-color: #fff0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  padding: 0 15px;
}
@media (max-width: 479px) {
  .ltn__utilize {
    width: 300px;
  }
  .ltn__utilize.ltn__utilize-mobile-menu {
    padding: 50px 20px;
  }
}
.ltn__utilize-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ltn__utilize-menu > ul > li {
  position: relative;
}
.ltn__utilize-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: #fff0;
}
.ltn__utilize-menu > ul > li .menu-expand::before,
.ltn__utilize-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #7e7e7e;
}
.ltn__utilize-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  -ms-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}
.ltn__utilize-menu > ul > li.active .menu-expand::after {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.ltn__utilize-menu > ul > li > a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
}
.ltn__utilize-menu > ul > li .sub-menu {
  position: static;
  top: auto;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__utilize-menu > ul > li .sub-menu li {
  line-height: inherit;
  position: relative;
  list-style: none;
}
.ltn__utilize-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgb(0 0 0 / 0.5);
}
.ltn__utilize.ltn__utilize-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ltn__utilize.ltn__utilize-mobile-menu.ltn__utilize-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu-toggle {
  margin-right: 15px;
}
.mobile-menu-toggle > a {
  width: 24px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  margin-left: auto;
}
.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s
      cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #333;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}
.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}
.ltn__utilize-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.ltn__utilize-menu-head .ltn__utilize-menu-title {
  font-weight: 700;
}
.ltn__utilize-menu-head .ltn__utilize-close {
  background-color: #fff0;
  font-size: 30px;
  padding: 0 15px;
}
.ltn__utilize-buttons {
  border-top: 1px solid var(--border-color-1);
  padding: 5px 0 20px;
  margin: 30px 0;
  border-bottom: 1px solid var(--border-color-1);
}
.ltn__utilize-buttons ul {
  padding: 0;
  margin: 0;
}
.ltn__utilize-buttons ul li {
  display: inline-block;
}
.ltn__utilize-buttons .utilize-btn-icon {
  width: 50px;
  display: inline-block;
  height: 50px;
  border: 2px solid var(--border-color-1);
  line-height: 46px;
  text-align: center;
  margin-right: 10px;
}
.ltn__utilize-buttons-2 ul li {
  display: block;
}
.menu-btn-white.mobile-menu-toggle > a {
  color: #fff;
}
.menu-btn-white.mobile-menu-toggle svg path {
  stroke: #fff;
}
.menu-btn-border a {
  width: 40px;
  height: 38px;
  border: 1px solid;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .ltn__main-menu > ul > li {
    margin-right: 15px;
  }
  .ltn__main-menu > ul > li:last-child {
    margin-right: 0;
  }
  .ltn__main-menu > ul > li > a {
    font-size: 15px;
  }
  .ltn__header-6 .ltn__main-menu > ul > li {
    margin-right: 10px;
  }
  .ltn__header-6 .ltn__main-menu > ul > li:last-child {
    margin-right: 0;
  }
  .ltn__header-6 .header_button a {
    padding: 15px 20px !important;
  }
  .ltn__header-6 .ltn__main-menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .site-logo {
    min-width: 180px;
  }
  .ltn__main-menu > ul > li > a {
    padding: 20px 15px;
  }
  .ltn__main-menu > ul > li {
    margin-right: 10px;
  }
  .ltn__header-3 .header-feature-item {
    display: none;
  }
  .ltn__header-logo-and-mobile-menu .site-logo-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 10px;
  }
  .ltn__header-logo-and-mobile-menu
    .ltn__header-middle-area
    > .container-fluid
    > .row
    > .col,
  .ltn__header-logo-and-mobile-menu
    .ltn__header-middle-area
    > .container
    > .row
    > .col {
    max-width: 65%;
  }
  .ltn__header-logo-and-mobile-menu .ltn__header-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 991px) {
  .header-search-column,
  .header-menu-column {
    display: none;
  }
  .sticky-active {
    position: inherit;
  }
  .ltn__header-2
    .ltn__header-middle-area
    > .container
    > .row
    .header-feature-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top: 1px solid #ddd;
  }
  .ltn__header-2 .header-feature-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ltn__header-2 .header-feature-item {
    margin-right: 15px;
  }
  .ltn__header-3
    .ltn__header-middle-area
    > .container
    > .row
    .header-search-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top: 1px solid #ddd;
  }
  .ltn__header-3 .header-search-2 {
    min-width: 280px;
  }
  .ltn__top-bar-menu ul li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .ltn__header-top-area {
    padding: 5px 0;
    text-align: center;
  }
  .ltn__header-top-area .ltn__social-media ul li {
    font-size: 12px;
    margin: 0 5px 0 0;
  }
  .ltn__top-bar-menu .ltn__currency-menu .active-currency,
  .ltn__top-bar-menu > ul > li {
    font-size: 13px;
  }
  .ltn__drop-menu > ul > li {
    position: inherit;
  }
  .ltn__drop-menu > ul > li > a {
    height: 20px;
    line-height: 20px;
  }
  .ltn__drop-menu ul li ul {
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .welcome p {
    line-height: 20px;
    margin: 5px 0;
  }
  .site-logo {
    min-width: 100px;
  }
  .ltn__header-5 .top-bar-right,
  .ltn__header-4 .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .ltn__header-4 .site-logo-wrap,
  .ltn__header-5 .site-logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 30px;
  }
  .ltn__header-4 .ltn__header-options,
  .ltn__header-5 .ltn__header-options {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ltn__header-3 .top-bar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .ltn__header-logo-and-mobile-menu-in-mobile .site-logo-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 10px;
  }
  .ltn__header-logo-and-mobile-menu-in-mobile
    .ltn__header-middle-area
    > .container-fluid
    > .row
    > .col,
  .ltn__header-logo-and-mobile-menu-in-mobile
    .ltn__header-middle-area
    > .container
    > .row
    > .col {
    max-width: 65%;
  }
  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .header-top-btn a {
    padding: 0 15px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .site-logo a {
    font-size: 24px;
  }
  .site-logo a i {
    font-size: 20px;
  }
  .ltn__header-1 .ltn__header-middle-area > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ltn__header-1 .site-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ltn__header-1 .ltn__header-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .ltn__header-7 .site-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ltn__header-7 .ltn__header-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .ltn__header-7 .ltn__header-middle-area > .container > .row .col,
  .ltn__header-7 .ltn__header-middle-area > .container-fluid > .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ltn__header-3 .mini-cart-icon-2 > a {
    min-width: auto;
  }
  .ltn__header-3 .mini-cart-icon-2 > a h6 {
    display: none;
  }
}
@media (max-width: 449px) {
  .ltn__header-options > div {
    margin-right: 10px;
  }
  .header-feature-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .header-feature-item:last-child {
    padding-top: 0;
  }
  .get-support {
    padding-left: 10px;
    margin-left: 10px;
  }
  .get-support .get-support-icon {
    font-size: 20px;
    display: none;
  }
  .get-support .get-support-info h6 {
    display: 13px;
  }
  .get-support .get-support-info h4 {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .ltn__header-3 .ltn__header-options > ul > li {
    margin-right: 5px;
  }
}
.ltn__header-options i,
.ltn__header-top-area i {
  font-weight: 700;
}
.ltn__category-menu-wrap {
  position: relative;
}
.ltn__category-menu-title h2 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
}
.ltn__category-menu-title h2::before,
.ltn__category-menu-title h2::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: block;
  font-size: 14px;
}
.ltn__category-menu-title h2::before {
  content: "\f0c9";
  float: left;
  margin-right: 10px;
}
.ltn__category-menu-title h2::after {
  content: "\f0dd";
  float: right;
}
.ltn__category-menu-toggle {
  background-color: var(--white);
}
.ltn__category-menu-toggle > ul {
  border-color: var(--border-color-1);
  border-width: 1px 1px 1px;
  border-style: solid;
  padding: 0;
  margin: 0;
}
.ltn__category-menu-toggle > ul > li > a {
  padding: 10px 15px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid var(--border-color-1);
}
.ltn__category-menu-toggle > ul > li:hover > a {
  background-color: var(--section-bg-1);
  font-weight: 700;
}
.ltn__category-menu-toggle > ul > li:hover .ltn__category-submenu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.ltn__category-menu-toggle > ul > li i {
  font-size: 18px;
  margin-right: 5px;
  width: 25px;
  display: inline-block;
}
.ltn__category-menu-toggle ul {
  margin: 0;
}
.ltn__category-menu-toggle ul li {
  margin-top: 0;
  list-style: none;
  position: relative;
  font-size: 14px;
}
.ltn__category-menu-toggle ul li a {
  display: block;
}
.ltn__category-menu-toggle ul li:hover > a {
  color: var(--ltn__secondary-color);
}
.ltn__category-menu-toggle.ltn__one-line-active .ltn__category-submenu li a {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ltn__category-submenu {
  position: absolute;
  left: 100%;
  top: 90%;
  width: 230px;
  z-index: 99;
  background-color: #fff;
  padding: 25px 20px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__category-submenu ul {
  padding: 0;
}
.ltn__category-submenu ul li {
  padding: 8px 0;
}
.ltn__category-submenu > li {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.ltn__category-submenu.ltn__category-column-5,
.ltn__category-submenu.ltn__category-column-6,
.ltn__category-submenu.ltn__category-column-7,
.ltn__category-submenu.ltn__category-column-8,
.ltn__category-submenu.ltn__category-column-9,
.ltn__category-submenu.ltn__category-column-10,
.ltn__category-submenu.ltn__category-column-11,
.ltn__category-submenu.ltn__category-column-12,
.ltn__category-submenu.ltn__category-column-no-5,
.ltn__category-submenu.ltn__category-column-no-6,
.ltn__category-submenu.ltn__category-column-no-7,
.ltn__category-submenu.ltn__category-column-no-8,
.ltn__category-submenu.ltn__category-column-no-9,
.ltn__category-submenu.ltn__category-column-no-10,
.ltn__category-submenu.ltn__category-column-no-11,
.ltn__category-submenu.ltn__category-column-no-12,
.ltn__category-submenu.ltn__category-column-no-13,
.ltn__category-submenu.ltn__category-column-no-14 {
  width: 730px;
}
.ltn__category-submenu.ltn__category-column-5 > li,
.ltn__category-submenu.ltn__category-column-6 > li,
.ltn__category-submenu.ltn__category-column-7 > li,
.ltn__category-submenu.ltn__category-column-8 > li,
.ltn__category-submenu.ltn__category-column-9 > li,
.ltn__category-submenu.ltn__category-column-10 > li,
.ltn__category-submenu.ltn__category-column-11 > li,
.ltn__category-submenu.ltn__category-column-12 > li,
.ltn__category-submenu.ltn__category-column-no-5 > li,
.ltn__category-submenu.ltn__category-column-no-6 > li,
.ltn__category-submenu.ltn__category-column-no-7 > li,
.ltn__category-submenu.ltn__category-column-no-8 > li,
.ltn__category-submenu.ltn__category-column-no-9 > li,
.ltn__category-submenu.ltn__category-column-no-10 > li,
.ltn__category-submenu.ltn__category-column-no-11 > li,
.ltn__category-submenu.ltn__category-column-no-12 > li,
.ltn__category-submenu.ltn__category-column-no-13 > li,
.ltn__category-submenu.ltn__category-column-no-14 > li {
  width: 25%;
}
.ltn__category-submenu.ltn__category-column-4,
.ltn__category-submenu.ltn__category-column-no-4 {
  width: 730px;
}
.ltn__category-submenu.ltn__category-column-4 > li,
.ltn__category-submenu.ltn__category-column-no-4 > li {
  width: 25%;
}
.ltn__category-submenu.ltn__category-column-3,
.ltn__category-submenu.ltn__category-column-no-3 {
  width: 690px;
}
.ltn__category-submenu.ltn__category-column-3 > li,
.ltn__category-submenu.ltn__category-column-no-3 > li {
  width: 33%;
}
.ltn__category-submenu.ltn__category-column-2,
.ltn__category-submenu.ltn__category-column-no-2 {
  width: 460px;
}
.ltn__category-submenu.ltn__category-column-2 > li,
.ltn__category-submenu.ltn__category-column-no-2 > li {
  width: 50%;
}
.ltn__category-submenu-title > a {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 10px;
}
.ltn__category-menu-toggle .ltn__category-menu-more-item-parent {
  cursor: pointer;
}
.ltn__category-menu-toggle .ltn__category-menu-more-item-child,
.ltn__category-menu-toggle .rx-show {
  display: none;
}
.ltn__category-menu-toggle .rx-change .rx-show {
  display: block;
}
.ltn__category-menu-toggle .rx-change .rx-default {
  display: none;
}
@media (max-width: 1200px) {
  .ltn__category-menu-toggle > ul > li > a {
    padding: 10px 5px;
    font-size: 13px;
  }
  .ltn__category-menu-toggle > ul > li i {
    font-size: 16px;
    width: 20px;
  }
  .ltn__category-menu-toggle ul li {
    font-size: 13px;
  }
  .ltn__category-submenu ul {
    padding-left: 10px;
  }
  .ltn__category-submenu ul li {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .ltn__category-menu-wrap {
    margin-bottom: 30px;
  }
  .ltn__category-menu-toggle {
    max-height: 350px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none;
  }
  .ltn__category-submenu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100% !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    position: inherit;
    padding: 5px 0 0 15px;
  }
  .ltn__category-submenu > li {
    width: 100% !important;
    margin-bottom: 0;
    float: none;
  }
  .ltn__category-submenu-children {
    display: none;
  }
  .ltn__category-menu-drop > a {
    position: relative;
  }
  .ltn__category-menu-drop > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 20px;
    font-weight: 400;
  }
  .ltn__category-menu-drop.open > a::before {
    display: none;
  }
  .ltn__category-menu-drop.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 30px;
    font-weight: 400;
  }
}
.mobile-header-menu-fullwidth .mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid var(--border-color-1);
  padding: 7px 20px 6px;
  margin-right: 0;
}
.ltn__slide-item {
  padding-top: 100px;
  padding-bottom: 150px;
  height: 750px;
}
.ltn__slide-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slide-item-info-inner {
  width: 100%;
}
.slide-title {
  font-size: 46px;
  font-weight: 700;
}
.ltn__slide-animation {
  position: relative;
  z-index: 9;
}
.ltn__slide-animation > * {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.ltn__slide-animation > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.ltn__slide-animation > *:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ltn__slide-animation > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.ltn__slide-animation > *:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ltn__slide-animation > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.ltn__slide-animation > *:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.ltn__slide-animation > *:nth-child(7) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}
.ltn__slide-animation > *:nth-child(8) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.ltn__slide-animation > *:nth-child(9) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}
.ltn__slide-animation > *:nth-child(11) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.slick-current .ltn__slide-animation > *,
.ltn__slide-animation-active .ltn__slide-animation > * {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.title-bg-img {
  background-image: url(../../themes/quarter/assets/img/slider/1.html);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff0;
  word-break: break-word;
}
.title-bg-img-2 {
  background-image: url(../../themes/quarter/assets/img/slider/2.html);
}
.slick-slide-arrow-1 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid var(--border-color-1);
  text-align: center;
  font-size: 20px;
  color: var(--ltn__primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.slick-slide-arrow-1 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}
.slick-slide-arrow-1 .slick-next {
  right: 40px;
  left: auto;
}
.slick-slide-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.slick-slide-arrow-1:hover .slick-next {
  right: 20px;
  left: auto;
}
.slick-slide-dots-1 .slick-dots {
  position: absolute;
  bottom: 76px;
  width: 100%;
  margin: 0;
}
.arrow-white .slick-arrow {
  color: var(--white) !important;
  border: 1px solid var(--border-color-3);
}
@media (min-width: 1400px) {
  .slick-slide-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: 60px;
  }
  .slick-slide-arrow-1:hover .slick-next {
    right: 60px;
    left: auto;
  }
}
.ltn__slide-item-2 {
  height: calc(100vh - 0px);
  padding-top: 250px;
}
.ltn__slide-item-2 .slide-item-info {
  max-width: 650px;
}
.ltn__slide-item-2 .slide-sub-title {
  margin-bottom: 20px;
  font-family: var(--ltn__body-font);
}
.ltn__slide-item-2 .slide-sub-title span {
  color: var(--ltn__secondary-color);
}
.ltn__slide-item-2 .slide-title {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 20px;
}
.ltn__slide-item-2 .slide-title span {
  color: var(--ltn__secondary-color);
}
.ltn__slide-item-2 .btn-wrapper {
  margin-top: 40px;
}
.ltn__slide-item-2 .slide-brief {
  padding-left: 30px;
  border-left: 1px solid #576466;
}
.ltn__slide-item-6 .text-right .slide-item-info,
.ltn__slide-item-2 .text-right .slide-item-info {
  margin-left: auto;
}
.ltn__slide-item-6 .text-right .slide-brief,
.ltn__slide-item-2 .text-right .slide-brief {
  padding-left: 0;
  border-left: 0;
  padding-right: 30px;
  border-right: 1px solid #576466;
  margin-left: auto;
}
.ltn__slide-item-6 .text-center .slide-item-info,
.ltn__slide-item-2 .text-center .slide-item-info {
  margin-left: auto;
  margin-right: auto;
}
.ltn__slide-item-6 .text-center .slide-brief,
.ltn__slide-item-2 .text-center .slide-brief {
  padding-left: 0;
  border-left: 0;
  padding-right: 0;
  border-right: 0;
}
.slide-brief {
  max-width: 450px;
}
.text-right .slide-brief {
  margin-left: auto;
}
.text-center .slide-brief {
  margin-left: auto;
  margin-right: auto;
}
.ltn__product-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
}
.ltn__product-pointer > ul {
  padding: 0;
  margin: 0;
}
.ltn__product-pointer > ul > li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.ltn__product-pointer > ul > li > ul {
  position: absolute;
  top: 80%;
  min-width: 300px;
  padding: 0;
  background-color: #fff;
  right: 80px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}
.ltn__product-pointer > ul > li > ul > li {
  list-style: none;
}
.ltn__product-pointer > ul > li:hover ul {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ltn__product-pointer > ul > li:hover .ltn__pointer-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ltn__product-pointer ul li,
.ltn__product-pointer ol li {
  margin-top: 5px;
}
.ltn__product-pointer img {
  height: inherit !important;
}
.ltn__product-pointer p:last-child {
  margin-bottom: 0;
}
.ltn__product-pointer .ltn__pointer-icon {
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-pointer .ltn__product-pointer-inner {
  padding: 15px 30px 25px;
  position: relative;
}
.ltn__product-pointer .ltn__product-pointer-inner::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff0;
  border-left: 15px solid var(--white);
  border-bottom: 15px solid #fff0;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__product-pointer .ltn__product-pointer-inner h5 {
  margin-bottom: 10px;
}
.ltn__product-pointer .ltn__product-pointer-inner p {
  font-size: 14px;
}
.ltn__product-pointer.ltn__product-pointer-1 {
  top: 38%;
  left: auto;
  right: 24%;
}
.ltn__product-pointer.ltn__product-pointer-2 {
  top: 60%;
  left: 20%;
}
.ltn__product-pointer.ltn__product-pointer-3 {
  top: 10%;
  left: 40%;
}
.slide-img-left .ltn__product-pointer > ul > li > ul {
  left: 80px;
  right: auto;
}
.slide-img-left .ltn__product-pointer .ltn__product-pointer-inner::before {
  border-right: 15px solid var(--white);
  border-left: 0;
  right: auto;
  left: -15px;
}
.ltn__slide-item-3 .row [class*="col-"] {
  position: inherit;
}
.ltn__slide-item-3 .slide-item-info {
  position: relative;
  z-index: 2;
}
.ltn__slide-item-3 .slide-item-img {
  width: 45%;
  position: absolute;
  right: 150px;
  top: auto;
  bottom: 100px;
  height: 70%;
}
.ltn__slide-item-3 .slide-item-img img {
  text-align: right;
  margin-left: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.ltn__slide-item-3 .text-right .slide-item-img {
  right: auto;
  left: 150px;
}
.ltn__slide-item-3-normal {
  height: calc(100vh - 160px);
  padding-top: 100px;
}
.ltn__slide-item-4 {
  padding-bottom: 50px;
}
.ltn__slide-item-4 .slide-item-img {
  margin-top: 100px;
}
.ltn__slider-5 .ltn__slide-item-2 {
  padding-top: 100px;
}
.ltn__slide-item-5 .slide-item-img {
  right: 200px;
  bottom: 0;
  height: 80%;
}
.ltn__slide-item-5 .call-to-circle-1 {
  right: 14%;
  left: auto;
  top: 30%;
  z-index: -1;
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear;
}
.ltn__slide-item-5 .text-right .slide-item-img {
  right: auto;
  left: 150px;
}
.ltn__slide-item-5 .text-right .call-to-circle-1 {
  left: 20%;
  right: auto;
}
.ltn__slide-item-6 .slide-item-info {
  max-width: 100%;
}
.ltn__slide-item-6 .slide-title {
  font-size: 80px;
  line-height: 1;
}
.ltn__slide-item-7 {
  min-height: 800px;
  height: calc(100vh - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ltn__slide-item-7 .slide-item-info {
  max-width: 850px;
}
.ltn__slide-item-7 .slide-title {
  font-size: 90px;
  line-height: 1;
}
.ltn__slide-item-9 {
  height: 800px;
}
.ltn__slide-item-9 .slide-item-info {
  height: 800px;
  max-width: 500px;
}
.ltn__slide-item-9 .ltn__slide-item-inner {
  display: block;
}
.ltn__slide-item-9 .slide-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 30px 10px;
}
.ltn__slide-item-9 .right-align .slide-item-info {
  margin-left: auto;
}
.ltn__slide-item-9 .slide-item-info-inner {
  position: relative;
}
.ltn__slide-item-9 .slide-item-info-inner::before,
.ltn__slide-item-9 .slide-item-info-inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 84px;
  background-color: var(--ltn__heading-color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ltn__slide-item-9 .slide-item-info-inner::before {
  top: -46.5%;
}
.ltn__slide-item-9 .slide-item-info-inner::after {
  bottom: -51%;
}
.ltn__slide-item-9 .text-color-white .slide-item-info-inner::before,
.ltn__slide-item-9 .text-color-white .slide-item-info-inner::after {
  background-color: var(--white);
}
.ltn__slide-item-9 .ltn__tab-menu a {
  padding: 12px 20px;
}
.ltn__slide-item-9 .slide-item-info-line-no::before,
.ltn__slide-item-9 .slide-item-info-line-no::after {
  display: none;
}
.ltn__slide-item-10 {
  height: 535px;
}
.ltn__slide-item-10 .slide-item-info-inner {
  padding: 30px;
}
.ltn__slider-11 .ltn__slider-11-inner {
  position: relative;
}
.ltn__slider-11 .ltn__slide-item-11 {
  position: relative;
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content {
  padding: 80px 0 100px 200px;
  padding-bottom: 250px;
  position: relative;
  width: 90%;
  z-index: 1;
  min-height: 100vh;
  height: 800px;
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content .slide-title-1 {
  color: var(--main-color-one);
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content .slide-title-2 {
  color: var(--secondary-color-three);
}
.ltn__slider-11 .ltn__slide-item-11 .slide-content p {
  color: #000;
}
.ltn__slider-11 .ltn__slide-item-11:before {
  opacity: 0;
}
.ltn__slider-11 .slide-item-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 45%;
}
.ltn__slider-11 .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin-left: auto;
}
.ltn__slider-11-active .slick-arrow {
  position: absolute;
  bottom: 60px;
  left: 30%;
  z-index: 9;
}
.ltn__slider-11-active .slick-arrow i {
  font-size: 30px;
  color: #ccc;
}
.ltn__slider-11-active .slick-arrow.slick-next {
  margin-left: 50px;
}
.ltn__slider-11-pagination-count {
  display: none;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 50px;
}
.ltn__slider-11-pagination-count span {
  color: var(--ltn__color-5);
}
.ltn__slider-11-pagination-count .count {
  position: absolute;
  top: -22px;
  left: -8px;
}
.ltn__slider-11-pagination-count .total {
  bottom: -25px;
  position: absolute;
  left: -10px;
}
.ltn__slider-11-pagination-count .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 520px;
}
.ltn__slider-11-pagination-count .slick-dots li {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  width: 2px;
  opacity: 0.45;
}
.ltn__slider-11-pagination-count .slick-dots li button {
  display: block;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: var(--section-bg-1);
  opacity: 0.45;
  cursor: pointer;
}
.ltn__slider-11-pagination-count .slick-dots li button:hover {
  background-color: var(--section-bg-1);
  opacity: 1;
}
.ltn__slider-11-pagination-count .slick-dots li.slick-active button {
  background-color: var(--ltn__secondary-color);
  opacity: 1;
}
.ltn__slider-11-pagination-count-show .ltn__slider-11-pagination-count {
  display: block;
}
@media only screen and (min-width: 992px) {
  .ltn__slide-item-11 {
    min-height: calc(100vh - 140px);
  }
}
.ltn__slider-11-img-slide-arrow {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 500px;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-inner {
  position: relative;
}
.ltn__slider-11-img-slide-arrow .ltn__slider-11-img-slide-arrow-active {
  padding-left: 100px;
  background-color: var(--main-color-one);
}
.ltn__slider-11-img-slide-arrow
  .ltn__slider-11-img-slide-arrow-active
  .image-slide-item {
  padding: 0 10px;
}
.ltn__slider-11-img-slide-arrow
  .ltn__slider-11-img-slide-arrow-active
  .image-slide-item
  img {
  border: 5px solid;
  border-color: var(--section-bg-1);
  cursor: pointer;
}
.ltn__slider-11-img-slide-arrow
  .ltn__slider-11-img-slide-arrow-active
  .image-slide-item.slick-current
  img {
  opacity: 0.9;
}
.ltn__slider-11-img-slide-arrow
  .ltn__slider-11-img-slide-arrow-active
  .slick-arrow {
  position: absolute;
  right: auto;
  z-index: 9;
  top: 0;
  left: 0;
  padding-left: 0;
  background-color: var(--section-bg-1);
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 16px;
}
.ltn__slider-11-img-slide-arrow
  .ltn__slider-11-img-slide-arrow-active
  .slick-arrow.slick-next {
  left: 50px;
}
.ltn__slider-11-slide-item-count {
  display: none;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  position: absolute;
  background-color: var(--section-bg-1);
  padding: 5px 15px 0;
}
.ltn__slider-11-slide-item-count .count {
  font-size: 30px;
  line-height: 1;
}
.ltn__slider-11-slide-item-count-show .ltn__slider-11-slide-item-count {
  display: block;
}
.slider-sticky-icon-2 {
  position: absolute;
  left: 50px;
  bottom: 80px;
  z-index: 1;
}
.slider-sticky-icon-2 ul {
  padding: 0;
}
.slider-sticky-icon-2 ul li {
  list-style: none;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 1600px) {
  .ltn__slide-item-2 {
    min-height: 800px;
  }
  .ltn__slide-item-3-normal {
    min-height: 780px;
  }
  .ltn__slide-item-6 {
    height: 800px;
  }
}
@media (max-width: 1599px) {
  .liton-slide-item,
  .ltn__slide-item-3,
  .liton-slide-item-inner {
    height: inherit;
  }
  .ltn__slide-item-9 {
    height: 650px;
  }
  .ltn__slide-item-9 .slide-item-info {
    height: 650px;
    max-width: 400px;
  }
  .ltn__slider-11-img-slide-arrow {
    width: 80%;
    max-width: 350px;
  }
  .ltn__slider-11-img-slide-arrow
    .ltn__slider-11-img-slide-arrow-active
    .image-slide-item {
    padding: 0 3px;
  }
  .ltn__slider-11-img-slide-arrow
    .ltn__slider-11-img-slide-arrow-active
    .image-slide-item
    img {
    border: 2px solid;
    border-color: var(--section-bg-1);
  }
  .ltn__slider-11-img-slide-arrow
    .ltn__slider-11-img-slide-arrow-active
    .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ltn__slider-11-img-slide-arrow
    .ltn__slider-11-img-slide-arrow-active
    .slick-arrow.slick-next {
    left: 40px;
  }
  .ltn__slider-11-slide-item-count-show .ltn__slider-11-slide-item-count {
    display: none;
  }
  .ltn__slider-11-pagination-count-show .ltn__slider-11-pagination-count {
    display: none;
  }
  .slider-sticky-icon-2 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ltn__slide-item-2 .slide-title {
    font-size: 50px;
  }
  .ltn__slide-item-6 {
    height: inherit;
  }
  .ltn__slide-item-6 .slide-title {
    font-size: 60px;
  }
  .ltn__slide-item-7 {
    min-height: inherit;
  }
  .ltn__slide-item-4 {
    height: auto;
  }
  .ltn__slide-item-9 .ltn__tab-menu a {
    font-size: 14px;
  }
  .ltn__slide-item-9 .slide-title {
    font-size: 36px;
    font-weight: 700;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .ltn__slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ltn__slide-item-3 .slide-item-img.slide-img-left {
    right: auto;
    left: 60px;
  }
  .ltn__slide-item-4 .slide-item-img {
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .ltn__slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ltn__slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ltn__slide-item-3 .slide-item-img.slide-img-left {
    right: auto;
    left: 60px;
  }
  .ltn__slide-item-4 .slide-item-img {
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .ltn__slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ltn__slide-item-3 .slide-item-img {
    width: 45%;
    right: 60px;
  }
  .ltn__slide-item-3 .slide-item-img.slide-img-left {
    right: auto;
    left: 60px;
  }
  .ltn__slide-item-6 .slide-title {
    font-size: 60px;
  }
  .ltn__slide-item.ltn__slide-item-10 {
    height: 495px;
  }
  .ltn__slider-11 .slide-item-img {
    top: 0;
    right: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
@media (max-width: 1199px) {
  .slide-title {
    font-size: 36px;
  }
  .ltn__slide-item {
    height: auto;
  }
  .liton-slide-item-inner {
    height: inherit;
  }
  .slide-item-info-inner {
    margin-bottom: 30px;
  }
  .ltn__slide-item-2 .slide-title {
    font-size: 50px;
  }
  .ltn__slide-item-2 .slide-brief {
    padding-left: 15px;
  }
  .ltn__slide-item-6 {
    padding-top: 140px;
  }
  .ltn__slide-item-7 {
    min-height: 550px;
    height: auto;
  }
  .ltn__slide-item-7 .slide-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 26px;
  }
  .liton-slide-item-inner {
    height: inherit;
  }
  .slide-item-info-inner {
    margin-bottom: 30px;
  }
  .slick-slide-arrow-1 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .ltn__slide-item-2 .slide-title {
    font-size: 40px;
  }
  .ltn__slide-item-2 .slide-brief {
    padding-left: 15px;
  }
  .ltn__slide-item-2 .btn-wrapper {
    margin-top: 20px;
  }
  .ltn__slide-item-3 .slide-item-img {
    width: 100%;
    position: relative;
    height: auto;
    right: auto;
    bottom: auto;
  }
  .ltn__slide-item-3 .slide-item-img img {
    height: auto;
  }
  .ltn__slide-item-3 .text-right .slide-item-img {
    right: auto;
    left: auto;
  }
  .ltn__product-pointer > ul > li > ul {
    min-width: 280px;
  }
  .ltn__product-pointer > ul > li > ul {
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ltn__product-pointer > ul > li:hover ul {
    top: 130%;
  }
  .ltn__product-pointer .ltn__product-pointer-inner::before {
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }
  .slide-img-left .ltn__product-pointer .ltn__product-pointer-inner::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .ltn__slide-item-5 .slide-item-img {
    display: none;
  }
  .ltn__slide-item-6 .slide-title {
    font-size: 40px;
  }
  .ltn__slide-item-7 {
    min-height: 400px;
  }
  .ltn__slide-item-7 .slide-title {
    font-size: 40px;
  }
  .ltn__slide-item-9 {
    height: 560px;
  }
  .ltn__slide-item-9 .slide-item-info {
    height: auto;
    margin: 30px;
  }
  .ltn__slide-item-9 .ltn__slide-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .ltn__slide-item-9 .slide-item-info-inner::before,
  .ltn__slide-item-9 .slide-item-info-inner::after {
    display: none;
  }
  .ltn__slider-11-img-slide-arrow {
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
  }
}
@media (max-width: 767px) {
  .liton-slide-item-inner {
    height: inherit;
  }
  .slide-item-info-inner {
    margin-bottom: 30px;
  }
  .slide-title br {
    display: none;
  }
  .slide-title {
    font-size: 24px;
  }
  .ltn__slide-item-2 {
    height: auto;
    padding-top: 300px;
  }
  .ltn__slide-item-2 .slide-title {
    font-size: 30px;
  }
  .ltn__slide-item-2 .slide-brief {
    padding-left: 15px;
  }
  .ltn__slide-item-3-normal {
    padding-top: 100px;
  }
  .ltn__product-pointer {
    display: none;
  }
  .ltn__slide-item-6 .slide-title {
    font-size: 30px;
  }
}
.ltn__product-item {
  position: relative;
  margin-bottom: 50px;
}
.product-img {
  position: relative;
  overflow: hidden;
}
.product-img img {
  position: relative;
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
}
.product-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ltn__primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-item:hover .product-img:before {
  opacity: 0.4;
  visibility: visible;
}
.ltn__product-item:hover .product-img::before {
  opacity: 0.4;
  visibility: visible;
}
.product-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.product-ratting {
  margin-bottom: 5px;
}
.product-ratting ul {
  margin: 0;
  padding: 0;
}
.product-ratting li {
  display: inline-block;
  margin: 0 -2px;
  color: var(--ratings);
  font-size: 12px;
}
.product-hover-action {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-item:hover .product-hover-action {
  opacity: 1;
  visibility: visible;
}
.product-hover-action ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
}
.product-hover-action li {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  float: left;
  margin-right: 0;
  margin-top: 0;
  list-style: none;
  border-right: 1px solid var(--border-color-7);
}
.product-hover-action li:last-child {
  margin-right: 0;
  border-right: 0;
}
.product-hover-action li a {
  display: block;
  background-color: var(--white);
  font-weight: 700;
}
.product-hover-action li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 18px;
}
.product-badge ul {
  margin: 0;
  padding: 0;
}
.product-badge li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  padding: 3px 15px 0;
  text-transform: uppercase;
  line-height: 25px;
}
.product-badge li:first-child {
  margin-top: 0;
}
.product-badge li::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  border-left: 8px solid var(--ltn__secondary-color);
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff0;
  display: none;
}
.product-badge li .soldout-badge {
  background-color: var(--red-2);
}
.product-info {
  padding: 20px 0 0;
}
.product-price {
  color: var(--ltn__heading-color);
  font-weight: 600;
}
.product-price del {
  opacity: 0.6;
  margin-left: 5px;
  font-size: 80%;
}
.ltn__product-item .product-price {
  margin-bottom: 12px;
}
.product-action ul {
  margin: 10px 0 0;
  padding: 0;
}
.product-action li {
  display: inline-block;
  margin-top: 0;
}
.product-action li a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid var(--ltn__heading-color);
  color: var(--ltn__heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-action li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  border-color: var(--ltn__secondary-color);
}
.button-1 a {
  display: inline-block;
  padding: 5px 15px;
  background-color: var(--ltn__heading-color);
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button-1:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__product-item-2 .product-img img {
  background-color: var(--section-bg-1);
}
.ltn__product-item-2:hover .product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__product-item .add-to-cart {
  width: auto;
  text-transform: uppercase;
}
.ltn__product-item .add-to-cart a {
  padding: 0 15px;
}
.ltn__product-item .add-to-cart span {
  font-size: 12px;
  line-height: 1;
}
.ltn__product-item-3 {
  border: 2px solid;
  border-color: var(--border-color-8);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-item-3 .product-img::before {
  display: none;
}
.ltn__product-item-3 .product-info {
  padding: 25px 30px 15px;
}
.ltn__product-item-3 .product-title {
  font-size: 16px;
  margin-bottom: 0;
}
.ltn__product-item-3 .product-price {
  font-size: 20px;
  color: var(--ltn__secondary-color);
  font-weight: 700;
}
.ltn__product-item-3 .product-price del {
  font-size: 20px;
  opacity: 0.6;
}
.ltn__product-item-3 .product-info-brief {
  border-top: 2px solid;
  border-color: var(--border-color-8);
  margin-bottom: 15px;
  max-width: 400px;
}
.ltn__product-item-3 .product-info-brief ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ltn__product-item-3 .product-info-brief ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.ltn__product-item-3 .product-info-brief ul li i {
  color: var(--ltn__secondary-color);
  margin-right: 5px;
}
.ltn__product-item-3:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__product-item-3:hover .product-hover-action {
  top: 70%;
}
.ltn__product-item-4 {
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  background-color: var(--white);
}
.ltn__product-item-4 .product-img {
  position: relative;
}
.ltn__product-item-4 .product-img a {
  display: block;
}
.ltn__product-item-4 .product-img img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ltn__product-item-4 .product-img-location-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 15px;
  margin: 0;
  background: var(--gradient-color-5);
}
.ltn__product-item-4 .product-img-location-gallery ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.ltn__product-item-4 .product-img-location-gallery ul li {
  list-style: none;
  font-size: 14px;
  color: var(--white);
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery {
  margin-left: 10px;
}
.ltn__product-item-4 .product-img-location-gallery .product-img-gallery ul li {
  display: inline-block;
  width: 42px;
  height: 30px;
  line-height: 30px;
  background-color: rgb(255 255 255 / 0.3);
  margin-right: 5px;
  text-align: center;
}
.ltn__product-item-4
  .product-img-location-gallery
  .product-img-gallery
  ul
  li
  a {
  display: block;
}
.ltn__product-item-4
  .product-img-location-gallery
  .product-img-gallery
  ul
  li:last-child {
  margin-right: 0;
}
.ltn__product-item-4 .product-info {
  padding: 30px 30px 1px;
}
.ltn__product-item-4 .product-price {
  font-size: 18px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  color: var(--ltn__secondary-color);
  margin-bottom: 5px;
}
.ltn__product-item-4 .product-price label {
  font-weight: 400;
  font-size: 14px;
}
.ltn__product-item-4 .product-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.ltn__product-item-4 .product-description p {
  font-size: 14px;
  margin-bottom: 15px;
}
.ltn__product-item-4 .product-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid;
  border-color: var(--border-color-1);
  padding: 20px 30px 30px;
}
.ltn__product-item-4 .product-hover-action {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  line-height: 1;
}
.ltn__product-item-4 .product-hover-action ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__product-item-4 .product-hover-action ul li {
  margin-right: 8px;
  height: 36px;
  width: 36px;
  line-height: 42px;
  border-right: 0;
  font-size: 16px;
  background-color: var(--section-bg-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-item-4 .product-hover-action ul li a {
  background-color: #fff0;
}
.ltn__product-item-4 .product-hover-action ul li:hover,
.ltn__product-item-4 .product-hover-action ul li.added {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__product-item-4:hover .product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__product-item-4:hover .product-img::before {
  display: none;
}
.real-estate-agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.real-estate-agent .agent-img {
  max-width: 40px;
  margin-right: 12px;
}
.real-estate-agent .agent-img img {
  border-radius: 100%;
}
.real-estate-agent .agent-brief h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.real-estate-agent .agent-brief small {
  font-size: 12px;
}
.ltn__product-item-5 {
  margin-top: 0;
}
.ltn__product-item-5 .product-img {
  margin-top: 0;
}
.ltn__product-item-5 .product-img a {
  display: block;
}
.ltn__product-item-5 .product-info {
  margin-top: 0;
}
.ltn__product-item-5 .product-info-bottom {
  padding: 20px 30px 15px;
}
.ltn__product-item-5 .product-badge {
  position: inherit;
  margin-bottom: 15px;
}
.ltn__product-item-5 .product-badge li {
  font-size: 16px;
  background-color: #fff0;
  color: var(--ltn__secondary-color);
  padding: 0;
}
.ltn__product-item-5 .product-img-location ul {
  padding: 0;
  margin-bottom: 0;
}
.ltn__product-item-5 .product-img-location ul li {
  list-style: none;
  font-size: 14px;
}
.ltn__product-item-5 .product-img-location ul li i {
  color: var(--ltn__secondary-color);
  padding-left: 0;
}
.ltn__product-item-5 .ltn__plot-brief {
  padding: 0;
  margin-bottom: 20px;
}
.ltn__product-item-5 .ltn__plot-brief li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.ltn__product-item-5 .ltn__plot-brief li:last-child {
  margin-right: 0;
}
.ltn__product-item-5 .ltn__plot-brief li span {
  font-weight: 700;
}
.ltn__product-item-5 .real-estate-agent {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__product-item-5 .real-estate-agent .agent-img {
  max-width: 50px;
}
.ltn__product-item-5 .real-estate-agent .agent-img img {
  border: 3px solid;
  border-color: var(--border-color-1);
}
.ltn__product-item-5 .product-hover-action {
  text-align: left;
  margin-bottom: 25px;
}
.ltn__product-list-view .ltn__product-item-5 {
  padding: 30px 30px 30px;
}
.ltn__product-list-view .ltn__product-item-5 .real-estate-agent {
  position: inherit;
  margin-top: 15px;
}
.ltn__product-list-view .ltn__product-item-5 .product-info-bottom {
  padding: 0 0 0 30px;
  border: 0;
}
.ltn__product-list-view .ltn__product-item-5 .product-hover-action {
  margin-bottom: 0;
}
.ltn__product-list-view .ltn__product-item-5 .ltn__plot-brief {
  margin-bottom: 5px;
}
.ltn__product-list-view .ltn__product-item-5 .product-badge-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-dialog {
  margin-top: 150px;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 0;
  border: 0;
}
.modal-header .close {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  right: 16px;
  left: auto;
  top: 16px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-header .close span {
  display: block;
  font-size: 25px;
}
.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover,
.modal-header .close:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 980px;
  }
}
.modal-product-info {
  padding-left: 25px;
}
.modal-product-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.modal-product-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-product-info .product-price {
  font-size: 50px;
  margin-bottom: 10px;
  color: var(--ltn__secondary-color);
  line-height: 1.2;
  font-weight: 600;
}
.modal-product-meta > ul {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color-12);
  border-top: 1px solid var(--border-color-12);
}
.modal-product-meta > ul > li {
  list-style: none;
  font-size: 14px;
  margin-top: 10px;
}
.modal-product-meta > ul > li:first-child {
  margin-top: 0;
}
.modal-product-meta li strong {
  color: var(--ltn__heading-color);
  margin-right: 5px;
  font-weight: 600;
  min-width: 100px;
  display: inline-block;
}
.modal-product-quantity input {
  border: 1px solid #e5e5e5;
  float: left;
  height: 45px;
  text-align: center;
  width: 80px;
  margin-right: 20px;
}
.modal-btn {
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  text-align: right;
}
.modal-btn a {
  font-size: 14px;
  color: var(--ltn__heading-color);
  padding: 5px 10px;
}
.ltn__modal-area .modal-btn {
  border: 0;
}
.modal-body {
  padding: 30px;
}
.ltn__add-to-cart-modal-area .modal-body {
  padding: 30px;
}
.ltn__add-to-cart-modal-area .modal-product-img {
  float: left;
  max-width: 125px;
  margin-right: 20px;
}
.ltn__add-to-cart-modal-area .modal-product-info {
  overflow: hidden;
}
.ltn__add-to-cart-modal-area .added-cart i {
  color: var(--green);
}
.ltn__add-to-cart-modal-area .btn-wrapper {
  margin-top: 20px;
}
.ltn__add-to-cart-modal-area .btn-wrapper .btn {
  padding: 5px 20px;
  margin-right: 10px;
}
.ltn__add-to-cart-modal-area .additional-info {
  border-top: 1px solid var(--border-color-1);
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.ltn__tab-menu {
  margin-bottom: 50px;
}
.ltn__tab-menu .nav {
  display: inline-block;
}
.ltn__gallery-filter-menu button,
.ltn__tab-menu a {
  display: inline-block;
  padding: 15px 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--ltn__heading-color);
  background-color: var(--section-bg-1);
  font-weight: 700;
}
.ltn__gallery-filter-menu button:last-child,
.ltn__tab-menu a:last-child {
  margin-right: 0;
}
.ltn__gallery-filter-menu button i,
.ltn__tab-menu a i {
  margin-right: 10px;
}
.ltn__gallery-filter-menu .active,
.ltn__tab-menu a.active {
  color: var(--white);
  background-color: var(--ltn__primary-color);
  border-color: var(--ltn__primary-color);
}
.ltn__tab-menu-top-left {
  position: absolute;
  left: 15px;
  top: 0;
}
.ltn__tab-menu-top-right {
  position: absolute;
  right: 15px;
  top: 0;
}
.ltn__gallery-filter-menu.text-uppercase button {
  text-transform: uppercase;
}
.ltn__tab-menu-2 a {
  background-color: #fff0;
  border-bottom: 2px solid #fff0;
  position: relative;
}
.ltn__tab-menu-2 a.active {
  color: var(--ltn__secondary-color);
  background-color: #fff0;
  border-color: var(--ltn__secondary-color);
}
.ltn__tab-menu-2 a::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 2px;
  background-color: var(--ltn__color-1);
  opacity: 0.4;
}
.ltn__tab-menu-2 a:last-child::before {
  display: none;
}
.ltn__tab-menu-3 {
  margin-top: 0;
}
.ltn__tab-menu-3 a {
  background-color: #fff0;
  border-bottom: 2px solid #fff0;
  padding: 1px;
  margin-right: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.ltn__tab-menu-3 a.active {
  color: var(--ltn__secondary-color);
  background-color: #fff0;
  border-color: var(--ltn__secondary-color);
}
.ltn__tab-menu-3 a.active::before {
  background-color: var(--ltn__secondary-color);
  border: 3px solid var(--white);
}
.ltn__tab-menu-3 a:last-child {
  margin-right: 0;
}
.ltn__tab-menu-3 a::before {
  position: absolute;
  content: "";
  right: 45%;
  top: 100%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  height: 10px;
  width: 10px;
  background-color: #fff0;
  opacity: 1;
  border: 3px solid #fff0;
  border-radius: 100%;
}
.ltn__tab-menu-4 a {
  background-color: #fff0;
  padding: 0;
  border: 7px solid;
  border-color: var(--white);
}
.ltn__tab-menu-4 a img {
  max-width: 120px;
}
.ltn__tab-menu-4 a.active {
  color: var(--ltn__secondary-color);
  background-color: #fff0;
  border-color: var(--white);
}
.ltn__tab-menu-4 a.active::before {
  display: none;
}
.ltn__tab-menu-4 a.active img {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .ltn__tab-menu-3 a {
    margin-right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ltn__gallery-filter-menu button,
  .ltn__tab-menu a {
    padding: 15px 25px;
    font-size: 14px;
  }
  .ltn__tab-menu-top-right {
    position: initial;
  }
  .ltn__tab-menu-3 {
    margin-top: 0;
  }
  .ltn__tab-menu-3 a {
    padding: 1px;
    margin-right: 20px;
  }
  .ltn__tab-menu-4 a {
    padding: 0;
  }
  .ltn__tab-menu-4 a.active {
    padding: 0;
  }
}
.ltn__small-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  border: 2px solid;
  border-color: var(--border-color-1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__small-product-item:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  border-color: #fff0;
}
.ltn__small-product-item .product-price {
  color: var(--ltn__secondary-color);
}
.small-product-item-img {
  max-width: 90px;
  margin-right: 20px;
}
.product-meta-date input[type="date"] {
  border: 1px solid #ddd;
  height: 63px;
  padding: 0 15px;
  line-height: 50px;
}
.product-meta-date input[type="date"]::-webkit-input-placeholder {
  color: pink;
  line-height: 50px;
}
.product-meta-date input[type="date"]::-moz-placeholder {
  color: pink;
  line-height: 50px;
}
.product-meta-date input[type="date"]:-ms-input-placeholder {
  color: pink;
  line-height: 50px;
}
.product-meta-date input[type="date"]:-moz-placeholder {
  color: pink;
  line-height: 50px;
}
.ltn__shop-details-img-gallery {
  margin-bottom: 35px;
}
.ltn__shop-details-img-gallery img {
  background-color: var(--white-8);
}
.ltn__shop-details-small-img {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.ltn__shop-details-small-img .single-small-img {
  padding: 0 5px;
}
.ltn__shop-details-small-img .single-small-img.slick-current img {
  border: 1px solid var(--ltn__secondary-color);
  margin-bottom: 10px;
}
.ltn__shop-details-small-img.slick-arrow-2 {
  margin-bottom: 35px;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-arrow {
  left: 5px;
  bottom: -35px;
}
.ltn__shop-details-small-img.slick-arrow-2 .slick-next {
  left: 45px;
}
.ltn__shop-details-content-wrap {
  padding: 50px 50px 40px;
}
.ltn__shop-details-tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ltn__shop-details-tab-menu .nav a {
  background-color: var(--ltn__primary-color);
  color: var(--white);
  padding: 20px 20px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  font-weight: 700;
}
.ltn__shop-details-tab-menu .nav a.active {
  background-color: var(--ltn__secondary-color);
}
.ltn__shop-details-tab-content-inner {
  border: 1px solid #e5e5e5;
  padding: 50px 50px 30px;
  background-color: var(--section-bg-1);
}
.ltn__shop-details-tab-content-inner .ltn__comment-reply-area form {
  padding: 0;
}
.add-a-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-a-review h6 {
  margin-bottom: 0;
  margin-right: 15px;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu {
  border-bottom: 2px solid var(--border-color-1);
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a {
  background-color: #fff0;
  color: var(--ltn__paragraph-color);
  padding: 20px 0;
  margin-right: 50px;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  text-align: left;
  position: relative;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a.active {
  color: var(--ltn__secondary-color);
  background-color: #fff0;
}
.ltn__shop-details-tab-inner-2
  .ltn__shop-details-tab-menu
  .nav
  a.active::before {
  background-color: var(--ltn__secondary-color);
  width: 100%;
}
.ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-content-inner {
  border: 0;
  padding: 30px 0 0;
  background-color: #fff0;
}
.ltn__shop-details-tab-inner-2
  .ltn__shop-details-tab-content-inner
  .ltn__comment-reply-area
  form {
  padding: 30px;
}
.ltn__product-details-menu-1 ul li a {
  position: relative;
  margin-right: 10px;
}
.ltn__product-details-menu-1 ul li a::before {
  position: absolute;
  content: ",";
  right: -5px;
}
.ltn__product-details-menu-1 ul li a:last-child::before {
  display: none;
}
.ltn__product-details-menu-1 ul li strong {
  font-weight: 400;
}
.ltn__product-details-menu-1 ul li span {
  font-weight: 600;
}
.ltn__product-details-menu-1 .ltn__color-widget ul li a {
  width: 15px;
  height: 15px;
}
.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li {
  margin: 0;
}
.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li a {
  padding: 3px 10px 1px;
}
.ltn__product-details-menu-2 ul {
  padding: 0;
  margin: 0;
}
.ltn__product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ltn__product-details-menu-2 ul li:last-child {
  margin-right: 0;
}
.ltn__product-details-menu-3 ul {
  padding: 0;
  margin: 0;
}
.ltn__product-details-menu-3 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}
.ltn__product-details-menu-3 ul li:last-child {
  margin-right: 0;
}
.property-detail-info-list ul {
  padding: 30px 50px 40px;
  margin: 0;
  float: left;
  border-right: 1px solid;
  border-color: var(--border-color-7);
}
.property-detail-info-list ul:last-child {
  border-right: none;
}
.property-detail-info-list ul li {
  display: block;
}
.property-detail-info-list ul li label {
  margin-right: 5px;
  font-weight: 600;
  min-width: 110px;
  display: inline-block;
}
.property-detail-info-list ul li span {
  font-weight: 600;
  color: var(--ltn__heading-color);
}
.property-detail-feature-list {
  margin-top: 0;
}
.property-detail-feature-list ul {
  margin: 0;
  padding: 0;
}
.property-detail-feature-list ul li {
  display: inline-block;
  min-width: 170px;
  margin-right: 19px;
  margin-bottom: 15px;
}
.property-detail-feature-list .property-detail-feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.property-detail-feature-list .property-detail-feature-list-item i {
  margin-right: 12px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 49px;
  background-color: var(--section-bg-5);
  text-align: center;
  font-size: 22px;
  color: var(--ltn__secondary-color);
}
.property-detail-feature-list .property-detail-feature-list-item h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-family: var(--ltn__heading-font);
  font-weight: 500;
}
.property-details-google-map {
  height: 360px;
}
.product-details-apartments-plan .apartments-plan-info {
  padding: 0;
}
.product-details-apartments-info-list {
  padding: 20px 40px;
}
.ltn__page-details-inner .ltn__product-details-review-inner {
  margin-top: 0;
}
.ltn__page-details-inner .ltn__product-details-review-inner h1,
.ltn__page-details-inner .ltn__product-details-review-inner h2,
.ltn__page-details-inner .ltn__product-details-review-inner h3,
.ltn__page-details-inner .ltn__product-details-review-inner h4,
.ltn__page-details-inner .ltn__product-details-review-inner h5,
.ltn__page-details-inner .ltn__product-details-review-inner h6,
.ltn__page-details-inner .ltn__product-details-review-inner p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .property-detail-info-list ul {
    padding: 20px 30px 20px;
    float: none;
    border: none;
  }
}
.nice-select .option {
  margin-top: 0;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
}
.nice-select .list {
  min-width: 100%;
}
.ltn__shop-options {
  margin-bottom: 50px;
}
.ltn__shop-options > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  margin: 0;
  padding: 0;
}
.ltn__shop-options > ul > li {
  list-style: none;
  margin-top: 0;
  line-height: 50px;
  margin-right: 30px;
}
.ltn__shop-options > ul > li:last-child {
  margin-right: 0;
}
.ltn__shop-options .short-by .nice-select {
  border-radius: 0;
  border: 2px solid #ededed;
  height: 50px;
  line-height: 46px;
  min-width: 190px;
}
.ltn__shop-options .short-by .nice-select .option {
  width: 100%;
  padding-left: 10px;
  padding-right: 5px;
}
.ltn__shop-options .short-by .nice-select .current {
  font-weight: 700;
}
.ltn__grid-list-tab-menu a {
  font-size: 30px;
  margin-right: 20px;
}
.ltn__grid-list-tab-menu a:last-child {
  margin-right: 0;
}
.ltn__grid-list-tab-menu .active {
  color: var(--ltn__secondary-color);
}
.showing-product-number span {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--ltn__heading-font);
}
.ltn__product-list-view .product-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.ltn__product-list-view .ltn__product-item:after {
  display: block;
  clear: both;
  content: "";
}
.ltn__product-list-view .ltn__product-item .product-img {
  max-width: 40%;
  float: left;
}
.ltn__product-list-view .ltn__product-item .product-info {
  overflow: hidden;
  padding: 0 0 0 30px;
}
.ltn__product-list-view .ltn__product-item-3 .product-info {
  overflow: hidden;
  padding: 25px 25px 20px 30px;
}
.ltn__product-list-view .product-hover-action {
  position: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  text-align: left;
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
@media (max-width: 1400px) {
  .shop-details-info .product-price {
    font-size: 36px;
  }
  .shop-details-info .cart-plus-minus {
    width: 130px;
  }
  .shop-details-info .ltn__product-details-menu-2 .btn {
    padding: 17px 15px;
  }
}
@media (max-width: 991px) {
  .ltn__product-item-3 .product-info {
    padding: 25px 15px 15px;
  }
  .ltn__product-item-3 .product-price {
    font-size: 16px;
  }
  .ltn__product-item-3 .product-price del {
    font-size: 14px;
  }
  .ltn__shop-details-img-gallery {
    margin-bottom: 75px;
  }
  .ltn__product-item-4 .product-title {
    font-size: 20px;
  }
  .ltn__product-item-4 .product-info {
    padding: 30px 20px 1px;
  }
  .ltn__product-item-4 .product-img-location-gallery {
    padding: 0 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
  }
  .ltn__product-item-4 .product-img-location-gallery ul li {
    font-size: 13px;
    margin-top: 5px;
  }
  .ltn__product-item-4 .product-img-location-gallery .product-img-gallery {
    margin-left: 0;
  }
  .ltn__product-item-4
    .product-img-location-gallery
    .product-img-gallery
    ul
    li {
    width: inherit;
    background-color: #fff0;
    margin-top: 0;
  }
  .ltn__product-item-4 .product-description p br {
    display: none;
  }
  .ltn__product-item-4 .product-info-bottom {
    padding: 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
  }
  .ltn__product-item-4 .real-estate-agent {
    margin-top: 20px;
  }
  .slick-slide .ltn__product-item-4 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .ltn__shop-options > ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ltn__shop-options ul li {
    margin: 5px 0;
  }
  .showing-product-number span {
    font-size: 16px;
  }
  .ltn__product-list-view .ltn__product-item .product-img {
    max-width: 100%;
  }
  .ltn__product-list-view .ltn__product-item .product-info {
    padding: 25px 0 0 1px;
  }
  .ltn__product-list-view .ltn__product-item-3 .product-info {
    padding: 25px 25px 20px 30px;
  }
  .modal-product-info h3 {
    font-size: 22px;
  }
  .modal-product-info .product-price {
    font-size: 34px;
  }
  .ltn__shop-details-tab-menu .nav a {
    padding: 15px 15px;
    font-size: 14px;
  }
  .ltn__shop-details-tab-content-inner {
    padding: 50px 20px 30px;
  }
  .ltn__product-item-4 .product-title {
    font-size: 18px;
  }
  .ltn__product-list-view .ltn__product-item-5 .product-info-bottom {
    padding: 0 0 0 0;
    border: 0;
  }
}
@media (max-width: 576px) {
  .product-hover-action li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .product-badge li {
    font-size: 12px;
    padding: 1px 10px;
    line-height: 20px;
  }
  .product-badge li::before {
    bottom: -6px;
  }
  .ltn__product-item-3 .product-title {
    font-size: 14px;
  }
  .ltn__product-item-3 .product-info {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ltn__product-item-3 .product-price {
    font-size: 14px;
  }
  .ltn__product-item-3 .product-price del {
    font-size: 13px;
  }
  .ltn__product-item-3 .product-info-brief ul li {
    font-size: 12px;
  }
}
.ltn__gallery-item {
  margin-bottom: 30px;
}
.ltn__gallery-item:hover .ltn__gallery-item-img::before {
  opacity: 0.9;
  visibility: visible;
}
.ltn__gallery-item:hover .ltn__gallery-item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__gallery-item:hover .ltn__gallery-action-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ltn__gallery-item-inner {
  position: relative;
  overflow: hidden;
}
.ltn__gallery-item-inner h4 {
  margin-bottom: 5px;
}
.ltn__gallery-item-inner p {
  margin-bottom: 0;
  font-size: 14px;
}
.ltn__gallery-item-img {
  position: relative;
  overflow: hidden;
}
.ltn__gallery-item-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--ltn__primary-color);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.ltn__gallery-item-img img {
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
}
.ltn__gallery-action-icon {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
.ltn__gallery-action-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white);
  color: var(--ltn__primary-color);
  border-radius: 100%;
  margin: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__gallery-action-icon i:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__gallery-item-info {
  padding: 25px 30px;
  position: relative;
  z-index: 2;
}
.ltn__gallery-style-1 .ltn__gallery-item-info {
  border: 1px solid var(--border-color-1);
}
.ltn__gallery-style-2 .ltn__gallery-item-info {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: var(--gradient-color-3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__gallery-style-2 h4,
.ltn__gallery-style-2 p {
  color: var(--white);
}
.ltn__gallery-style-2 .ltn__gallery-item:hover .ltn__gallery-item-info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.ltn__gallery-style-2 .ltn__gallery-item:hover .ltn__gallery-action-icon {
  top: 35%;
}
.ltn__gallery-info-hide .ltn__gallery-item-info {
  display: none;
}
.ltn__gallery-info-hide .ltn__gallery-item:hover .ltn__gallery-action-icon {
  top: 50%;
}
.lightcase-error {
  color: var(--white);
}
#lightcase-info {
  color: var(--ltn__color-1);
}
#lightcase-caption {
  color: var(--white);
}
.ltn__social-media ul {
  margin: 0;
  padding: 0;
}
.ltn__social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}
.ltn__social-media ul li:last-child {
  margin: 0;
}
.ltn__social-media-2 ul {
  margin: 0;
  padding: 0;
}
.ltn__social-media-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ltn__social-media-2 ul li a {
  background-color: var(--section-bg-1);
  color: var(--ltn__paragraph-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ltn__social-media-2 ul li a i {
  color: inherit;
}
.ltn__social-media-2 ul li:last-child {
  margin-right: 0;
}
.ltn__social-media-2 ul li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__social-media-3 ul {
  margin: 0;
  padding: 0;
}
.ltn__social-media-3 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ltn__social-media-3 ul li a {
  background-color: var(--white);
  color: var(--ltn__paragraph-color);
  border: 2px solid var(--border-color-11);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
}
.ltn__social-media-3 ul li a i {
  color: inherit;
}
.ltn__social-media-3 ul li:last-child {
  margin-right: 0;
}
.ltn__social-media-3 ul li:hover a {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image-top {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-image-right-before {
  position: relative;
}
.bg-image-right-before::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 48%;
  left: auto;
  right: 0;
  top: 0;
}
.bg-image-left-before {
  position: relative;
}
.bg-image-left-before::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../themes/quarter/assets/img/bg/21.html);
  height: 100%;
  width: 48%;
  left: 0;
  right: auto;
  top: 0;
}
.nice-select .option {
  font-weight: 400;
}
@media (max-width: 991px) {
  .bg-image-top {
    background-size: inherit;
  }
  .bg-image-right-before::before,
  .bg-image-left-before::before {
    display: none;
  }
}
.ltn__social-media-4 ul {
  margin: 0;
  padding: 0;
}
.ltn__social-media-4 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ltn__social-media-4 ul li a {
  background-color: var(--ltn__primary-color-3);
  color: var(--white);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
}
.ltn__social-media-4 ul li:last-child {
  margin-right: 0;
}
.ltn__social-media-4 ul li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.section-title-area {
  margin-bottom: 50px;
}
.section-title-area p {
  margin-bottom: 0;
  max-width: 500px;
}
.section-title-area p + p {
  margin-top: 15px;
}
.section-title-area.text-right p {
  margin-left: auto;
}
.section-title-area.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
.section-title span {
  color: var(--ltn__secondary-color);
}
.section-title p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ltn__paragraph-color);
  margin-top: 20px;
}
.section-title.white .section-title {
  color: var(--white);
}
.section-title.white p {
  color: rgba(var(--white), 0.7);
}
.ltn__separate-line {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 3px;
  text-align: center !important;
}
.ltn__separate-line::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f28bc2),
    color-stop(50%, #d8b1f2)
  );
  background: -webkit-linear-gradient(left, #f28bc2 0%, #d8b1f2 50%);
  background: -o-linear-gradient(left, #f28bc2 0%, #d8b1f2 50%);
  background: linear-gradient(90deg, #f28bc2 0%, #d8b1f2 50%);
}
.ltn__separate-line .separate-icon {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 15px;
}
.ltn__separate-line i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 -4px;
  color: var(--ltn__secondary-color);
}
.ltn__section-title-2 {
  margin-bottom: 40px;
}
.ltn__section-title-2 .section-subtitle {
  margin-top: 0;
}
.ltn__section-title-2 .section-title {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.ltn__section-title-2 p {
  padding: 0 0 0 30px;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: var(--ltn__secondary-color);
  max-width: 450px;
}
.ltn__section-title-2.text-right p {
  padding: 0 30px 0 0;
  border-width: 0 2px 0 0;
  margin-left: auto;
}
.ltn__section-title-2.text-center p {
  padding: 0 0 0 30px;
  border-width: 0 0 0 2px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
.section-title-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-title-style-3 .section-brief-in p {
  padding: 0 30px 0 0;
  border-width: 0 2px 0 0;
  margin-left: auto;
  margin-right: 30px;
  text-align: right;
}
.title-2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
}
.section-subtitle {
  font-weight: 600;
  font-family: var(--ltn__body-font);
}
.section-subtitle-2 {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  position: relative;
}
.section-subtitle-2::before {
  position: absolute;
  content: "";
  background-color: var(--ltn__secondary-color);
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  border-radius: 25px;
  opacity: 0.1;
}
@media (max-width: 1599px) {
  .ltn__section-title-2 .section-title {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .ltn__section-title-2 .section-title {
    font-size: 56px;
  }
  .section-title-style-3 .section-title {
    min-width: 320px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
  .ltn__section-title-2 .section-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
  .ltn__section-title-2 .section-title {
    font-size: 40px;
  }
  .ltn__section-title-2 p {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .ltn__section-title-2 .section-title {
    font-size: 30px;
  }
  .ltn__section-title-2 p {
    padding: 0 0 0 15px;
  }
  .section-title-style-3 {
    display: block;
  }
  .section-title-style-3 .section-title {
    min-width: 100%;
  }
  .section-title-style-3 .section-brief-in p {
    padding: 0 0 0 15px;
    border-width: 0 0 0 2px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 15px;
  }
  .title-2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 24px;
  }
  .ltn__section-title-2 .section-title {
    font-size: 24px;
  }
}
.ltn__category-item {
  margin-top: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid var(--border-color-7);
  background-color: var(--white);
}
.ltn__category-item-img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__category-item-name {
  padding: 15px 20px 5px;
}
.ltn__category-item:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
}
.ltn__category-item-2 {
  padding: 20px 15px 15px;
}
.ltn__category-item-2 .ltn__category-item-img {
  float: left;
  width: 35%;
}
.ltn__category-item-2 .ltn__category-item-name {
  overflow: hidden;
}
.ltn__category-item-2 .ltn__category-item-name ul {
  padding: 0;
  margin: 0;
}
.ltn__category-item-2 .ltn__category-item-name ul li {
  list-style: circle;
  margin-top: 5px;
  font-size: 14px;
}
.ltn__category-item-2 .ltn__category-item-name ul li a {
  display: block;
}
.ltn__category-item-2 h4 {
  margin-bottom: 5px;
}
.ltn__category-item-2 .category-btn {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.ltn__category-item-3 {
  padding: 50px 0 25px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__category-item-3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__category-item-3:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__category-item-3:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__category-item-3:hover h5 {
  color: var(--ltn__secondary-color);
}
.ltn__category-item-4 {
  padding: 40px 30px 30px;
  position: relative;
  border: none;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 10px;
}
.ltn__category-item-4 .ltn__category-item-img {
  width: 100px;
  height: 100px;
  line-height: 115px;
  font-size: 45px;
  border-radius: 100%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}
.ltn__category-item-4 .ltn__category-item-name {
  padding: 25px 0 15px;
}
.ltn__category-item-4 .ltn__category-item-name h4 {
  font-weight: 600;
}
.ltn__category-item-4 .ltn__category-item-name p {
  margin-bottom: 0;
}
.ltn__category-item-4 .ltn__category-item-btn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
}
.ltn__category-item-4 .ltn__category-item-btn a {
  width: 45px;
  height: 45px;
  line-height: 50px;
  background-color: var(--white);
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-2);
  border: 1px solid var(--border-color-8);
}
.ltn__category-item-4.text-center .ltn__category-item-img {
  margin-left: auto;
  margin-right: auto;
}
.ltn__category-item-4.text-center .ltn__category-item-btn a {
  margin-left: auto;
  margin-right: auto;
}
.ltn__category-item-4:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.ltn__category-item-5 {
  border: none;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border-radius: 10px;
  margin-bottom: 50px;
}
.ltn__category-item-5 a {
  padding: 40px 30px 35px;
  display: block;
  position: relative;
}
.ltn__category-item-5 a span {
  display: block;
}
.ltn__category-item-5 a .category-icon {
  width: 100px;
  height: 100px;
  line-height: 115px;
  font-size: 45px;
  border-radius: 100%;
  background-color: var(--section-bg-5);
  color: var(--ltn__secondary-color);
  text-align: center;
  margin-bottom: 20px;
}
.ltn__category-item-5 a .category-title {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--ltn__heading-font);
  color: var(--ltn__heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px;
}
.ltn__category-item-5 a .category-btn {
  width: 45px;
  height: 45px;
  line-height: 50px;
  background-color: var(--white);
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-2);
  border: 1px solid var(--border-color-8);
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.ltn__category-item-5.text-center .category-icon {
  margin-left: auto;
  margin-right: auto;
}
.ltn__category-item-5.text-center .category-btn {
  margin-left: auto;
  margin-right: auto;
}
.ltn__category-item-5:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__category-item-5:hover .category-title {
  color: var(--white);
}
.ltn__category-item-5-2 a .category-icon {
  margin-right: 0;
  margin-left: auto;
}
.ltn__category-item-5-2 a .category-number {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--ltn__body-font);
  color: var(--ltn__secondary-color);
}
.ltn__category-item-5-2 a .category-brief {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__category-item-5-2:hover {
  background-color: var(--ltn__secondary-color);
}
.ltn__category-item-5-2:hover .category-number,
.ltn__category-item-5-2:hover .category-brief {
  color: var(--white);
}
@media (max-width: 1200px) {
  .ltn__category-item-5 a {
    padding: 40px 20px 35px;
  }
  .ltn__category-item-5 a .category-icon {
    width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 30px;
  }
  .ltn__category-item-5 a .category-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ltn__category-item-2 .ltn__category-item-img {
    display: none;
  }
  .ltn__category-item-3 {
    padding: 30px 0 5px;
  }
  .ltn__category-item-5 a {
    padding: 40px 15px 35px;
  }
  .ltn__category-item-5 a .category-icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    font-size: 25px;
  }
  .ltn__category-item-5 a .category-title {
    font-size: 13px;
  }
}
.ltn__feature-item {
  padding: 40px 25px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.ltn__feature-icon {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}
.ltn__feature-item-2 {
  padding: 40px 25px 10px;
}
.ltn__feature-item-2 .ltn__feature-icon {
  margin-bottom: 20px;
}
.ltn__feature-item-2 .ltn__feature-icon span {
  background: #fff0;
  height: 100px;
  width: 100px;
  line-height: 109px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  text-align: center;
}
.ltn__feature-item-2 .ltn__feature-icon span::before,
.ltn__feature-item-2 .ltn__feature-icon span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.ltn__feature-item-2 .ltn__feature-icon span:before {
  height: 0%;
  width: 0%;
  background: #fff0;
}
.ltn__feature-item-2 .ltn__feature-icon span:after {
  height: 100%;
  width: 100%;
  border: 1px solid;
  border-color: var(--ltn__heading-color);
}
.ltn__feature-item-2 .ltn__feature-icon i {
  font-size: 26px;
  color: var(--ltn__heading-color);
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
  position: relative;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span,
.ltn__feature-item-2:hover .ltn__feature-icon span {
  color: var(--white);
  border-color: #fff0;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span:before,
.ltn__feature-item-2:hover .ltn__feature-icon span:before {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ee91cb),
    color-stop(50%, #d9b0f1)
  );
  background: -webkit-linear-gradient(left, #ee91cb 0%, #d9b0f1 50%);
  background: -o-linear-gradient(left, #ee91cb 0%, #d9b0f1 50%);
  background: linear-gradient(90deg, #ee91cb 0%, #d9b0f1 50%);
}
.ltn__feature-item-2.active-feature .ltn__feature-icon span:after,
.ltn__feature-item-2:hover .ltn__feature-icon span:after {
  border-color: var(--white);
  height: 80%;
  width: 80%;
}
.ltn__feature-item-2.active-feature .ltn__feature-icon i,
.ltn__feature-item-2:hover .ltn__feature-icon i {
  color: var(--white);
}
.ltn__feature-item-2.active-feature .ltn__feature-info h6,
.ltn__feature-item-2:hover .ltn__feature-info h6 {
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-3 {
  padding: 25px 22px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid;
  border-color: #f4faff;
  margin-bottom: 20px;
  position: relative;
}
.ltn__feature-item-3 h1,
.ltn__feature-item-3 h2,
.ltn__feature-item-3 h3,
.ltn__feature-item-3 h4,
.ltn__feature-item-3 h5,
.ltn__feature-item-3 h6 {
  margin-bottom: 5px;
}
.ltn__feature-item-3 .ltn__feature-icon {
  margin: 0 20px 0 0;
  font-size: 50px;
  color: var(--ltn__secondary-color);
  line-height: 1.5;
}
.ltn__feature-item-3::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  width: 4px;
  height: 0%;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__feature-item-3:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-3:hover::before {
  height: 80%;
  opacity: 1;
  visibility: visible;
}
.ltn__feature-item-3.text-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.ltn__feature-item-3.text-right .ltn__feature-icon {
  margin: 0 0 0 20px;
}
.ltn__feature-item-3.text-right::before {
  right: -2px;
  left: auto;
}
.ltn__feature-item-4 {
  padding: 50px 20px 15px;
  background-color: var(--white);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.ltn__feature-item-4:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-5 {
  padding: 70px 30px 25px;
  margin-bottom: 30px;
}
.ltn__feature-item-5 .ltn__feature-icon {
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 1;
}
.ltn__feature-item-5 .ltn__feature-icon img {
  max-width: 200px;
}
.ltn__feature-item-5 .ltn__feature-icon span {
  position: relative;
}
.ltn__feature-item-5 .ltn__feature-icon span::before {
  position: absolute;
  content: "\e942";
  font-family: "icomoon";
  right: -10px;
  top: -10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--ltn__primary-color);
  color: var(--white);
  font-size: 14px;
  border-radius: 100%;
}
.ltn__feature-item-5 .btn-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__feature-item-5 .btn-wrapper a {
  min-height: 60px;
}
.ltn__feature-item-5:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-5:hover .btn-wrapper {
  bottom: -60px;
  opacity: 1;
  visibility: visible;
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon {
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon i {
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-5.section-bg-2 .ltn__feature-icon span::before {
  background-color: var(--white);
  color: var(--ltn__primary-color);
}
.ltn__feature-item-5.white-bg .ltn__feature-icon span::before {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.feature-btn a {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  text-align: center;
}
.ltn__feature-item-6 {
  border: 1px solid var(--border-color-8);
  margin-bottom: 30px;
  padding: 40px 30px 35px;
}
.ltn__feature-item-6::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__feature-item-6 .ltn__feature-icon {
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-6 .ltn__feature-icon i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__feature-item-6 .ltn__feature-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.ltn__feature-item-6 .ltn__feature-info p + p {
  margin-top: 15px;
}
.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--ltn__color-1);
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__feature-item-6.active,
.ltn__feature-item-6:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-6.active::before,
.ltn__feature-item-6:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6.active .ltn__feature-icon,
.ltn__feature-item-6:hover .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6:hover .ltn__feature-icon {
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-7 {
  background-color: var(--white);
  padding: 38px 30px 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  margin-bottom: 30px;
}
.ltn__feature-item-7 .ltn__feature-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.ltn__feature-item-7 .ltn__feature-icon {
  margin-bottom: 0;
  margin-right: 20px;
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-7 h3 {
  margin-bottom: 0;
}
.ltn__feature-item-7-color-white {
  background-color: #fff0;
  border: 1px solid #203336;
}
.ltn__feature-item-7-color-white h3,
.ltn__feature-item-7-color-white p {
  color: var(--white);
}
.ltn__feature-item-8 {
  padding: 40px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__feature-item-8 .ltn__feature-icon {
  margin-right: 20px;
  font-size: 40px;
  width: 50px;
}
.ltn__feature-item-8 .ltn__feature-info h4 {
  margin-bottom: 5px;
}
.ltn__feature-item-8 .ltn__feature-info p {
  font-size: 15px;
}
.ltn__feature-item-box-wrap {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__feature-item-box-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__feature-item-box-wrap-2 .ltn__feature-item-8 {
  min-width: 280px;
}
.ltn__border-between-column [class*="col"]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: var(--border-color-1);
}
.ltn__border-between-column [class*="col"]:first-child::before {
  display: none;
}
.ltn__feature-item-9 {
  padding: 30px 25px 5px;
  border: 1px solid;
}
.ltn__feature-item-9 .ltn__feature-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
}
.ltn__feature-item-9 .ltn__feature-icon span {
  line-height: 1;
}
.ltn__feature-item-9 .ltn__feature-info {
  overflow: hidden;
}
.ltn__feature-item-9 h2 {
  margin-bottom: 5px;
}
.ltn__feature-item-9:hover {
  background-color: var(--ltn__secondary-color);
}
@media (max-width: 767px) {
  .ltn__feature-item-5 + .btn-wrapper {
    margin-bottom: 30px;
  }
  .ltn__feature-item-7 {
    padding: 38px 20px 10px;
  }
}
.ltn__countdown {
  margin-top: 30px;
  display: inline-block;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  padding: 25px 40px 5px;
}
.ltn__countdown .single {
  display: inline-block;
  margin-right: 30px;
}
.ltn__countdown .single:last-child {
  margin-right: 0;
}
.ltn__countdown-2 {
  margin-top: 0;
  padding: 20px 30px 1px;
}
.ltn__countdown-2 .single {
  margin-right: 20px;
}
.ltn__countdown-2 .single h1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.ltn__countdown-2 .single p {
  font-size: 14px;
}
.ltn__countdown-3 {
  margin-top: 0;
  padding: 20px 30px 1px;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__countdown-3 .single {
  margin-right: 20px;
  text-align: center;
}
.ltn__countdown-3 .single h1 {
  font-size: 30px;
  margin-bottom: 5px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--white);
  border-radius: 100%;
  color: var(--ltn__heading-color);
}
.ltn__countdown-3 .single p {
  font-size: 20px;
  text-transform: uppercase;
}
.ltn__countdown-3 .btn-wrapper {
  margin-top: 20px;
}
.ltn__countdown-4 {
  margin-top: 0;
  padding: 20px 30px 1px;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__countdown-4 .single {
  margin-right: 20px;
  text-align: center;
  width: 100px;
  background-color: var(--white);
  padding: 15px 10px;
}
.ltn__countdown-4 .single h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.ltn__countdown-4 .single p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ltn__countdown-3 .single h1 {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .ltn__countdown-3 .single p {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .ltn__countdown-1 {
    min-width: 380px;
  }
}
.ltn__blog-item {
  position: relative;
  margin-bottom: 30px;
}
.ltn__blog-img {
  position: relative;
}
.ltn__blog-img img {
  margin-bottom: 0;
}
.ltn__blog-likes {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ltn__blog-likes ul {
  margin: 0;
  padding: 0;
}
.ltn__blog-likes li {
  list-style: none;
}
.ltn__blog-likes li a {
  height: 70px;
  width: 70px;
  font-size: 16px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  color: var(--ltn__heading-color);
}
.ltn__blog-likes li a i {
  font-size: 18px;
  margin-bottom: 5px;
}
.ltn__blog-likes li a span {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.ltn__blog-brief {
  padding: 30px 0 30px;
}
.ltn__blog-title {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
}
.ltn__blog-meta {
  margin-bottom: 20px;
}
.ltn__blog-meta ul {
  padding: 0;
  margin: 0;
}
.ltn__blog-meta li {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
}
.ltn__blog-meta li:last-child {
  margin-right: 0;
}
.ltn__blog-meta li i {
  color: var(--ltn__secondary-color);
  margin-right: 5px;
}
.ltn__blog-meta li img {
  margin-bottom: 0;
}
.ltn__blog-tags a {
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.ltn__blog-tags a::before {
  position: absolute;
  content: ",";
  right: -3px;
}
.ltn__blog-tags a:last-child::before {
  display: none;
}
.ltn__blog-author img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 30px;
  display: inline-block;
}
.ltn__blog-btn {
  color: var(--ltn__heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-category a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  padding: 5px 15px 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
}
.ltn__blog-category a:last-child {
  margin-right: 0;
}
.ltn__blog-category a:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.ltn__blog-meta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__blog-meta-btn .ltn__blog-meta {
  margin-bottom: 0;
}
.ltn__blog-item-1 .ltn__blog-img img {
  border-radius: 0 0 0 35px;
}
.ltn__blog-item-1 .ltn__blog-meta ul li {
  position: relative;
}
.ltn__blog-item-1 .ltn__blog-meta ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  top: 50%;
  background-color: var(--ltn__primary-color);
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}
.ltn__blog-item-1 .ltn__blog-meta ul li:last-child::before {
  display: none;
}
.ltn__blog-item-2 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-2 .ltn__blog-brief {
  padding: 30px 20px 30px;
}
.ltn__blog-item-2 .ltn__blog-meta li:before {
  height: 15px;
  width: 2px;
  top: 50%;
}
.ltn__blog-item-2 .ltn__blog-meta li:before::before {
  position: absolute;
  content: "";
  right: -15px;
  height: 15px;
  width: 2px;
  background-color: var(--ltn__heading-color);
  top: 50%;
  bottom: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
}
.ltn__blog-item-2 .ltn__blog-meta li:before:last-child::before {
  display: none;
}
.ltn__blog-item-2 .ltn__blog-btn {
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
}
.ltn__blog-item-2:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-2:hover .ltn__blog-btn {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.ltn__blog-item-3 .ltn__blog-brief,
.ltn__blog-item-4 .ltn__blog-brief {
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  position: relative;
}
.ltn__blog-item-3 .ltn__blog-meta,
.ltn__blog-item-4 .ltn__blog-meta {
  margin-bottom: 15px;
}
.ltn__blog-item-3 .ltn__blog-meta-btn,
.ltn__blog-item-4 .ltn__blog-meta-btn {
  border-top: 1px solid;
  border-color: var(--border-color-1);
  padding-top: 20px;
}
.ltn__blog-item-3 .ltn__blog-meta-btn .ltn__blog-meta,
.ltn__blog-item-4 .ltn__blog-meta-btn .ltn__blog-meta {
  margin-bottom: 0;
}
.ltn__blog-item-3 .ltn__blog-btn,
.ltn__blog-item-4 .ltn__blog-btn {
  font-size: 14px;
  font-weight: 600;
  color: var(--ltn__secondary-color);
  text-transform: uppercase;
}
.ltn__blog-item-3 .ltn__blog-brief {
  width: calc(100% - 30px);
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief {
  margin-top: -50px;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 {
  margin-bottom: 50px;
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-brief {
  width: calc(100%);
}
.ltn__blog-item-3-normal .ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief {
  margin-top: 0;
}
.ltn__blog-item-3 .ltn__blog-img {
  overflow: hidden;
}
.ltn__blog-item-3 .ltn__blog-img img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ltn__blog-item-3:hover .ltn__blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__blog-item-4 {
  border: 2px solid var(--white-9);
  margin-top: 1px;
}
.ltn__blog-item-4 .ltn__blog-brief {
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-4 p {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: var(--ltn__primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-4:hover::before {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  visibility: visible;
}
.ltn__blog-item-4:hover .ltn__blog-brief {
  background-color: #fff0;
}
.ltn__blog-item-4:hover .ltn__blog-meta,
.ltn__blog-item-4:hover .ltn__blog-title,
.ltn__blog-item-4:hover p {
  color: var(--white);
}
.ltn__blog-item-5 {
  border: 2px solid var(--border-color-11);
}
.ltn__blog-item-5 .ltn__blog-brief {
  padding: 40px 30px 40px 30px;
}
.ltn__blog-item-5 .ltn__blog-meta-btn {
  padding-top: 10px;
}
.ltn__blog-item-5 .ltn__blog-author {
  font-size: 16px;
}
.ltn__blog-item-5 .ltn__blog-author img {
  max-width: 40px;
}
.ltn__blog-item-5 .ltn__blog-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--ltn__body-font);
}
.ltn__blog-item-audio iframe {
  width: 100%;
  min-height: 300px;
}
.ltn__blog-item-quote {
  border: 0;
}
.ltn__blog-item-quote .ltn__blog-meta li {
  color: var(--white);
}
.ltn__blog-item-quote .ltn__blog-meta li i {
  color: var(--white);
}
.ltn__blog-item-quote .ltn__blog-meta li:hover a {
  color: var(--white-3);
}
.ltn__blog-item-quote blockquote {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: #fff0;
  font-style: normal;
  border-left: 0;
  border-color: var(--ltn__heading-color);
  padding: 60px 0 0;
  margin: 0 0 30px 0;
  color: var(--white);
  text-align: left;
}
.ltn__blog-item-quote blockquote::before {
  position: absolute;
  content: "\e94d";
  font-family: "icomoon";
  font-size: 30px;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-quote blockquote a:hover,
.ltn__blog-item-quote blockquote:hover {
  color: var(--white-3);
}
.ltn__blog-item-6 {
  -webkit-box-shadow: var(--ltn__box-shadow-5);
  box-shadow: var(--ltn__box-shadow-5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-6:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-6 .ltn__blog-brief {
  padding: 35px 30px 15px 35px;
}
.ltn__blog-item-6 .ltn__blog-title {
  font-size: 20px;
}
.ltn__blog-item-6 p {
  font-size: 14px;
}
.ltn__blog-item-7 {
  -webkit-box-shadow: var(--ltn__box-shadow-5);
  box-shadow: var(--ltn__box-shadow-5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__blog-item-7:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-7 .ltn__blog-meta li {
  color: var(--ltn__secondary-color);
}
.ltn__blog-item-7 .ltn__blog-brief {
  padding: 30px 30px 30px 35px;
}
.ltn__blog-item-7 .ltn__blog-title {
  font-size: 18px;
  text-transform: uppercase;
}
.ltn__blog-item-7 p {
  font-size: 18px;
  line-height: 28px;
}
.ltn__blog-item-7 .ltn__blog-btn {
  font-size: 15px;
}
.ltn__blog-list-wrap .ltn__blog-item {
  margin-bottom: 40px;
}
.ltn__blog-list-wrap .ltn__blog-title {
  font-size: 30px;
  line-height: 1.2;
}
.ltn__blog-list-wrap .ltn__blog-item-5 .ltn__blog-brief {
  padding: 50px 40px 50px 45px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
  padding-left: 100px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
  font-size: 35px;
  line-height: 1.2;
  padding: 0 0 0 100px;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
  font-size: 80px;
  left: 0;
}
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote a:hover,
.ltn__blog-list-wrap .ltn__blog-item-quote blockquote:hover {
  color: var(--white-3);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ltn__blog-list-wrap .ltn__blog-title {
    font-size: 26px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
    font-size: 24px;
    padding: 0 0 0 80px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
    font-size: 50px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
    padding-left: 80px;
  }
  .ltn__blog-item-6 .ltn__blog-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ltn__blog-title {
    font-size: 20px;
  }
  .ltn__blog-item-3 .ltn__blog-brief {
    width: calc(100% - 30px);
  }
  .ltn__blog-list-wrap .ltn__blog-title {
    font-size: 26px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
    font-size: 24px;
    padding: 0 0 0 0;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
    font-size: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ltn__blog-title {
    font-size: 22px;
  }
  .ltn__blog-meta li {
    margin-right: 10px;
    font-size: 12px;
  }
  .ltn__blog-list-wrap .ltn__blog-title {
    font-size: 22px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-5 .ltn__blog-brief {
    padding: 40px 20px 35px 20px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote {
    font-size: 20px;
    padding: 0 0 0 0;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote blockquote::before {
    font-size: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .ltn__blog-list-wrap .ltn__blog-item-quote .ltn__blog-meta {
    padding-left: 0;
  }
  .ltn__blog-item-3 .ltn__blog-btn,
  .ltn__blog-item-4 .ltn__blog-btn {
    font-size: 12px;
  }
  .ltn__blog-item-6 .ltn__blog-title {
    font-size: 20px;
  }
  .ltn__blog-item-6 .ltn__blog-brief {
    padding: 35px 20px 15px 20px;
  }
}
.ltn__page-details-inner p {
  margin-top: 1.5em;
}
.ltn__page-details-inner .ltn__blog-title {
  margin-top: 0;
  font-size: 30px;
}
.ltn__page-details-inner .ltn__blog-img {
  margin-bottom: 40px;
}
.ltn__page-details-inner .img-radius img {
  border-radius: 0 0 0 35px;
}
.ltn__page-details-inner label {
  font-size: 14px;
}
.ltn__blog-details-wrap {
  border: 2px solid var(--border-color-11);
  padding: 50px;
}
blockquote {
  font-size: 18px;
  font-family: var(--ltn__heading-font);
  line-height: 1.6;
  font-weight: 700;
  background-color: var(--section-bg-1);
  padding: 60px 50px 60px 60px;
  margin: 50px 0 50px 0;
  font-style: normal;
  text-align: center;
  border-left: 0;
  position: relative;
  z-index: 1;
}
blockquote::before {
  position: absolute;
  content: "\e94d";
  font-family: "icomoon";
  font-size: 150px;
  right: 45px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--white);
  z-index: -1;
}
.ltn__comment-item {
  position: relative;
}
.ltn__comment-item p {
  font-size: 14px;
}
.ltn__commenter-img {
  float: left;
  margin-right: 30px;
  max-width: 100px;
}
.ltn__commenter-img img {
  border-radius: 100%;
}
.ltn__commenter-comment {
  overflow: hidden;
}
.ltn__commenter-comment h6 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.ltn__commenter-comment .comment-date {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--ltn__heading-font);
  color: var(--ltn__secondary-color);
}
.ltn__comment-inner ul {
  margin: 0;
  padding: 0;
}
.ltn__comment-inner li {
  list-style: none;
  border-top: 1px solid var(--border-color-12);
  padding-top: 30px;
  margin-top: 8px;
}
.ltn__comment-inner > ul > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.ltn__comment-inner ul ul {
  margin: 0 0 0 70px;
  padding: 0;
}
.ltn__comment-reply-btn {
  position: absolute;
  padding: 0 25px 0;
  border: 2px solid var(--border-color-11);
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  top: 0;
  right: 0;
}
.ltn__comment-reply-btn i {
  margin-right: 5px;
}
.ltn__comment-reply-btn:hover {
  border-color: var(--ltn__secondary-color);
}
.ltn__comment-reply-area form {
  padding: 50px;
  background-color: var(--white-5);
}
.ltn__comment-reply-area form input[type="text"],
.ltn__comment-reply-area form input[type="email"],
.ltn__comment-reply-area form input[type="password"],
.ltn__comment-reply-area form input[type="submit"],
.ltn__comment-reply-area form textarea {
  border-color: var(--white-5);
  margin-bottom: 0;
}
.ltn__comment-inner .product-ratting ul {
  padding: 0;
  margin: 0;
}
.ltn__comment-inner .product-ratting ul li {
  padding: 0;
  border: 0;
}
.ltn__first-letter {
  font-size: 70px;
  font-weight: 700;
  float: left;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  margin-right: 30px;
  line-height: 1;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ltn__blog-tags-social-media .ltn__social-media ul li {
  color: var(--ltn__color-1);
}
.ltn__prev-next-btn {
  position: relative;
}
.ltn__prev-next-btn::before {
  position: absolute;
  content: "\e958";
  font-family: "icomoon";
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  color: var(--ltn__secondary-color);
}
.ltn__prev-next-btn h6 {
  color: var(--ltn__secondary-color);
}
.ltn__prev-next-btn .ltn__blog-title {
  font-size: 24px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ltn-author-introducing {
  padding: 40px;
  border: 2px solid var(--border-color-11);
  margin-bottom: 50px;
}
.ltn-author-introducing .author-img {
  float: left;
  max-width: 180px;
  margin-right: 40px;
}
.ltn-author-introducing .author-info {
  overflow: hidden;
}
.ltn-author-introducing .author-info h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--ltn__secondary-color);
}
.ltn-author-introducing .author-info h1,
.ltn-author-introducing .author-info h2,
.ltn-author-introducing .author-info h3 {
  margin-bottom: 10px;
}
.ltn-author-introducing .author-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.ltn-author-introducing .author-info p + p {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ltn-author-introducing .author-img {
    max-width: 120px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .ltn__blog-tags-social-media .ltn__social-media {
    text-align: left !important;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 24px;
  }
  .ltn__page-details-inner .ltn__blog-img {
    margin-bottom: 40px;
  }
  .ltn__blog-details-wrap {
    padding: 50px 20px;
  }
  blockquote {
    font-size: 16px;
    padding: 70px 20px 40px 20px;
  }
  blockquote::before {
    position: initial;
    font-size: 60px;
    display: block;
    line-height: 1;
  }
  .ltn__prev-next-btn .ltn__blog-title {
    font-size: 18px;
  }
  .blog-prev {
    margin-bottom: 40px;
  }
  .blog-next {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .ltn-author-introducing {
    padding: 40px 20px;
  }
  .ltn-author-introducing .author-img {
    max-width: 100px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .ltn-author-introducing .author-info {
    overflow: inherit;
  }
  .ltn__commenter-img {
    float: inherit;
    margin-right: 0;
    max-width: 80px;
    margin-bottom: 20px;
  }
  .ltn__commenter-comment h6 {
    font-size: 18px;
  }
  .ltn__comment-reply-btn {
    position: inherit;
    font-size: 12px;
  }
  .ltn__comment-inner ul ul {
    margin: 0;
  }
  .ltn__comment-inner li {
    margin-top: 30px;
  }
  .ltn__comment-reply-area form {
    padding: 50px 20px;
  }
  .ltn__first-letter {
    font-size: 40px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
}
.ltn__service-list-menu ul {
  padding: 0;
}
.ltn__service-list-menu ul li {
  display: block;
  border-top: 2px solid #f6f6f6;
  padding: 18px 0;
  margin: 0;
  font-weight: 700;
  font-family: var(--ltn__heading-font);
}
.ltn__service-list-menu ul li:last-child {
  border-bottom: 2px solid #f6f6f6;
}
.ltn__service-list-menu ul li i {
  margin-right: 5px;
  color: var(--ltn__secondary-color);
}
.ltn__service-list-menu ul li .service-price {
  float: right;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--ltn__body-font);
}
@media (max-width: 767px) {
  .ltn__service-list-menu ul li .service-price {
    float: none;
    display: block;
  }
}
.ltn__pagination ul {
  margin: 0;
  padding: 0;
}
.ltn__pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ltn__pagination ul li:last-child {
  margin-right: 0;
}
.ltn__pagination ul li a,
.ltn__pagination ul li span {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid var(--border-color-11);
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 100%;
}
.ltn__pagination ul li:hover a,
.ltn__pagination ul li .current {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}
@media (max-width: 767px) {
  .ltn__pagination ul li {
    margin-right: 5px;
    font-size: 14px;
  }
  .ltn__pagination ul li a,
  .ltn__pagination ul li span {
    height: 40px;
    width: 40px;
    line-height: 36px;
  }
}
.ltn__testimonial-item {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.ltn__testimonial-item .ltn__testimoni-img img {
  border-radius: 100%;
}
.ltn__testimonial-item.text-center .ltn__testimoni-img {
  margin-left: auto;
  margin-right: auto;
}
.ltn__testimonial-item.text-right .ltn__testimoni-img {
  margin-left: auto;
  margin-right: 0;
}
.ltn__testimoni-img {
  max-width: 120px;
  margin-bottom: 30px;
}
.ltn__testimoni-img img {
  border-radius: 0;
}
.ltn__testimoni-img i {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid;
  border-radius: 100%;
  font-size: 18px;
}
.ltn__testimonial-item-2 {
  max-width: 60%;
}
.ltn__testimonial-item-2 .ltn__testimoni-img {
  max-width: 85px;
  outline: 8px solid;
  outline-color: var(--white);
  margin-top: 8px;
  position: relative;
}
.ltn__testimonial-item-2 .ltn__testimoni-img img {
  border-radius: 0;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.ltn__testimonial-item-2 p {
  font-size: 24px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.ltn__testimonial-item-2 .ltn__testimoni-info h6 {
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-3 {
  max-width: 100%;
  margin-bottom: 20px;
}
.ltn__testimonial-item-3 .ltn__testimoni-info {
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  width: calc(100% - 40px);
  margin: -60px auto 0;
  background-color: var(--white);
  padding: 25px 30px 30px;
  position: relative;
  z-index: 9;
}
.ltn__testimonial-item-3 .ltn__testimoni-info p {
  margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.ltn__testimonial-item-3 .ltn__testimoni-info h6 {
  margin-bottom: 5px;
  margin-top: 0;
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-3 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__testimonial-item-3 .ltn__testimoni-img {
  max-width: 60px;
  margin-bottom: 0;
  margin-right: 15px;
}
.ltn__testimonial-item-3 .ltn__testimoni-img img {
  border-radius: 0;
}
.ltn__testimoni-bg-icon {
  position: absolute;
  right: 15px;
  bottom: 5px;
  z-index: -1;
  opacity: 0.1;
}
.ltn__testimoni-bg-icon i {
  font-size: 110px;
  line-height: 1;
  color: var(--ltn__color-1);
}
.ltn__testimonial-item-4 {
  max-width: 100%;
  position: relative;
  padding: 40px;
  background-color: var(--white);
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  z-index: 2;
}
.ltn__testimonial-item-4 .ltn__testimoni-img {
  max-width: 160px;
  float: left;
  margin-right: 40px;
}
.ltn__testimonial-item-4 .ltn__testimoni-img img {
  border-radius: 0;
}
.ltn__testimonial-item-4 .ltn__testimoni-info {
  overflow: hidden;
}
.ltn__testimonial-item-4 .ltn__testimoni-info p {
  margin-bottom: 15px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h4 {
  margin-bottom: 5px;
}
.ltn__testimonial-item-4 .ltn__testimoni-info h6 {
  margin-bottom: 5px;
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-slider-4 {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ltn__testimonial-item-5 .ltn__quote-icon {
  font-size: 240px;
  position: absolute;
  top: -15px;
  line-height: 1;
  color: var(--white-7);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ltn__testimonial-item-5 .ltn__testimonial-image {
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.ltn__testimonial-item-5 .ltn__testimonial-image img {
  outline: 8px solid #fff;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__testimonial-item-5 .ltn__testimonial-info {
  margin-top: 30px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info p {
  font-size: 24px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.ltn__testimonial-item-5 .ltn__testimonial-info h6 {
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-quote-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.ltn__testimonial-quote-menu li {
  list-style: none;
}
.ltn__testimonial-quote-menu li img {
  position: absolute;
}
.ltn__testimonial-quote-menu li:nth-child(1) img {
  width: 105px;
  top: -15%;
  left: 0;
}
.ltn__testimonial-quote-menu li:nth-child(2) img {
  width: 65px;
  top: 0;
  left: auto;
  right: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(3) img {
  width: 65px;
  top: 70%;
  left: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(4) img {
  width: 125px;
  top: 60%;
  left: auto;
  right: 10%;
}
.ltn__testimonial-quote-menu li:nth-child(5) img {
  width: 75px;
  top: 40%;
  left: 3%;
}
.ltn__testimonial-quote-menu li:nth-child(6) img {
  width: 75px;
  top: 25%;
  left: auto;
  right: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(7) img {
  width: 55px;
  top: 20%;
  left: 15%;
}
.ltn__testimonial-quote-menu li:nth-child(8) img {
  width: 55px;
  top: 40%;
  left: auto;
  right: 3%;
}
.ltn__testimonial-item-6 {
  padding-top: 50px;
  margin-bottom: 0;
}
.ltn__testimonial-item-6 .ltn__testimoni-img i {
  border: 0;
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-6 p {
  font-size: 28px;
}
.ltn__testimonial-item-7 {
  background-color: var(--white);
  padding: 30px 35px 40px;
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border: 1px solid;
  border-color: var(--border-color-13);
  position: relative;
}
.ltn__testimonial-item-7 .ltn__testimonial-img {
  margin-bottom: 30px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 18px;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p i {
  font-size: 30px;
  position: relative;
  top: 8px;
  margin-right: 2px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}
.ltn__testimonial-item-7
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.ltn__testimonial-item-7
  .ltn__testimoni-info-inner
  .ltn__testimoni-name-designation
  label {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ltn__testimonial-item-7::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__testimonial-item-7:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: var(--ltn__secondary-color);
}
.ltn__testimonial-item-8 {
  padding: 35px 35px 35px;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p {
  margin-bottom: 0;
}
.ltn__testimonial-item-8 .ltn__testimoni-info p + p {
  margin-top: 15px;
}
.ltn__testimoni-author-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ltn__testimonial-item-2 {
    max-width: 70%;
  }
  .ltn__testimonial-item-2 p {
    font-size: 20px;
  }
  .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
    font-size: 24px;
  }
  .ltn__testimonial-slider-4 {
    max-width: 70%;
  }
  .ltn__testimonial-item-5 .ltn__testimonial-info p {
    font-size: 20px;
  }
  .quote-animated-image {
    display: none !important;
  }
  .ltn__testimoni-author-ratting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ltn__testimonial-item-2 {
    max-width: 95%;
  }
  .ltn__testimonial-item-2 p {
    font-size: 16px;
  }
  .ltn__testimonial-item-2 .ltn__testimoni-info h4 {
    font-size: 20px;
  }
  .ltn__testimonial-item-3 .ltn__testimoni-info {
    width: calc(100% - 20px);
    padding: 25px 20px 30px;
  }
  .ltn__testimonial-item-3 .ltn__testimoni-info-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ltn__testimonial-item-3 .ltn__testimoni-img {
    margin-bottom: 10px;
  }
  .ltn__testimonial-item-4 .ltn__testimoni-img {
    float: none;
  }
  .ltn__testimonial-slider-4 {
    max-width: 95%;
  }
  .ltn__testimonial-item-5 .ltn__testimonial-info p {
    font-size: 16px;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 14px;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ltn__testimonial-item-7 .ltn__testimoni-info-inner .ltn__testimoni-img {
    margin-bottom: 10px;
  }
}
.ltn__banner-item {
  margin-bottom: 30px;
  position: relative;
}
.ltn__banner-img {
  overflow: hidden;
}
.ltn__banner-img img {
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
}
.ltn__banner-img:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ltn__banner-info h4 {
  margin-bottom: 10px;
}
.ltn__banner-style-2 .ltn__banner-info {
  padding: 20px 30px;
  border: 1px solid;
  border-color: var(--border-color-1);
}
.ltn__banner-style-3 .ltn__banner-info {
  position: absolute;
  left: 35px;
  top: 30px;
}
.ltn__banner-style-3 .banner-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.ltn__banner-style-3 .banner-button a {
  color: var(--ltn__color-1);
  padding: 12px 25px;
  background-color: rgb(255 255 255 / 0.1);
  display: inline-block;
}
.ltn__banner-style-3 .banner-button a:hover {
  color: var(--white);
}
.ltn__banner-style-4 {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ltn__banner-style-4 .ltn__banner-info {
  position: relative;
  padding: 30px 30px;
}
.ltn__banner-style-4 .ltn__banner-info h3 {
  margin-bottom: 10px;
}
.ltn__banner-style-4 .ltn__banner-info p {
  margin-bottom: 12px;
}
.ltn__banner-style-4 .ltn__banner-info mark {
  background-color: var(--ltn__secondary-color);
}
.ltn__banner-style-4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: var(--ltn__primary-color);
  opacity: 0.3;
}
.ltn__banner-style-4:hover::before {
  opacity: 0.15;
}
.ltn__team-item {
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ltn__team-item:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.team-info {
  padding: 25px 15px;
}
.ltn__team-item-2 {
  position: relative;
}
.ltn__team-item-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color-1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__team-item-2 .team-info {
  position: absolute;
  width: 100%;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__team-item-2:hover:before {
  opacity: 0.7;
  visibility: visible;
}
.ltn__team-item-2:hover .team-info {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.ltn__team-item-3 {
  padding: 45px 20px 25px;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  border: 0;
  position: relative;
}
.ltn__team-item-3 .team-img {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.ltn__team-item-3 .team-img img {
  border-radius: 100%;
}
.ltn__team-item-3 h6 {
  text-transform: uppercase;
}
.ltn__team-item-3 .team-info {
  padding: 0;
  margin-top: 30px;
}
.ltn__team-item-3 .ltn__social-media {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  width: 100%;
  padding: 10px 20px 20px;
  opacity: 0;
  visibility: hidden;
  border-bottom: 3px solid #fff0;
}
.ltn__team-item-3:hover {
  background-color: var(--ltn__primary-color);
}
.ltn__team-item-3:hover h6,
.ltn__team-item-3:hover h4,
.ltn__team-item-3:hover .ltn__social-media ul li {
  color: var(--white);
}
.ltn__team-item-3:hover .ltn__social-media {
  bottom: -25px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  border-bottom-color: var(--ltn__secondary-color);
}
@media (max-width: 767px) {
  .ltn__team-item-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ltn__counterup-item {
  margin-bottom: 50px;
  text-align: center;
}
.ltn__counterup-item .counter-icon {
  margin-bottom: 25px;
}
.ltn__counterup-item .counter-icon i {
  font-size: 65px;
  line-height: 1;
  color: var(--ltn__secondary-color);
}
.ltn__counterup-item h1 {
  font-weight: 700;
  font-size: 42px;
}
.ltn__counterup-item h6 {
  color: var(--ltn__color-5);
  font-family: var(--ltn__body-font);
}
.ltn__counterup-item-2 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ltn__counterup-item-2 .counter-icon {
  margin-bottom: 0;
  margin-right: 30px;
  text-align: center;
}
.ltn__counterup-item-2 .counter-icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border: 1px solid;
  border-radius: 5px;
  color: var(--ltn__color-1);
}
.ltn__counterup-item-2 h1,
.ltn__counterup-item-2 h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}
.ltn__counterup-item-2 h6 {
  font-size: 20px;
}
.ltn__counterup-item-3 {
  margin-bottom: 50px;
}
.ltn__counterup-item-3 .counter-icon {
  color: var(--ltn__color-1);
}
.ltn__counterup-item-3 h1 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 5px;
}
.ltn__counterup-item-3 .counterUp-icon {
  font-size: 30px;
}
.ltn__counterup-item-3 h6 {
  font-family: var(--ltn__body-font);
}
@media (max-width: 1199px) {
  .ltn__counterup-item-3 h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .ltn__counterup-item h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ltn__counterup-area .ltn__section-title-2 {
    text-align: center;
  }
  .ltn__counterup-item h1 {
    font-size: 30px;
  }
  .ltn__counterup-item-3 {
    text-align: center;
  }
  .ltn__counterup-item-3 h1 {
    font-size: 56px;
  }
}
.ltn__contact-address-item {
  padding: 40px 30px 10px;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  margin-bottom: 30px;
}
.ltn__contact-address-item i {
  background-color: #fff0;
  color: var(--ltn__heading-color);
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  text-align: center;
  border-radius: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__contact-address-item:hover i {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.ltn__contact-address-item-2 {
  padding: 30px 0 10px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__contact-address-item-2 + .ltn__contact-address-item-2 {
  border-top: 1px solid;
}
.contact-form-box {
  padding: 40px 50px 50px;
  position: relative;
  z-index: 1;
}
.contact-form-box input::-webkit-input-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input::-moz-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input:-ms-input-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box input:-moz-placeholder {
  color: var(--ltn__color-1);
}
.contact-form-box-2 input,
.contact-form-box-2 textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}
.google-map {
  height: 800px;
}
.ltn__contact-address-item-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--border-color-11);
  padding: 50px 30px 25px;
}
.ltn__contact-address-item-3 i {
  font-size: 50px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon {
  margin-bottom: 35px;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon img {
  max-width: 80px;
}
.ltn__contact-address-item-3:hover i {
  background-color: #fff0;
  color: var(--ltn__secondary-color);
}
.form-messege .error {
  color: var(--red);
}
.form-messege .success {
  color: var(--green);
}
@media (max-width: 767px) {
  .contact-form-box {
    padding: 40px 25px 50px;
  }
}
.table-1 table {
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
}
.table-1 table tr:first-child {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e5e5e6;
}
.table-1 table tr:nth-child(odd) {
  background-color: #e5e5e6;
}
.table-1 table tr:nth-of-type(even) {
  background: #f9f9f9;
}
.table-1 table tr th {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e5e5e6;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  display: table-cell;
  line-height: 18px;
  text-align: center;
  width: 12%;
}
.table-1 table tr td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  display: table-cell;
  line-height: 18px;
  text-align: center;
}
.mobile-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.cart-plus-minus {
  border: 2px solid;
  height: 63px;
  line-height: 56px;
  width: 140px;
  text-align: center;
}
.qtybutton {
  height: 100%;
  width: 30%;
}
.dec.qtybutton {
  float: left;
  border-right: 2px solid;
}
.inc.qtybutton {
  float: right;
  border-left: 2px solid;
}
.cart-plus-minus,
.dec.qtybutton,
.inc.qtybutton {
  background-color: var(--white);
  border-color: var(--border-color-11);
  font-size: 20px;
  font-weight: 700;
}
input.cart-plus-minus-box {
  background: #fff0 none repeat scroll 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  width: 40%;
  font-weight: 700;
}
.product-details-content .product-title {
  font-size: 36px;
  font-weight: 700;
}
.product-details-content .product-price {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-details-content .product-excerpt {
  margin-bottom: 30px;
}
.product-details-content .cart-plus-minus {
  display: inline-block;
  margin-right: 20px;
}
.product-details-content .product-details-cart-btn {
  display: inline-block;
  margin-top: 0;
}
.product-details-content .product-details-buy-btn .theme-btn-1 {
  padding: 10px 100px 9px;
}
.table tr:nth-child(odd) {
  background-color: #f7f8fa;
}
.table tr:nth-child(even) {
  background-color: #fafafa;
}
.shoping-cart-table tbody {
  border-bottom: 1px solid #dee2e6;
}
.shoping-cart-table thead th {
  vertical-align: middle;
  border-bottom: 0;
  background-color: #f7f8fa;
}
.shoping-cart-table .table tr {
  background-color: #fff0;
  display: table;
  width: 100%;
}
.shoping-cart-table td {
  padding: 20px 25px;
  vertical-align: middle;
}
.cart-product-image img {
  max-width: 100px;
}
.cart-product-remove {
  cursor: pointer;
}
.cart-product-remove:hover {
  color: var(--ltn__secondary-color);
}
.cart-product-subtotal {
  font-weight: 700;
}
.cart-coupon-row {
  background-color: #f7f8fa;
  text-align: right;
}
.cart-coupon {
  text-align: left;
}
.cart-coupon input {
  max-width: 250px;
  margin-bottom: 0;
}
.submit-button-1 {
  padding: 10px 30px;
  background-color: var(--ltn__primary-color);
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.submit-button-1:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.btn.disabled {
  cursor: not-allowed;
}
.shoping-cart-total {
  float: right;
  max-width: 450px;
  width: 100%;
}
.shoping-cart-total .table {
  margin-bottom: 0;
}
.shoping-cart-total .btn-wrapper {
  margin-top: 0;
}
.shoping-cart-total .btn-wrapper .theme-btn-1 {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shoping-cart-table td {
    padding: 20px 10px;
  }
  .cart-product-image img {
    max-width: 80px;
  }
  .cart-product-info h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .shoping-cart-table thead th {
    display: none;
  }
  .shoping-cart-table .table tr {
    display: block;
    text-align: center;
  }
  .shoping-cart-table td {
    display: block;
    padding: 20px 15px;
  }
  .cart-product-image {
    max-width: 100%;
  }
  .shoping-cart-table .cart-plus-minus {
    margin-left: auto;
    margin-right: auto;
  }
  .cart-coupon input {
    margin-bottom: 20px;
  }
  .shoping-cart-table .table tr:nth-child(even) {
    background-color: var(--section-bg-1);
  }
}
.custom-content-brief h1 {
  margin-bottom: 30px;
}
.custom-content-brief .btn-wrapper {
  margin-top: 40px;
}
.ltn__newsletter-inner .ltn__form-box {
  position: relative;
  margin-top: 30px;
}
.ltn__newsletter-inner .ltn__form-box input {
  margin-bottom: 0;
  padding-right: 140px;
}
.ltn__newsletter-inner .ltn__form-box button {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltn__newsletter-inner-2 .ltn__form-box input {
  border-width: 0 0 1px 0;
  padding-right: 140px;
}
.ltn__newsletter-inner-3 .ltn__form-box input {
  border-radius: 50px;
  padding-left: 30px;
}
.ltn__faq-inner .card {
  border: none;
  border-radius: 0;
  margin-bottom: 35px;
}
.ltn__faq-inner .card:last-child {
  margin-bottom: 0;
}
.ltn__faq-inner .card .ltn__card-title {
  background-color: var(--section-bg-1);
  padding: 22px 15px 22px 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  margin-bottom: 0;
}
.ltn__faq-inner .card .ltn__card-title::before {
  position: absolute;
  content: "\e903";
  font-family: "icomoon";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"] {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__faq-inner .card .ltn__card-title[aria-expanded="true"]:before {
  content: "\e904";
}
.ltn__faq-inner .card .card-body {
  padding: 20px 0 0 0;
}
.ltn__faq-inner-2 .card {
  margin: 0 0 -2px 0;
  border: 2px solid;
  border-color: var(--border-color-10);
}
.ltn__faq-inner-2 .card .ltn__card-title {
  background-color: #fff0;
  padding: 20px 60px 20px 40px;
}
.ltn__faq-inner-2 .card .ltn__card-title::before {
  background-color: var(--section-bg-1);
  color: var(--ltn__primary-color);
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"] {
  background-color: #fff0;
  color: var(--ltn__primary-color);
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"]:before {
  color: var(--ltn__secondary-color);
}
.ltn__faq-inner-2 .card .card-body {
  padding: 15px 40px 25px;
}
.ltn__faq-inner-3 .card {
  background-color: #fff0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.ltn__faq-inner-3 .card .ltn__card-title {
  padding: 20px 60px 20px 5px;
  font-weight: 600;
}
.ltn__faq-inner-3 .card .ltn__card-title i {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .ltn__faq-inner-2 .card .ltn__card-title {
    padding: 20px 60px 20px 20px;
    font-size: 16px;
  }
  .ltn__faq-inner-2 .card .card-body {
    padding: 15px 20px 25px;
  }
  .ltn__faq-inner-3 .card .ltn__card-title {
    font-size: 14px;
  }
  .ltn__faq-inner-3 .card .ltn__card-title i {
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 20px;
  }
}
.error-404-inner .btn-wrapper {
  margin-top: 50px;
}
.error-404-title {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 40px;
}
.ltn__404-area-1 .error-404-title {
  font-size: 400px;
  line-height: 1;
  color: var(--ltn__secondary-color);
  margin-bottom: 0;
}
.ltn__404-area-1 h2 {
  font-size: 60px;
}
.ltn__404-area-2 {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__404-area-2 .error-404-inner {
  padding: 150px 0 170px;
}
@media (max-width: 1199px) {
  .ltn__404-area-1 .error-404-title {
    font-size: 200px;
  }
  .ltn__404-area-1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .ltn__404-area-2 .error-404-inner {
    padding: 80px 0 110px;
  }
  .error-404-inner p br {
    display: none;
  }
  .error-404-title {
    font-size: 80px;
  }
  .ltn__404-area-1 .error-404-title {
    font-size: 100px;
  }
  .ltn__404-area-1 h2 {
    font-size: 20px;
  }
}
.ltn__coming-soon-area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.coming-soon-inner {
  padding: 120px 0 100px;
}
.coming-soon-inner .ltn__countdown {
  margin-top: 0;
}
.coming-soon-inner .ltn__countdown .single {
  border: 1px solid var(--border-color-3);
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 120px;
  padding-top: 15px;
}
.coming-soon-inner .btn-wrapper {
  margin-top: 50px;
}
.coming-soon-inner p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-inner .ltn__form-box {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-inner .ltn__form-box input {
  background-color: #fff0;
  color: var(--white);
  border: 1px solid var(--border-color-3);
}
.coming-soon-inner .ltn__form-box input[type="text"]::-webkit-input-placeholder,
.coming-soon-inner
  .ltn__form-box
  input[type="email"]::-webkit-input-placeholder {
  color: var(--white);
}
@media (min-width: 767px) and (max-width: 991px) {
  .coming-soon-inner .ltn__countdown .single {
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  .coming-soon-inner {
    padding: 80px 0 110px;
  }
  .coming-soon-inner p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .coming-soon-inner .ltn__countdown {
    padding: 25px 20px 5px;
  }
  .coming-soon-inner .ltn__countdown .single {
    margin-right: 20px;
    min-width: 90px;
  }
}
.ltn__img-slide-item-1 {
  margin: 10px 0 20px 0;
  padding: 0 0;
}
.slick-current .ltn__img-slide-item-1 {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}
.ltn__img-slide-item-2 {
  margin-bottom: 30px;
}
.ltn__img-slide-item-3 {
  position: relative;
  margin-bottom: 85px;
}
.ltn__img-slide-item-3 .ltn__img-slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 35px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.ltn__img-slide-item-3 .ltn__img-slide-info-brief {
  padding-right: 20px;
}
.ltn__img-slide-item-3 h6 {
  margin-bottom: 5px;
  color: var(--ltn__secondary-color);
}
.ltn__img-slide-item-3 h1 {
  margin-bottom: 0;
  font-size: 30px;
}
.ltn__img-slide-item-3 .btn-wrapper {
  margin-top: 0;
}
.ltn__img-slide-item-3 .btn-wrapper .btn {
  padding: 15px 20px 13px;
}
.ltn__img-slide-item-3:hover .ltn__img-slide-info {
  bottom: -65px;
  opacity: 1;
  visibility: visible;
}
.slick-current .ltn__img-slide-item-3 .ltn__img-slide-info {
  bottom: -65px;
  opacity: 1;
  visibility: visible;
}
.ltn__img-slide-item-4 {
  position: relative;
  margin-bottom: 30px;
}
.ltn__img-slide-item-4 .ltn__img-slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 35px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--gradient-color-3);
  opacity: 0;
  visibility: hidden;
}
.ltn__img-slide-item-4 .ltn__img-slide-info-brief {
  padding-right: 20px;
}
.ltn__img-slide-item-4 h6 {
  margin-bottom: 5px;
  color: var(--white);
  font-weight: 400;
}
.ltn__img-slide-item-4 h1 {
  margin-bottom: 0;
  font-size: 26px;
  color: var(--white);
  font-weight: 500;
}
.ltn__img-slide-item-4 .btn-wrapper {
  margin-top: 0;
}
.ltn__img-slide-item-4 .btn-wrapper .btn {
  padding: 15px 20px 13px;
}
.ltn__img-slide-item-4:hover .ltn__img-slide-info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .ltn__img-slide-item-3 .ltn__img-slide-info {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }
  .ltn__img-slide-item-3 .ltn__img-slide-info-brief {
    padding-right: 15px;
  }
  .ltn__img-slide-item-3 h1 {
    font-size: 18px;
  }
  .ltn__img-slide-item-3 .btn-wrapper .btn {
    padding: 10px 10px 8px;
  }
  .ltn__img-slide-item-4 .ltn__img-slide-info {
    padding: 30px 20px;
  }
  .ltn__img-slide-item-4 h1 {
    font-size: 18px;
  }
  .ltn__img-slide-item-4 .btn-wrapper .btn {
    padding: 10px 10px 8px;
  }
}
.ltn__pricing-plan-item {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
.ltn__pricing-plan-item .pricing-badge {
  color: var(--white);
  background-color: var(--ltn__secondary-color);
  padding: 4px 20px;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: table;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  position: absolute;
  right: -28px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ltn__pricing-plan-item .pricing-title {
  margin: 0;
  height: 100px;
  line-height: 100px;
}
.ltn__pricing-plan-item .pricing-price {
  background-color: var(--section-bg-1);
  height: 85px;
  line-height: 85px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__pricing-plan-item .pricing-price h2 {
  margin-bottom: 0;
  line-height: inherit;
  font-size: 48px;
}
.ltn__pricing-plan-item .pricing-price sup,
.ltn__pricing-plan-item .pricing-price sub {
  font-size: 24px;
}
.ltn__pricing-plan-item .pricing-price sup {
  top: -0.9em;
}
.ltn__pricing-plan-item .pricing-price sub {
  bottom: -0.2em;
}
.ltn__pricing-plan-item ul {
  margin: 35px 0;
  padding: 0;
}
.ltn__pricing-plan-item ul li {
  list-style: none;
  font-size: 18px;
}
.ltn__pricing-plan-item .btn-wrapper {
  padding-bottom: 50px;
}
.ltn__pricing-plan-item.active-price,
.ltn__pricing-plan-item.active {
  -webkit-box-shadow: var(--ltn__box-shadow-6);
  box-shadow: var(--ltn__box-shadow-6);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  position: relative;
}
.ltn__pricing-plan-item.active-price .pricing-price h2,
.ltn__pricing-plan-item.active .pricing-price h2 {
  color: var(--ltn__secondary-color);
}
.ltn__pricing-plan-item.active-price .btn,
.ltn__pricing-plan-item.active .btn {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
@media (max-width: 767px) {
  .ltn__pricing-plan-item.active-price,
  .ltn__pricing-plan-item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-item {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-item .checkmark::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 16px;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.checkbox-item:hover input ~ .checkmark {
  background-color: var(--ltn__secondary-color);
}
.checkbox-item input:checked ~ .checkmark {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
}
.checkbox-item .checkmark:after {
  position: absolute;
  content: "";
  display: none;
}
.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-item .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.body-sidebar-icons {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.3s ease 1s;
  transition: -webkit-transform 0.3s ease 1s;
  -o-transition: transform 0.3s ease 1s;
  transition: transform 0.3s ease 1s;
  transition: transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
  transition: transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
  right: 0;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.body-sidebar-icons a {
  background-color: #ddd;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  height: 40px;
  min-width: 40px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.body-sidebar-icons a i {
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align: middle;
}
.body-sidebar-icons a .icon-name {
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),
    max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),
    max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),
    max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.body-sidebar-icons a.facebook-icon {
  background-color: var(--facebook);
}
.body-sidebar-icons a.twitter-icon {
  background-color: var(--twitter);
}
.body-sidebar-icons a.pinterest-icon {
  background-color: var(--pinterest);
}
.body-sidebar-icons a.instagram-icon {
  background-color: var(--instagram);
}
.body-sidebar-icons a.dribbble-icon {
  background-color: var(--dribbble);
}
.body-sidebar-icons a.behance-icon {
  background-color: var(--behance);
}
.body-sidebar-icons a.google-plus-icon {
  background-color: var(--google-plus);
}
.body-sidebar-icons a.linkedin-icon {
  background-color: var(--linkedin);
}
.body-sidebar-icons a.youtube-icon {
  background-color: var(--youtube);
}
.body-sidebar-icons a.vk-icon {
  background-color: var(--vk);
}
.body-sidebar-icons a.wechat-icon {
  background-color: var(--wechat);
}
.body-sidebar-icons a.email-icon {
  background-color: var(--email);
}
.body-sidebar-icons a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.body-sidebar-icons a:hover .icon-name {
  padding-left: 15px;
  max-width: 220px;
}
.body-sidebar-icons.left-side {
  left: 0;
  right: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.body-sidebar-icons.left-side a {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}
.body-sidebar-icons.left-side a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.body-sidebar-icons.left-side a:hover .icon-name {
  padding-right: 15px;
  padding-left: 0;
}
.about-us-img-wrap {
  position: relative;
}
.about-us-img-wrap img {
  margin: 0;
}
.about-us-img-info {
  width: 310px;
  height: 310px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.about-us-img-info h1 {
  margin: 0;
  font-size: 120px;
  line-height: 0.8;
  color: var(--ltn__secondary-color);
}
.about-us-img-info h1 .counter {
  font-size: 120px;
  line-height: 0.8;
  color: var(--ltn__secondary-color);
}
.about-us-img-info h1 span {
  font-size: 20px;
  color: var(--ltn__heading-color);
}
.about-us-img-info h6 {
  margin: 0;
}
.about-us-img-info h6 span {
  font-size: 20px;
  color: var(--ltn__secondary-color);
}
.about-us-img-info .btn-wrapper {
  margin-top: 50px;
}
.about-us-img-info .dots-bottom {
  height: 25px;
  width: 25px;
  background-color: var(--ltn__secondary-color);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 12px;
}
.about-us-img-info-2 {
  width: 190px;
  height: 190px;
  background-color: var(--ltn__secondary-color);
  border: 15px solid;
  border-color: var(--white);
  bottom: 0;
  top: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  margin-right: 0;
}
.about-us-img-info-2 h1 {
  font-size: 50px;
  color: var(--white);
}
.about-us-img-info-2 h1 .counter {
  font-size: 50px;
  color: var(--white);
}
.about-us-img-info-2 h1 span {
  font-size: 20px;
  color: var(--white);
}
.about-us-img-info-2 h6 {
  color: var(--white);
}
.about-us-img-info-3 {
  right: auto;
  left: 10px;
  border: 0;
  height: inherit;
  width: inherit;
  max-width: 300px;
  bottom: 70px;
  background-color: #fff0;
}
.about-us-img-info-3 .ltn__video-img::before {
  opacity: 0.1;
}
.about-us-info-wrap {
  position: relative;
}
.about-us-info-wrap .btn-wrapper {
  margin-top: 40px;
}
.about-us-info-wrap hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-us-info-wrap .ltn__video-play-btn {
  width: 80px;
  height: 80px;
  line-height: 84px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -100px;
}
.about-us-info-devide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-info-devide .list-item-with-icon {
  margin-left: 30px;
  margin-bottom: 30px;
}
.list-item-with-icon {
  min-width: 300px;
}
.about-us-img-info-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.list-item-with-icon-2 ul,
.list-item-with-icon ul {
  padding: 0;
  margin: 0;
}
.list-item-with-icon-2 ul li,
.list-item-with-icon ul li {
  position: relative;
  list-style: none;
  padding-left: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.list-item-with-icon-2 ul li:last-child,
.list-item-with-icon ul li:last-child {
  margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before,
.list-item-with-icon ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  left: 0;
  top: -5px;
  background-color: var(--section-bg-1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--ltn__secondary-color);
}
.list-item-with-icon-2 ul li {
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before {
  height: inherit;
  line-height: inherit;
  width: inherit;
  background-color: #fff0;
  color: var(--ltn__heading-color);
  top: 5px;
}
.about-img-left {
  margin-right: 30px;
}
.about-img-right {
  margin-left: 30px;
}
.ltn__img-shape-left,
.ltn__img-shape-right {
  position: relative;
}
.ltn__img-shape-left::before,
.ltn__img-shape-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 85%;
  width: 30px;
  background-color: var(--ltn__secondary-color);
}
.ltn__img-shape-left {
  padding-left: 30px;
}
.ltn__img-shape-left::before {
  left: 0;
}
.ltn__img-shape-right {
  padding-right: 30px;
}
.ltn__img-shape-right::before {
  left: auto;
  right: 0;
}
.about-call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-call-us .call-us-icon {
  font-size: 50px;
  margin-right: 20px;
  color: var(--ltn__secondary-color);
  line-height: 1;
}
.about-call-us .call-us-info p {
  margin-bottom: 10px;
}
.about-call-us .call-us-info h2 {
  margin-bottom: 0;
}
.ltn__list-item-half {
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ltn__list-item-half li {
  width: 50%;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.ltn__list-item-half li img {
  max-width: 50px;
  margin-right: 10px;
}
.ltn__list-item-half li i {
  font-size: 20px;
  color: var(--ltn__secondary-color);
  margin-right: 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: var(--ltn__color-6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  border-radius: 100%;
}
.ltn__list-item-half-2 li i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.ltn__list-item-1 {
  padding-left: 0;
}
.ltn__list-item-1 li {
  list-style: none;
}
.ltn__list-item-1-before {
  padding-left: 30px;
}
.ltn__list-item-1-before li {
  position: relative;
}
.ltn__list-item-1-before li::before {
  position: absolute;
  content: "";
  left: -30px;
  width: 15px;
  height: 1px;
  background-color: var(--ltn__secondary-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__list-item-2 {
  padding-left: 0;
}
.ltn__list-item-2 li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  max-width: 160px;
  font-size: 14px;
}
.ltn__list-item-2 li span {
  display: block;
  font-weight: 700;
}
.ltn__list-item-2 li:last-child {
  margin-right: 0;
}
.ltn__list-item-2-before li {
  position: relative;
}
.ltn__list-item-2-before li::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--ltn__primary-color);
  opacity: 0.2;
}
.ltn__list-item-2-before li:last-child::before {
  display: none;
}
.ltn__list-item-2-img li {
  margin-right: 10px;
  width: 30%;
}
.ltn__callout {
  padding: 20px;
  margin: 25px 0;
  border-left: 4px solid;
  border-color: var(--ltn__secondary-color);
}
.ltn__callout p {
  margin-bottom: 0;
}
.ltn__callout p + p {
  margin-top: 20px;
}
.list-item-margin li {
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-info-devide {
    display: block;
  }
  .about-us-info-devide .list-item-with-icon {
    margin-left: 0;
  }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about-img-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about-img-right {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .about-us-info-wrap .ltn__video-play-btn {
    position: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
@media (max-width: 767px) {
  .custom-content-brief {
    margin-bottom: 30px;
  }
  .about-us-img-info {
    height: 200px;
    width: 220px;
  }
  .about-us-img-info h1 .counter {
    font-size: 80px;
  }
  .about-us-img-info-2 {
    width: 150px;
    height: 150px;
  }
  .about-us-img-info-2 h1 .counter {
    font-size: 30px;
  }
  .about-us-info-devide {
    display: block;
  }
  .about-us-info-devide .list-item-with-icon {
    margin-left: 0;
  }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .list-item-with-icon {
    min-width: 275px;
  }
  .ltn__list-item-half li {
    width: 100%;
    padding-right: 0;
  }
  .ltn__flat-info li {
    margin-right: 20px;
  }
  .ltn__list-item-2-before li::before {
    right: -12px;
  }
}
.why-choose-us-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  max-width: 480px;
}
.why-choose-us-feature-item .why-choose-us-feature-icon {
  margin-right: 20px;
  font-size: 70px;
  line-height: 1.2;
  color: var(--ltn__secondary-color);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.why-choose-us-feature-item .why-choose-us-feature-brief h3 {
  margin-bottom: 5px;
}
.why-choose-us-img-wrap img {
  max-width: 65%;
}
.why-choose-us-img-2 {
  margin-top: -15%;
}
.why-choose-us-img-2 img {
  border: 15px solid var(--white);
}
.ltn__service-item-1 {
  background-color: var(--white);
  margin-bottom: 50px;
}
.ltn__service-item-1 .service-item-img {
  position: relative;
  overflow: hidden;
}
.ltn__service-item-1 .service-item-img img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ltn__service-item-1 .service-item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: var(--ltn__secondary-color);
}
.ltn__service-item-1 .service-item-brief {
  padding: 32px 40px 10px;
}
.ltn__service-item-1 .service-item-brief h3 {
  margin-bottom: 5px;
}
.ltn__service-item-1:hover .service-item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__service-item-2 {
  padding: 0 45px 30px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.ltn__service-item-2 .service-item-icon {
  font-size: 80px;
  line-height: 1;
  top: -35px;
  position: relative;
  color: var(--ltn__secondary-color);
}
.ltn__service-item-2 .service-item-brief {
  padding-top: 50px;
}
.ltn__service-item-2 .service-item-icon + .service-item-brief {
  padding-top: 0;
}
.ltn__service-item-2 ul {
  margin-bottom: 10px;
  padding: 0;
}
.ltn__service-item-2 ul li {
  list-style: none;
  margin-top: 10px;
}
.ltn__service-item-2 ul li span {
  color: var(--ltn__color-1);
}
.ltn__service-item-2 hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .ltn__service-item-2 {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .ltn__service-item-1 .service-item-brief {
    padding: 30px 22px 10px;
  }
}
.call-to-action-2 {
  background-color: var(--white-3);
}
.call-to-action-inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-to-action-inner-2 h2 {
  margin: 0;
}
.call-to-action-inner-2 .btn-wrapper {
  margin-top: 0;
}
.get-a-free-service-margin {
  margin-bottom: -180px;
}
.get-a-free-service-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  padding-right: 80px;
  padding-left: 30px;
}
.get-a-free-service-inner .call-to-img img {
  max-width: 350px;
  position: absolute;
  left: 35px;
  bottom: 0;
  z-index: 2;
}
.get-a-free-service-inner .call-to-action-inner-content {
  position: relative;
  z-index: 3;
}
.call-to-circle-1,
.call-to-circle-2 {
  height: 265px;
  width: 265px;
  display: inline-block;
  background-color: var(--ltn__secondary-color);
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 1;
}
.call-to-circle-2 {
  height: 80px;
  width: 80px;
  left: 300px;
  top: 10%;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear;
}
.call-to-bg-icon {
  position: absolute;
  font-size: 220px;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: var(--ltn__color-1);
  opacity: 0.1;
}
.get-a-free-service-inner .call-to-circle-2 {
  -webkit-animation: wave 8s 0.1s infinite linear;
  animation: wave 8s 0.1s infinite linear;
}
.ltn__call-to-action-4 {
  position: relative;
}
.ltn__call-to-action-4 .call-to-action-inner-4 {
  position: relative;
  z-index: 99;
}
.ltn__call-to-action-4 .call-to-action-inner-4 h2 {
  font-style: italic;
}
.ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
  font-size: 50px;
}
.ltn__call-to-action-4 .call-to-action-inner-4 p {
  font-size: 18px;
}
.ltn__call-to-4-img-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 34%;
}
.ltn__call-to-4-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 27%;
}
.call-to-action-inner-5 a:hover {
  text-decoration: underline;
  color: var(--white);
}
.call-to-action-inner-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 60px;
}
.call-to-action-inner-6 .coll-to-info p {
  margin-bottom: 0;
}
.call-to-action-inner-6 .coll-to-info p + p {
  margin-top: 15px;
}
.call-to-action-inner-6 .btn-wrapper {
  margin-top: 0;
}
@media (max-width: 991px) {
  .ltn__call-to-4-img-1,
  .ltn__call-to-4-img-2 {
    display: none;
  }
  .ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
    font-size: 30px;
  }
  .ltn__call-to-action-4 .call-to-action-inner-4 p {
    font-size: 14px;
  }
  .call-to-action-inner-6 {
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .call-to-action-inner-6 .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .call-to-action-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .call-to-action-inner-2 .btn-wrapper {
    margin-top: 15px;
  }
  .get-a-free-service-inner {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .get-a-free-service-inner .call-to-img {
    margin-bottom: 40px;
  }
  .get-a-free-service-inner .call-to-img img {
    max-width: 100%;
    position: relative;
    left: 0;
  }
  .call-to-circle-1,
  .call-to-circle-2 {
    display: none;
  }
  .ltn__call-to-action-4 .call-to-action-inner-4 .h1 {
    font-size: 24px;
  }
}
.ltn__elements-area {
  background-color: var(--section-bg-1);
  padding: 50px 0;
  margin: 50px 0;
}
.elements-title-area {
  text-align: center;
}
.elements-title-inner {
  background-color: var(--white-3);
  display: inline-block;
  padding: 10px 30px;
  outline: 10px solid;
  outline-offset: 10px;
  outline-color: var(--white-3);
  margin: 20px;
}
.elements-title-inner p {
  margin-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.elements-title {
  display: inline-block;
  margin: 0;
}
.ltn__service-form-box {
  margin: 0;
  padding: 0 30px;
}
.ltn__service-form-box > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ltn__service-form-box > ul > li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}
.ltn__service-form-box .nice-select {
  margin: 0;
  height: 60px;
  line-height: 58px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--ltn__heading-font);
}
.ltn__service-form-box .nice-select:after {
  right: 20px;
}
.ltn__service-form-box .nice-select UL li {
  display: block;
}
.ltn__service-form-box input {
  margin: 0;
}
.ltn__service-form-box input[type="date"] {
  margin: 0;
  height: 60px;
  padding: 0 20px;
  border: 1px solid;
  font-weight: 700;
  font-family: var(--ltn__heading-font);
  text-transform: uppercase;
}
.ltn__service-form-box .btn-wrapper {
  margin: 0;
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select {
  background-color: #fff0;
  border: 2px solid;
  border-color: var(--border-color-3);
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select .current {
  color: var(--white);
  text-transform: uppercase;
}
.ltn__service-form-color-white .ltn__service-form-box .nice-select::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: var(--border-color-3);
}
.ltn__service-form-color-white .ltn__service-form-box input {
  background-color: #fff0;
  color: var(--white);
  border-color: var(--border-color-3);
  font-weight: 700;
  height: 60px;
}
.ltn__service-form-color-white .ltn__service-form-box input[type="date"] {
  background-color: #fff0;
  color: var(--white);
}
.ltn__service-form-color-white
  .ltn__service-form-box
  input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.ltn__service-form-color-white
  .ltn__service-form-box
  input::-webkit-input-placeholder {
  color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input::-moz-placeholder {
  color: var(--white);
}
.ltn__service-form-color-white
  .ltn__service-form-box
  input:-ms-input-placeholder {
  color: var(--white);
}
.ltn__service-form-color-white .ltn__service-form-box input:-moz-placeholder {
  color: var(--white);
}
.ltn__service-form-color-white .input-item-date.ltn__custom-icon::before {
  color: var(--white);
  top: 50%;
}
.input-item-date {
  margin-bottom: 30px;
}
.input-item-date input[type="date"] {
  background-color: #fff0;
  border: 2px solid var(--border-color-1);
  height: 65px;
  width: 100%;
  padding: 0 20px;
}
.input-item-date input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
.ltn__service-form-1 .ltn__service-form-brief {
  padding-left: 100px;
}
.ltn__service-form-margin {
  margin-top: -160px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ltn__service-form-box {
    padding: 0;
  }
  .ltn__service-form-box .input-item {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .ltn__service-form-box > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ltn__service-form-box > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (max-width: 575px) {
  .ltn__service-form-1 .ltn__service-form-brief {
    padding-left: 20px;
  }
}
.get-a-quote-wrap {
  padding: 40px 50px 50px;
  border: 2px solid;
  border-color: var(--border-color-1);
}
.get-a-quote-form {
  margin: 0;
}
.get-a-quote-form .btn-wrapper {
  padding: 0 40px;
}
.get-a-quote-form .btn {
  width: 100%;
}
.get-a-quote-form input::-webkit-input-placeholder {
  color: var(--ltn__color-1);
}
.get-a-quote-form input::-moz-placeholder {
  color: var(--ltn__color-1);
}
.get-a-quote-form input:-ms-input-placeholder {
  color: var(--ltn__color-1);
}
.get-a-quote-form input:-moz-placeholder {
  color: var(--ltn__color-1);
}
.input-item .nice-select {
  border: 2px solid;
  border-color: var(--border-color-1);
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  height: 65px;
  line-height: 60px;
  width: 100%;
  margin-bottom: 30px;
}
.input-item .nice-select .current {
  font-weight: 700;
}
.input-item .nice-select::after {
  display: none;
}
.input-item .nice-select::before {
  content: "\f063";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: var(--ltn__secondary-color);
}
.input-item::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 1199px) {
  .get-a-quote-form .btn-wrapper {
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .get-a-quote-wrap {
    padding: 40px 30px 50px;
  }
}
.ltn__car-dealer-form-tab .ltn__tab-menu {
  margin-bottom: 0;
}
.ltn__car-dealer-form-tab .ltn__tab-menu .active {
  border-color: var(--ltn__secondary-color);
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__car-dealer-form-tab .tab-content {
  padding: 40px;
  background-color: var(--section-bg-1);
}
.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ltn__car-dealer-form-box .nice-select {
  margin: 0;
  height: 60px;
  line-height: 58px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ltn__heading-font);
  width: 100%;
}
.ltn__car-dealer-form-box .nice-select .list {
  width: 100%;
  z-index: 99;
  max-height: 250px;
  overflow-y: auto;
}
.ltn__car-dealer-form-box .ltn__custom-icon::before {
  display: none;
}
.ltn__car-dealer-form-box input[type="text"],
.ltn__car-dealer-form-box input[type="email"],
.ltn__car-dealer-form-box input[type="password"],
.ltn__car-dealer-form-box input[type="submit"],
.ltn__car-dealer-form-box textarea {
  margin-bottom: 0;
}
.car-price-filter-range .price_filter .ui-widget-content {
  height: 8px;
  background-color: var(--white);
  margin-top: 20px;
}
span.directorist-pf-range {
  color: var(--ltn__paragraph-color);
}
.car-price-filter-range .price_filter .ui-state-default:last-child::before {
  position: absolute;
}
.car-price-filter-range .price_filter .ui-state-default:last-child::after {
  position: absolute;
  content: "";
  top: -30px;
  left: -5px;
  background-image: url(../../themes/quarter/assets/img/icons/car.html);
  z-index: 99;
  width: 125px;
  height: 50px;
  background-repeat: no-repeat;
}
.car-price-filter-range .price_slider_amount > input[type="text"],
.car-price-filter-range .price_slider_amount > input[type="submit"] {
  font-weight: 700;
}
@media (max-width: 767px) {
  .ltn__car-dealer-form-tab .tab-content {
    padding: 40px 25px;
  }
  .ltn__car-dealer-form-box .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
  }
}
.ltn__video-popup-margin {
  margin-bottom: -180px;
}
.ltn__video-popup-margin-2 {
  margin-top: -295px;
}
.ltn__brand-logo-item {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 10px 0;
}
.ltn__brand-logo-item img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ltn__brand-logo-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.ltn__brand-logo-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ltn__progress-bar-wrap {
  margin-bottom: 50px;
}
.ltn__progress-bar-item {
  overflow: hidden;
  margin-bottom: 10px;
}
.ltn__progress-bar-item > p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.ltn__progress-bar-item .progress {
  background: #ebeeee none repeat scroll 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  height: 3px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 12px;
  overflow: visible;
  text-transform: uppercase;
  position: relative;
}
.ltn__progress-bar-item .progress-bar {
  background-color: var(--ltn__secondary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--ltn__secondary-color);
  font-size: 11px;
  overflow: visible;
  height: 7px;
  margin-top: -2px;
  text-align: left;
  position: relative;
}
.ltn__progress-bar-item .progress-bar span {
  border-radius: 15px;
  display: inline-block;
  height: 25px;
  letter-spacing: 0;
  line-height: 24px;
  min-width: 25px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .ltn__progress-bar-item > p {
    font-size: 14px;
  }
}
.ltn__our-journey-wrap ul {
  margin-left: 0;
  padding-left: 0;
}
.ltn__our-journey-wrap > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
.ltn__our-journey-wrap > ul::before {
  position: absolute;
  content: "";
  background-color: #d13724;
  height: 4px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ltn__our-journey-wrap > ul li {
  list-style: none;
  margin: 0;
}
.ltn__our-journey-wrap > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.ltn__our-journey-wrap > ul > li:nth-last-child(1) ul,
.ltn__our-journey-wrap > ul > li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.ltn__our-journey-wrap > ul > li::before {
  position: absolute;
  content: "";
  top: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid #fff0;
  border-right: 15px solid #fff0;
  border-bottom: 15px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__our-journey-wrap > ul > li ul {
  position: absolute;
  bottom: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.ltn__our-journey-wrap > ul > li.active .ltn__journey-icon,
.ltn__our-journey-wrap > ul > li:hover .ltn__journey-icon {
  background-color: var(--white);
  color: var(--ltn__secondary-color);
}
.ltn__our-journey-wrap > ul > li.active ul,
.ltn__our-journey-wrap > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.ltn__our-journey-wrap > ul > li.active::before,
.ltn__our-journey-wrap > ul > li:hover::before {
  opacity: 1;
  visibility: visible;
}
.ltn__our-journey-wrap .ltn__journey-icon {
  font-size: 20px;
  font-weight: 700;
  padding: 40px;
  background-color: var(--ltn__primary-color);
  color: var(--white);
  display: block;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  text-align: center;
}
.ltn__our-journey-wrap .dropdown-menu {
  padding: 0;
}
.ltn__journey-history-item-info {
  background-color: var(--white);
  padding: 20px;
  display: block;
  width: 550px;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  position: relative;
}
.ltn__journey-history-item-info .ltn__journey-history-img {
  float: left;
  margin-right: 20px;
  max-width: 150px;
}
.ltn__journey-history-item-info .ltn__journey-history-info {
  overflow: hidden;
}
.ltn__journey-history-item-info h3 {
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ltn__journey-history-item-info {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .ltn__our-journey-wrap .ltn__journey-icon {
    font-size: 18px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .ltn__journey-history-item-info {
    width: 350px;
  }
  .ltn__journey-history-item-info .ltn__journey-history-img {
    float: none;
    margin-bottom: 20px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .ltn__our-journey-wrap > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ltn__our-journey-wrap > ul > li ul {
    left: 30px;
  }
  .ltn__our-journey-wrap > ul > li:nth-last-child(1) ul,
  .ltn__our-journey-wrap > ul > li:nth-last-child(2) ul {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 575px) {
  .ltn__journey-history-item-info {
    width: 250px;
  }
  .ltn__journey-history-item-info .ltn__journey-history-img {
    float: none;
    margin-bottom: 20px;
  }
}
.ltn__google-map-locations-area #gmap {
  height: 90vh;
}
.ltn__google-map-locations-area #gmap .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.ltn__google-map-locations-area #gmap .gm-style .gm-style-iw-c {
  padding: 25px 8px 5px 25px !important;
  border-radius: 0;
}
.ltn__map-item {
  padding: 30px 25px 35px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}
.ltn__map-item .ltn__location-name {
  border-bottom: 2px solid var(--border-color-1);
  margin-bottom: 25px;
  color: var(--ltn__secondary-color);
  font-size: 20px;
}
.ltn__map-item .ltn__location-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.ltn__map-item .ltn__location-single-info i {
  margin-right: 10px;
  background: var(--ltn__secondary-color);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ltn__map-item .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ltn__map-item .btn {
  padding: 10px 10px;
  font-size: 13px;
  margin-right: 10px;
}
.ltn__google-map-locations-list-area .ltn__map-item {
  margin-bottom: 50px;
}
.ltn__location-search h3 {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 63px;
  color: var(--white);
}
.ltn__location-search .input-item {
  float: left;
  width: 300px;
}
.ltn__location-search form {
  padding: 50px 50px 20px;
  background-color: var(--ltn__secondary-color);
}
.ltn__state-location-title {
  padding: 15px 30px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  margin: 50px 0;
}
.ltn__map-product-item {
  max-width: 260px;
}
.ltn__map-product-item img {
  max-width: 100%;
  margin-bottom: 25px;
}
.ltn__map-product-item .ltn__map-product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.ltn__map-product-item .ltn__map-product-price {
  color: var(--ltn__secondary-color);
}
.ltn__map-product-item .ltn__map-product-location {
  font-weight: 500;
}
.ltn__map-product-item .ltn__map-product-location i {
  color: var(--ltn__secondary-color);
  margin-right: 2px;
}
.ltn__map-product-item .ltn__map-product-info {
  font-weight: 500;
}
.ltn__map-product-item .ltn__map-product-info span {
  margin-right: 10px;
}
.ltn__team-details-member-info .team-details-img {
  margin-bottom: 30px;
  max-width: 350px;
}
.ltn__team-details-member-info.text-right .team-details-img {
  margin-left: auto;
  margin-right: 0;
}
.ltn__team-details-member-info.text-center .team-details-img {
  margin-left: auto;
  margin-right: auto;
}
.ltn__team-details-member-about ul {
  margin: 0;
}
.ltn__team-details-member-about ul li {
  list-style: none;
  display: block;
}
.ltn__team-details-member-about ul li strong {
  min-width: 120px;
  display: inline-block;
}
.ltn__team-details-member-about > ul {
  padding: 0;
}
.ltn__our-history-inner .ltn__tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.ltn__our-history-inner .ltn__tab-menu .nav::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--white-6);
  z-index: -1;
}
.ltn__our-history-inner .ltn__tab-menu a {
  background-color: var(--white);
  border: 2px solid var(--white-6);
}
.ltn__our-history-inner .ltn__tab-menu .active {
  border-color: var(--ltn__secondary-color);
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.ltn__history-icon {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 160px;
  line-height: 1;
  color: var(--ltn__secondary-color);
}
.ltn__history-icon i {
  margin: 0;
}
.ltn__our-history-inner .about-img-left {
  padding-right: 70px;
}
.ltn__our-history-inner .about-img-right {
  padding-left: 70px;
}
.ltn__our-history-inner-2 .ltn__tab-menu {
  margin-bottom: 20px;
}
.ltn__our-history-inner-2 .ltn__tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.ltn__our-history-inner-2 .ltn__tab-menu .nav::before {
  display: none;
}
.ltn__our-history-inner-2 .ltn__tab-menu a {
  background-color: #fff0;
  border: 2px solid #fff0;
  font-size: 22px;
  padding: 5px 20px;
}
.ltn__our-history-inner-2 .ltn__tab-menu .active {
  border-color: #fff0;
  background-color: #fff0;
  color: var(--ltn__secondary-color);
}
@media (max-width: 767px) {
  .ltn__history-icon {
    bottom: 10px;
    right: 10px;
    font-size: 80px;
  }
  .ltn__our-history-inner .about-img-left {
    padding-right: 0;
  }
  .ltn__our-history-inner .about-img-right {
    padding-left: 0;
  }
}
.ltn__appointment-inner .alert {
  border-radius: 0;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.ltn__appointment-inner .alert-danger {
  font-weight: 600;
  font-size: 14px;
}
.ltn__checkout-single-content {
  margin-bottom: 30px;
}
.ltn__checkout-single-content h5 {
  background-color: var(--section-bg-1);
  padding: 20px 30px;
}
.ltn__checkout-single-content-info {
  padding: 30px;
  border: 1px solid var(--border-color-1);
}
.ltn__checkout-payment-method .card {
  padding: 20px;
  border-radius: 0;
}
.ltn__checkout-payment-method .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ltn__checkout-payment-method .card-body {
  padding: 15px 30px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  margin-top: 15px;
  position: relative;
}
.ltn__checkout-payment-method .card-body::before {
  position: absolute;
  top: -3px;
  left: 25px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.ltn__checkout-payment-method .ltn__card-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.ltn__checkout-payment-method .ltn__card-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
}
.ltn__checkout-payment-method .ltn__card-title::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #333;
}
.ltn__checkout-payment-method .ltn__card-title img {
  height: 45px;
  margin-left: 10px;
}
.ltn__checkout-payment-method .ltn__card-title[aria-expanded="true"]::after {
  opacity: 1;
}
.ltn__checkout-payment-method p {
  font-size: 14px;
}
.ltn__checkout-payment-method p:last-child {
  margin-bottom: 0;
}
.ltn__tab-menu-list .nav {
  display: block;
  margin-right: 30px;
  border: 1px solid #eee;
}
.ltn__tab-menu-list .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color-1);
}
.ltn__tab-menu-list .nav a:last-child {
  border-bottom: 0;
}
.ltn__tab-menu-list .nav a i {
  font-size: 14px;
}
.ltn__tab-menu-list .nav a.active {
  background-color: var(--section-bg-2);
  color: var(--white);
}
.ltn__myaccount-tab-content-inner > p {
  padding: 20px;
  background-color: var(--section-bg-1);
}
.ltn__time-schedule-widget {
  padding: 50px 40px;
  margin-top: -10px;
}
.ltn__time-schedule-widget h3 {
  border-bottom: 2px solid rgb(255 255 255 / 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.ltn__time-schedule-widget ul {
  padding: 0;
  margin: 0;
}
.ltn__time-schedule-widget ul li {
  display: block;
}
.ltn__time-schedule-widget ul li span {
  float: right;
}
.ltn__contact-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 30px 20px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  margin-bottom: 30px;
  background-color: var(--white);
}
.ltn__contact-feature-icon {
  font-size: 50px;
  margin-right: 20px;
  color: var(--ltn__secondary-color);
  line-height: 1;
  max-width: 50px;
}
.ltn__contact-feature-info .h6,
.ltn__contact-feature-info .h2 {
  font-family: var(--ltn__body-font);
}
.ltn__contact-feature-info .h6 {
  color: var(--ltn__color-3);
}
@media (max-width: 1400px) {
  .ltn__contact-feature-icon {
    font-size: 40px;
    margin-right: 15px;
  }
  .ltn__contact-feature-info .h6 {
    font-size: 14px;
  }
  .ltn__contact-feature-info .h2 {
    font-size: 18px;
  }
}
.ltn__img-slide-item-4 > a,
.ltn__img-slide-item-3 > a,
.ltn__img-slide-item-2 > a {
  display: block;
  overflow: hidden;
}
.ltn__img-slide-item-4 img,
.ltn__img-slide-item-3 img,
.ltn__img-slide-item-2 img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ltn__img-slide-item-4:hover img,
.ltn__img-slide-item-3:hover img,
.ltn__img-slide-item-2:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  min-width: 100%;
  height: 100%;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ltn__video-play-btn {
  margin-top: 0;
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}
.ltn__youtube-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.ltn__newsletter-popup-2 .modal-header .close {
  background-color: var(--section-bg-1);
  color: var(--ltn__heading-color);
  border-radius: 0 0 0 20px;
}
.ltn__newsletter-popup-2 .modal-body {
  padding: 0;
}
.ltn__newsletter-popup-2 .ltn__newsletter-popup-info {
  padding: 30px;
}
.ltn__newletter-popup-active {
  max-width: 850px;
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  display: none;
}
.ltn__newletter-popup {
  position: relative;
  padding: 30px;
}
.ltn__newletter-popup p {
  font-size: 14px;
}
.ltn__newletter-popup .subscribe-bottom {
  font-size: 14px;
}
.ltn__newsletter-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
.ltn__newsletter-close:hover {
  color: var(--ltn__secondary-color);
}
.ltn__newsletter-close-btn-left {
  right: auto;
  left: 0;
}
.ltn__newsletter-popup-info {
  padding: 15px;
}
.text-center .ltn__newsletter-popup-info input[type="email"] {
  text-align: center;
}
.ltn__newletter-popup-3 {
  padding: 0;
}
.ltn__newletter-popup-3 .ltn__newsletter-popup-info {
  padding: 30px;
}
.ltn__newletter-popup-4 {
  padding: 0;
}
.ltn__newletter-popup-4 .ltn__newsletter-popup-info {
  padding: 30px 30px 30px 10px;
}
@media (max-width: 991px) {
  .ltn__newletter-popup-active {
    max-width: 400px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .ltn__newsletter-popup-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .ltn__newletter-popup-active {
    max-width: 300px;
  }
}
.apartments-plan-info {
  padding: 70px;
}
.apartments-plan-info,
.apartments-plan-img {
  margin-bottom: 50px;
}
.apartments-info-list > ul {
  padding: 0;
  margin: 0;
}
.apartments-info-list > ul li {
  list-style: none;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.apartments-info-list > ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px dashed;
  border-color: var(--section-bg-5);
  z-index: 1;
}
.apartments-info-list > ul li a {
  display: block;
}
.apartments-info-list > ul li a span {
  float: right;
}
.apartments-info-list > ul li label {
  padding-right: 10px;
  background-color: var(--white);
  position: relative;
  z-index: 2;
}
.apartments-info-list > ul li span {
  float: right;
  padding-left: 10px;
  background-color: var(--white);
  position: relative;
  z-index: 2;
}
.apartments-info-list-color > ul li::before {
  border-color: var(--section-bg-5);
}
.apartments-info-list-color > ul li label {
  background-color: var(--ltn__secondary-color);
}
.apartments-info-list-color > ul li span {
  background-color: var(--ltn__secondary-color);
}
.section-bg-1 .apartments-info-list-color > ul li::before {
  border-color: var(--ltn__color-1);
}
.section-bg-1 .apartments-info-list-color > ul li label {
  background-color: var(--section-bg-1);
}
.section-bg-1 .apartments-info-list-color > ul li span {
  background-color: var(--section-bg-1);
}
@media (max-width: 767px) {
  .apartments-plan-info {
    padding: 30px;
  }
  .apartments-info-list ul li {
    font-size: 14px;
  }
}
.ltn__upcoming-project-item {
  padding: 30px 45px 30px 30px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: var(--white);
}
.ltn__upcoming-project-item .ltn__upcoming-project-img {
  margin-top: 0;
}
.ltn__upcoming-project-item .ltn__upcoming-project-info {
  padding: 50px 20px;
}
@media (max-width: 991px) {
  .ltn__upcoming-project-item {
    padding: 30px 30px 30px 30px;
  }
  .ltn__upcoming-project-item .ltn__upcoming-project-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ltn__upcoming-project-item .ltn__upcoming-project-info {
    padding: 50px 0;
  }
}
.ltn__search-by-place-item {
  padding: 15px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  background-color: var(--white);
  margin-bottom: 50px;
}
.ltn__search-by-place-item .search-by-place-img {
  position: relative;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge {
  position: absolute;
  top: 0;
  left: 10px;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge ul {
  padding: 0;
  margin: 0;
}
.ltn__search-by-place-item .search-by-place-img .search-by-place-badge ul li {
  display: inline-block;
  background-color: var(--white);
  padding: 6px 15px 2px;
  border-radius: 25px;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.ltn__search-by-place-item .search-by-place-info {
  padding: 30px 5px 10px;
}
.ltn__search-by-place-item .search-by-place-info h6 {
  font-family: var(--ltn__body-font);
  color: var(--ltn__color-5);
  font-weight: 400;
}
.ltn__search-by-place-item .search-by-place-info h4 {
  font-weight: 600;
}
.ltn__search-by-place-item .search-by-place-info .search-by-place-btn a {
  color: var(--ltn__secondary-color);
}
.ltn__search-by-place-item .search-by-place-brief {
  font-size: 14px;
  margin-top: 10px;
}
.ltn__select-availability-table-wrap .tower-name {
  text-transform: uppercase;
}
.ltn__select-availability-table ul {
  padding: 0 0 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ltn__select-availability-table ul li {
  list-style: none;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.ltn__select-availability-table .ltn__select-availability-table-head {
  border-bottom: 2px solid;
  border-color: var(--border-color-1);
}
.ltn__select-availability-table
  .ltn__select-availability-table-row:nth-child(odd) {
  background-color: var(--section-bg-1);
}
.ltn__select-availability-table-responsive
  .ltn__select-availability-table-row-responsive-item {
  padding: 10px 0 25px;
  margin: 0;
  text-align: center;
}
.ltn__select-availability-table-responsive
  .ltn__select-availability-table-row-responsive-item:nth-child(odd) {
  background-color: var(--section-bg-1);
}
.ltn__select-availability-table-responsive
  .ltn__select-availability-table-row-responsive-item
  li {
  display: block;
  list-style: none;
}
.ltn__select-availability-table-responsive
  .ltn__select-availability-table-row-responsive-item
  li::after {
  display: block;
  clear: both;
  content: "";
}
.ltn__select-availability-table-responsive
  .ltn__select-availability-table-row-responsive-item
  li
  span {
  width: 50%;
  float: left;
}
.ltn__neighbour-tab-wrap {
  position: relative;
}
.ltn__neighbour-tab-wrap .ltn__tab-menu-4 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 20px;
}
@media (max-width: 991px) {
  .ltn__neighbour-tab-wrap .ltn__tab-menu-4 {
    position: inherit;
    margin-bottom: 30px;
    left: inherit;
    bottom: inherit;
  }
  .ltn__neighbour-tab-wrap .ltn__tab-menu-4 a img {
    max-width: 70px;
  }
}
#lightcase-overlay {
  z-index: 9999;
  background: var(--section-bg-2);
}
#lightcase-case {
  z-index: 99999;
}
.ltn__my-properties-table {
  margin-top: 0;
}
.ltn__my-properties-table .table thead th {
  border-bottom: 1px solid var(--border-color-1) !important;
}
.ltn__my-properties-table tr,
.ltn__my-properties-table .table tr:nth-child(odd),
.ltn__my-properties-table .table tr:nth-child(even) {
  background-color: #fff0;
}
.ltn__my-properties-table td {
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ltn__my-properties-img {
  width: 180px;
}
@media (max-width: 767px) {
  .ltn__my-properties-table {
    margin-top: 0;
  }
  .ltn__my-properties-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
  .ltn__my-properties-table .table tr:nth-child(odd) {
    background-color: #fff0;
  }
  .ltn__my-properties-table .table tr:nth-child(even) {
    background-color: var(--section-bg-1);
  }
  .ltn__my-properties-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ltn__my-properties-img {
    width: 100%;
  }
}
.footer-widget .footer-title {
  font-size: 22px;
}
.ltn__footer-2 .footer-widget .footer-title {
  font-size: 24px;
}
.ltn__footer-2 .footer-widget p,
.ltn__footer-2 .footer-widget li {
  font-size: 16px;
}
.ltn__footer-2 .footer-about-widget .footer-logo {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
}
.ltn__footer-2 .footer-menu ul li {
  margin-bottom: 30px;
  font-weight: 600;
}
.ltn__footer-2 .footer-widget .ltn__blog-meta li,
.footer-widget .ltn__blog-meta li {
  font-size: 14px;
}
.ltn__footer-color-1 p {
  color: var(--ltn__color-2);
}
.ltn__footer-color-1 p a {
  color: var(--white);
}
.ltn__footer-color-1 .ltn__footer-timeline-widget-1 li span {
  color: var(--ltn__color-1);
}
.ltn__footer-color-1 .ltn__footer-timeline-widget-1 li:last-child span {
  color: var(--white);
}
.ltn__footer-color-1 .footer-menu ul li {
  color: var(--ltn__color-2);
}
.ltn__footer-color-1 .ltn__footer-blog-item {
  border-color: var(--border-color-6);
}
.ltn__footer-color-1 .ltn__footer-blog-item .ltn__blog-meta li {
  color: var(--ltn__color-2);
}
.ltn__footer-color-1 .ltn__copyright-area {
  background-color: var(--ltn__primary-color-2);
}
.ltn__footer-color-1 .get-support-info h6 {
  color: var(--ltn__color-4);
}
.ltn__footer-color-1 .get-support-info h4 {
  color: var(--white);
}
.ltn__footer-color-1 .ltn__copyright-menu ul li {
  color: var(--white);
}
.ltn__footer-color-2 .ltn__footer-timeline-widget-1 {
  background-color: var(--white);
}
.ltn__footer-color-2 .ltn__footer-timeline-widget-1 li {
  border-color: #fff0;
}
.ltn__footer-color-2 .ltn__footer-timeline-widget-1 li:last-child span {
  color: var(--ltn__secondary-color);
}
.ltn__footer-color-2 .ltn__footer-blog-item {
  border-color: var(--border-color-7);
}
.ltn__footer-color-2 .ltn__copyright-area {
  background-color: var(--white-4);
}
.footer-top-area {
  padding-top: 92px;
  padding-bottom: 20px;
}
.footer-widget {
  margin-bottom: 60px;
}
.footer-logo {
  position: relative;
  top: -10px;
}
.footer-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.footer-address ul {
  margin: 0;
  padding: 0;
}
.footer-address ul li {
  list-style: none;
  display: block;
  margin-top: 8px;
}
.footer-address ul li:after {
  display: block;
  clear: both;
  content: "";
}
.footer-address ul li .footer-address-icon {
  float: left;
  margin-right: 15px;
}
.footer-address ul li .footer-address-info {
  overflow: hidden;
}
.footer-address ul li .footer-address-info p {
  margin-bottom: 0;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
.footer-menu ul li a {
  position: relative;
}
.footer-menu ul li a::before {
  position: absolute;
  content: "//";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  color: var(--ltn__secondary-color);
}
.footer-menu ul li:hover a {
  padding-left: 20px;
}
.footer-menu ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.footer-menu ul ul {
  margin-left: 15px;
}
.footer-menu-widget-2-column {
  padding-left: 30px;
}
.footer-menu-widget-2-column .footer-menu {
  width: 50%;
  float: left;
}
.footer-menu-widget-2-column .footer-menu:nth-child(odd) {
  padding-left: 20px;
}
.footer-menu-widget-2-column ul {
  margin: 0;
}
.footer-menu-widget-2-column ul li {
  font-weight: 600;
}
.footer-newsletter form {
  position: relative;
}
.footer-newsletter input[type="email"] {
  margin: 0;
  padding-right: 50px;
}
.footer-newsletter .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
}
.footer-newsletter .btn-wrapper .btn {
  padding: 0 18px;
  height: 100%;
}
.ltn__footer-timeline-widget {
  padding: 50px 50px 40px;
  border-bottom: 5px solid;
  border-color: var(--border-color-5);
  margin-top: -92px;
}
.ltn__footer-timeline-widget .footer-title {
  font-size: 36px;
}
.ltn__footer-timeline-widget ul {
  margin: 0;
  padding: 0;
}
.ltn__footer-timeline-widget ul li {
  list-style: none;
  font-family: var(--ltn__heading-font);
  font-weight: 700;
  border-bottom: 1px solid;
  border-color: var(--border-color-6);
  padding-bottom: 10px;
  margin-top: 10px;
}
.ltn__footer-timeline-widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.ltn__footer-timeline-widget ul li:last-child span {
  font-weight: 700;
}
.ltn__footer-timeline-widget ul li span {
  float: right;
  font-weight: 600;
}
.ltn__footer-blog-item {
  border-bottom: 1px solid;
  border-color: var(--border-color-6);
  margin-bottom: 20px;
}
.ltn__footer-blog-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.ltn__footer-blog-item .ltn__blog-meta {
  margin-bottom: 5px;
}
.ltn__footer-blog-item .ltn__blog-meta i {
  color: var(--ltn__secondary-color);
  margin-right: 5px;
}
.ltn__footer-blog-item .ltn__blog-title {
  font-size: 20px;
}
.ltn__copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ltn__copyright-area .payment-method {
  text-align: right;
}
.ltn__copyright-design h6,
.ltn__copyright-design h4 {
  font-size: 14px;
  font-family: var(--ltn__body-font);
  font-weight: 700;
}
.ltn__copyright-design p {
  margin-bottom: 0;
}
.ltn__copyright-menu ul {
  margin: 0;
  padding: 0;
}
.ltn__copyright-menu ul li {
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
}
.ltn__copyright-menu ul li:last-child {
  margin-right: 0;
}
.ltn__copyright-menu ul li a {
  margin: 0;
}
@media (max-width: 991px) {
  .ltn__footer-timeline-widget {
    padding: 50px 25px 40px;
  }
  .ltn__copyright-area {
    text-align: center;
  }
  .ltn__copyright-area .payment-method {
    text-align: center;
    margin-top: 15px;
  }
  .ltn__copyright-area .site-logo-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ltn__copyright-area .ltn__copyright-menu {
    text-align: center !important;
  }
  #scrollUp {
    font-size: 16px;
    height: 30px;
    width: 30px;
    bottom: 50px;
  }
  #scrollUp i {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .ltn__footer-timeline-widget {
    padding: 50px 25px 40px;
  }
  .footer-menu-widget-2-column {
    padding-left: 0;
  }
  .ltn__copyright-menu {
    margin-top: 25px;
  }
  .ltn__footer-2 .footer-widget p,
  .ltn__footer-2 .footer-widget li {
    font-size: 14px;
  }
  .ltn__footer-2 .footer-widget .ltn__blog-meta li,
  .footer-widget .ltn__blog-meta li {
    font-size: 12px;
  }
  .ltn__footer-2 .footer-menu ul li {
    margin-bottom: 20px;
  }
  .ltn__footer-blog-item .ltn__blog-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ltn__footer-timeline-widget {
    padding: 50px 25px 40px;
  }
  .footer-menu-widget-2-column .footer-menu {
    width: 100%;
  }
  .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
    padding-left: 0;
  }
  .ltn__copyright-menu {
    margin-top: 25px;
  }
}
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: #071c1f;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--ltn__primary-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--ltn__secondary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.btn-wrapper {
  display: block;
  margin-top: 30px;
}
.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ltn__heading-font);
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
.btn:last-child {
  margin-right: 0;
}
.theme-btn-1 {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.theme-btn-1:hover {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.theme-btn-2 {
  background-color: var(--ltn__primary-color);
  color: var(--white);
}
.theme-btn-2:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.theme-btn-3 {
  background-color: #fff0;
  border: 2px solid var(--border-color-9);
}
.theme-btn-3:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}
.reverse-color {
  background-color: var(--ltn__secondary-color);
}
.reverse-color:hover {
  background-color: var(--ltn__primary-color);
}
.btn-white {
  background-color: var(--white);
  color: var(--ltn__primary-color);
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
}
.btn-white:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.btn-black {
  background-color: var(--black);
  color: var(--white);
}
.btn-black:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.btn-transparent {
  background-color: #fff0;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  border-color: #ddd;
}
.btn-transparent:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.btn-round {
  border-radius: 50px;
}
.btn-opacity-6 {
  opacity: 0.6;
}
.btn-opacity-6:hover {
  opacity: 1;
}
.btn-opacity-7 {
  opacity: 0.7;
}
.btn-opacity-7:hover {
  opacity: 1;
}
.btn-opacity-8 {
  opacity: 0.8;
}
.btn-opacity-8:hover {
  opacity: 1;
}
.btn-opacity-9 {
  opacity: 0.9;
}
.btn-opacity-9:hover {
  opacity: 1;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white);
}
.btn-effect-1:hover {
  color: var(--ltn__heading-color);
}
.btn-effect-1:hover::after {
  width: 100%;
}
.btn-effect-2:after {
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--white);
}
.btn-effect-2:hover {
  color: var(--ltn__heading-color);
}
.btn-effect-2:hover::after {
  width: 100%;
}
.btn-effect-3:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--ltn__primary-color);
}
.btn-effect-3:hover {
  color: var(--white);
}
.btn-effect-3:hover::after {
  width: 100%;
}
.btn-effect-4:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--ltn__secondary-color);
}
.btn-effect-4:hover {
  color: var(--white);
}
.btn-effect-4:hover::after {
  width: 100%;
}
.btn-full-width {
  display: block;
}
.btn-full-width-2 {
  display: block;
  width: 100%;
}
.btn-border {
  border: 2px solid var(--border-color-10);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    padding: 12px 25px;
  }
  [type="submit"].btn {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  [type="submit"].btn {
    padding: 12px 30px;
  }
}
.modal-product-brief .read-more {
  display: none;
}
.elementor .ltn__team-details-member-info-details hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contact-form .wpcf7-submit {
  margin-bottom: 0;
}
.directorist-embaded-video {
  width: 100%;
  height: 400px;
  border: 0 none;
}
.clenix-side-bar-widget {
  margin-bottom: 30px;
}
.ltn__comment-reply-area form .form-submit .submit {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  width: 231px;
  text-transform: uppercase !important;
}
.single-at_biz_dir .ltn__breadcrumb-area {
  margin-bottom: 0;
}
.single-post .clenix-blog-details-content {
  margin-bottom: 70px;
}
.clenix-blog-feed-content .ltn__blog-item {
  margin-bottom: 40px;
}
.page-title .niotitle {
  padding-right: 10px;
}
.directorist-review-content {
  margin-top: 20px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-area-wrap {
  padding: 22px 0;
}
.header-area-wrap .sticky-active {
  padding: 10px 0;
}
.ltn__header-transparent .ltn__main-menu > ul > li > a {
  color: #fff;
}
.ltn__header-top-two {
  padding: 5px 0;
}
.ltn__car-dealer-form-area {
  z-index: 2;
  position: relative;
}
.slide-item-car-dealer-form
  .directorist-search-contents
  .directorist-search-form-top {
  padding: 40px;
  background-color: var(--section-bg-1);
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item
  .directorist-listing-type-selection__link--current {
  border-color: var(--ltn__secondary-color);
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item
  a::after {
  background: #fff0;
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item
  a {
  display: inline-block;
  padding: 15px 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--ltn__heading-color);
  background-color: var(--section-bg-1);
  font-weight: 700;
}
.slide-item-car-dealer-form
  .directorist-search-form-wrap
  .directorist-search-form-box
  .directorist-form-group
  .directorist-form-element,
.slide-item-car-dealer-form
  .select2.select2-container
  .select2-selection--single
  .select2-selection__rendered {
  margin: 0;
  height: 60px;
  line-height: 58px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ltn__heading-font);
  width: 100%;
  -webkit-tap-highlight-color: #fff0;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: 0;
  padding-left: 35px;
}
.slide-item-car-dealer-form
  .directorist-search-contents
  .directorist-search-form-top
  .directorist-search-field {
  margin: 15px 15px;
}
.slide-item-car-dealer-form .directorist-price-ranges__item {
  margin-right: 15px;
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item {
  margin-bottom: 0;
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item
  a {
  margin: 5px !important;
}
.slide-item-car-dealer-form .directorist-listing-type-selection {
  justify-content: start;
}
.slide-item-car-dealer-form .directorist-container-fluid {
  padding-left: 0;
}
.slide-item-car-dealer-form
  .directorist-listing-type-selection
  .directorist-listing-type-selection__item:not(:last-child) {
  margin-right: 0;
}
.slide-item-car-dealer-form
  .directorist-price-ranges__item.directorist-price-ranges__price-frequency {
  border: solid 1px #e8e8e8;
  background: #fff;
}
.slide-item-car-dealer-form
  .directorist-price-ranges__item.directorist-price-ranges__price-frequency
  .directorist-price-ranges__price-frequency--btn:not(:last-child) {
  border-right: solid 1px #e8e8e8;
}
.slide-item-car-dealer-form
  .directorist-price-ranges__item.directorist-price-ranges__price-frequency
  .directorist-price-ranges__price-frequency--btn
  .directorist-pf-range {
  padding: 0 25px;
}
.slide-item-car-dealer-form.style_2 .directorist-search-contents {
  margin-top: 0 !important;
  padding-top: 15px !important;
}
.slide-item-car-dealer-form.style_2 .directorist-listing-type-selection {
  justify-content: center;
}
blockquote {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.889;
  position: relative;
  margin-bottom: 45px;
  padding: 70px 45px 35px;
  background-color: #e9f6f6;
  border-left: 3px solid var(--clfx-primary-color);
}
*:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  word-wrap: break-word;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget select {
  width: 100%;
  text-align: left;
  padding: 6px 25px 6px 25px;
  background: #fff;
  color: #000;
  border: 1px solid #eee;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 0em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wp-block-cover.has-background-dim {
  color: #fff;
}
.error-404.not-found.not-search .widget {
  padding: 0;
  border: 0;
}
.error-404.not-found h1 {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.2;
}
.no-results.not-found h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #051829;
}
.theme-logo {
  margin: 0;
  font-size: 24px;
}
.entry-footer .edit-link {
  margin-top: 20px;
  display: inline-block;
}
.wp-block-button.alignleft,
.wp-block-cover.has-background-dim.alignleft {
  margin-right: 25px;
}
.wp-block-search__label {
  margin-bottom: 10px;
}
.wp-block-search__button {
  margin-left: 0;
  background: #eee;
  color: #000;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}
.wp-block-search .wp-block-search__input {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 6px 80px 6px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.wp-block-group.has-background {
  padding: 20px;
}
.checkerbody .wp-caption.alignleft {
  margin-right: 15px;
}
.wp-caption.alignright {
  margin-left: 15px;
}
.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 600;
}
.wp-block-archives-list li {
  margin-bottom: 5px;
}
.wp-block-archives-list li a {
  color: #000;
}
.wp-block-archives-list li span {
  font-weight: 400;
}
.wp-calendar-nav a {
  background: #eee;
  color: #000;
  padding: 2px 7px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
}
.wp-block-latest-comments a,
.wp-block-latest-posts a,
.wp-block-rss a {
  font-weight: 600;
  color: #000;
}
.wp-block-latest-posts,
.wp-block-rss {
  padding: 0;
}
.wp-block-latest-posts li {
  margin-bottom: 10px;
}
.wp-block-tag-cloud a {
  background: #eee;
  color: #000;
  padding: 2px 7px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
}
@media (max-width: 767px) {
  .checkerbody .comments .article .details {
    width: 100%;
    float: none;
  }
}
.checkerbody .comments .article p {
  color: #4a4a4a;
}
.checkerbody .comment-respond h4 {
  font-size: 24px;
  margin: 0 0 1.2em;
}
@media (max-width: 991px) {
  .checkerbody .comment-respond h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .checkerbody .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
.checkerbody .comment-respond form {
  position: relative;
}
.checkerbody .comment-respond form input,
.checkerbody .comment-respond form textarea {
  background-color: #eee;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 13px;
}
.checkerbody .comment-respond form textarea {
  height: 195px;
}
.itsource-comments .comment-form {
  padding: 50px;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .checkerbody .comment-respond form textarea {
    height: 120px;
  }
}
.checkerbody .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}
@media (max-width: 991px) {
  .checkerbody .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}
.checkerbody .comment-respond .submit-btn button {
  width: 100%;
  background-color: #f9b522;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}
@media (max-width: 767px) {
  .checkerbody .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}
.checkerbody .comment-respond .submit-btn button:hover {
  background-color: #088a1e;
}
.blog-details-content table {
  margin-bottom: 20px;
}
.blog-details-content table,
.blog-details-content th,
.blog-details-content td {
  border: 1px solid #eaeaea;
  border: 1px solid rgb(51 51 51 / 0.1);
}
th,
td {
  padding: 0.4em;
}
.entry-title-meta h3 {
  margin-top: 0;
  font-weight: 500;
  color: #051829;
  font-size: 26px;
  font-family: "Adamina", Sans-serif;
  font-weight: 600;
  display: none;
}
.blog-details-content .entry-media {
  margin-bottom: 15px;
}
.tags-links a {
  background: #eee;
  color: #000;
  padding: 2px 7px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
}
.fw-row .link-xpages {
  clear: both;
  padding: 15px 0;
}
.link-xpages > span {
  background-color: #eee;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-right: 5px;
}
.link-xpages a {
  background-color: #eee;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-right: 5px;
}
.fw-row table,
.fw-row th,
.fw-row td {
  border: 1px solid #eaeaea;
  border: 1px solid rgb(51 51 51 / 0.1);
}
.blog-single-section .comments ol {
  padding: 0;
}
.tag-pingbacks-2 .entry-body > ol,
.tag-sticky-2 .entry-body > ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 19px;
}
.tag-comments-2 .entry-body > ul {
  margin-bottom: 20px;
  padding-left: 16px;
}
.tag-pingbacks-2 .entry-body > p,
.tag-sticky-2 .entry-body > p {
  margin-bottom: 0;
}
.blog-single-section .meta-info {
  list-style: none;
  overflow: hidden;
  border: 0;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.post-edit-link,
.post-edit-link:hover {
  color: #000;
  background-color: #eee;
  padding: 2px 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.postpass-form .post-pass {
  border-radius: 0;
  font-size: 13px;
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #e7e7e7;
  margin-top: 20px;
}
.logged-in-as a {
  margin-right: 3px;
}
.no-comments {
  margin-top: -10px;
}
.checkerbody.no-sidebar .col-md-3 {
  display: none;
}
.wp-block-button__link {
  font-size: 14px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-calendar a {
  text-decoration: none;
}
.itsource-comments #comment {
  width: 100%;
  border: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
}
.itsource-comments .icon-bg {
  position: absolute;
  top: 44px;
  right: 30px;
  color: #a3cc01;
}
.itsource-comments .comment-form-comment .icon-bg {
  top: 24px;
  right: 18px;
}
.itsource-comments .comment-form-comment,
.itsource-comments .comment-form-author,
.comment-form-email,
.itsource-comments .comment-form-url {
  position: relative;
}
.comments .form-control {
  width: 100%;
  border: none;
  height: 60px;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 0;
}
.comments .form-control:focus,
.comments .form-control-textarea:focus {
  border: 1px solid #3763ec;
}
.comments .comment-reply-title {
  font-size: 26px;
  color: #000b22;
  padding-bottom: 10px;
  margin: 0;
}
.checkerbody .blog-img-text {
  position: relative;
}
.checkerbody .blog-date {
  right: 0;
  top: -10px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 1;
  font-size: 14px;
  padding-top: 12px;
  background-color: #a3cc01;
  z-index: 1;
}
.checkerbody .blog-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.checkerbody .blog-date strong {
  font-size: 40px;
  display: block;
}
.checkerbody .blog-text {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 30px 25px 25px;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.checkerbody .has-post-thumbnail .blog-text {
  top: -30px;
  max-width: 90%;
  width: 100%;
}
.checkerbody .blog-grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .checkerbody .single-blog-style-one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog-style-one .blog-tag a {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: #a3cc01;
}
a:hover {
  text-decoration: none;
}
.blog-style-one .blog-img-text .blog-title h2 {
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  color: #242527;
  margin-top: 15px;
}
.blog-style-one .blog-img-text .blog-title a {
  color: #242527;
}
.page.checkerbody .fw-row {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ededed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 40px 40px 40px 40px;
}
.blog-style-one .blog-img-text .blog-meta {
  margin-top: 15px;
}
.blog-style-one .post-meta-author {
  margin-right: 20px;
}
.blog-style-one .blog-img-text .blog-meta a {
  font-size: 14px;
  font-weight: 700;
  margin-right: 0;
  color: #74787d;
}
.blog-style-one .blog-img-text .blog-meta i {
  color: #a3cc01;
}
.has-post-thumbnail .blog-img-text:hover .blog-text {
  top: -60px;
}
.breadcrumb_title {
  color: #fff;
  font-size: 40px;
  padding-bottom: 15px;
}
.checkerbody .blog-date {
  display: none;
}
.checkerbody .has-post-thumbnail .blog-date {
  display: block;
}
.checkerbody .breadcrumb_section {
  padding: 190px 0 150px 0;
  position: relative;
  background-image: url(../../themes/quarter/assets/css/brbg.html);
  background-size: cover;
  margin-bottom: 100px;
  background-position: center center;
}
.checkerbody .breadcrumb_section .background-overlay {
  background-color: rgb(0 9 25 / 0.8);
}
.checkerbody .breadcrumb_list {
  position: relative;
  color: #fff;
}
.checkerbody .blog-grids .sticky .entry_title:before {
  font-family: dashicons;
  content: "\f109";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
.checkerbody .entry-content img {
  max-width: 100%;
}
.checkerbody .toggle-overlay.search-btn {
  position: absolute;
  right: -70px;
  color: #fff;
}
.checkerbody .search-body {
  top: 70px;
  opacity: 0;
  width: 300px;
  right: 55px;
  height: auto;
  z-index: 999;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.1);
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.1);
}
.checkerbody .search-open {
  opacity: 1;
  visibility: visible;
}
.checkerbody .search-body .search-form {
  width: 100%;
  height: auto;
  position: relative;
}
.checkerbody .search-body .search-form .search-input {
  width: 100%;
  height: 50px;
  color: #000;
  padding: 0 20px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.checkerbody .search-body .search-form .search-close {
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 50px;
  color: #fff;
  height: 48px;
  border: none;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  position: absolute;
  background-color: #a3cc01;
  line-height: inherit;
  border: 1px solid #eee;
}
.blog-sidebar img {
  height: inherit;
}
.unit-test-breadcumb .breadcrumb_title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 15px;
}
.unit-test-breadcumb #crumbs a,
.unit-test-breadcumb #crumbs {
  color: #fff;
}
.unit-test-breadcumb {
  padding: 208px 0 173px 0;
  position: relative;
  background-size: cover;
  margin-top: -40px;
}
.unit-test-breadcumb .sep {
  padding: 0 10px;
}
.unit-test-breadcumb .background-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(0 9 25 / 0.8);
}
.unit-test-breadcumb .container {
  position: relative;
}
.page .blog-details-content .submit {
  color: #fff;
  border: none;
  padding: 20px 40px;
  background-color: #a3cc01;
  height: 64px;
  cursor: pointer;
}
.page.logged-in .blog-details-content .submit {
  margin-top: 20px;
}
.khb_nav_row .khbtap {
  position: absolute;
  right: 0;
  color: #fff;
}
.postid-1785 .wp-block-button__link:hover {
  color: white !important;
}
.postid-1785 .is-style-outline .wp-block-button__link:hover {
  color: black !important;
}
.page-id-501 .link-xpages {
  clear: both;
  padding: 15px 0;
  padding-top: 36px !important;
}
.admin-bar .khb-mobile {
  top: 45px;
}
.navigation.posts-navigation {
  width: 100%;
}
.breadcrumb_title .niotitle {
  padding-right: 20px;
}
.postid-1148 #comment-7 {
  margin-bottom: 12px;
}
.postid-1148 #comment-7 .details > ul {
  padding-left: 0;
  padding-bottom: 10px;
}
.postid-1148 #comment-7 .details > ol {
  padding-bottom: 10px;
}
#cancel-comment-reply-link {
  padding-left: 10px;
}
@media (max-width: 1030px) {
  .unit-test-breadcumb .breadcrumb_title {
    font-size: 30px;
  }
  .blog-style-one .col-md-4,
  .blog-style-one .col-md-8 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .checkerbody .blog-grids {
    margin-left: 0;
    margin-right: 0;
  }
  .navigation.posts-navigation {
    padding-right: 0;
    padding-left: 0;
  }
}
.blog-sidebar .wp-block-group__inner-container h2 {
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.wp-block-search .wp-block-search__label {
  color: #101010;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkerbody .clenix-blog-feed-item {
  margin-bottom: 60px;
}
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-archives-list li {
  position: relative;
  margin-top: 5px;
  font-weight: 400;
}
.wp-block-archives-list li:before {
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--clfx-primary-color);
}
.wp-block-categories-list li {
  position: relative;
  margin-top: 5px;
  font-weight: 400;
}
.wp-block-categories-list li:before {
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--clfx-primary-color);
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.nav-links > div a {
  height: 60px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  border: 1px solid #bbb;
}
.checkerbody .clenix-blog-details-area .inner-text p {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.checkerbody .clenix-blog-details-area {
  display: flex;
  flex-direction: column;
}
.checkerbody .clenix-blog-share-tag {
  margin: 50px 0 70px;
  clear: both;
}
.clenix-page-details-area h1,
.clenix-page-details-area h2 {
  color: #101010;
  font-weight: 700;
}
.checkerbody .nav-links {
  margin-bottom: 40px;
}
.clenix-side-bar-widget.widget_block {
  padding: 35px 30px 40px 35px;
  border: 2px solid var(--border-color-11);
}
.ltn__blog-category .blog-cat {
  margin-right: 5px;
}
.checkerbody .menu-icon > a::before {
  display: none;
}
.blog-sidebar select {
  width: 100%;
  padding: 8px;
}
.blog-sidebar #search-form button {
  display: none;
}
.checkerbody .clenix-side-bar-widget {
  margin-bottom: 30px;
  padding: 35px 30px 40px 35px;
  border: 2px solid var(--border-color-11);
}
.checkerbody .clenix-side-bar-widget .widgetsidetit {
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.blog-sidebar ul.children {
  padding-left: 10px;
}
.blog-sidebar .widget_rss a {
  color: #000;
  font-weight: 700;
}
.blog-sidebar .widget_rss .rss-date {
  display: block;
  color: #000;
  font-size: 14px;
}
.blog-sidebar .tagcloud a {
  display: block;
  padding: 8px 24px 6px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: var(--section-bg-1);
  font-weight: 700;
  font-family: var(--ltn__heading-font);
  display: inline-block;
  margin: 5px 3px;
}
.blog-sidebar .tagcloud a:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}
.comment_element.d-flex {
  flex-direction: column;
}
.wp-block-button {
  margin-bottom: 10px;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgb(51 51 51 / 0.1);
}
.blog-sidebar ul.sub-menu {
  padding-left: 10px;
}
#wp-calendar {
  width: 100%;
}
.trackback .ltn__comment-reply-btn,
.pingback .ltn__comment-reply-btn {
  display: none;
}
.postid-1149 .ltn__comment-reply-btn {
  display: none;
}
.wp-block-archives-dropdown select {
  width: 100%;
  margin-bottom: 10px;
}
.ltn__page-details-inner p.form-submit {
  margin-top: 0;
}
.checkerbody .comment-respond form .form-submit input.submit {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  width: 231px;
  text-transform: uppercase !important;
  height: 65px;
  border: 2px solid;
}
.blog-hash-tag span {
  padding-right: 10px;
}
.ltn__blog-author .single-author .dashicons {
  top: 2px;
  position: relative;
  margin-right: 0;
}
.blog_comment_box.headline h2,
.comment-reply-title,
.blog_comment_box.headline h3 {
  font-weight: 600;
}
.ltn__blog-details-wrap .blog-sidebar #search-form button {
  display: block;
  position: absolute;
  top: 19px;
  background: #fff0;
  right: 10px;
}
.password-form {
  position: relative;
}
.khb-mobilenav .sub-menu {
  display: none;
}
.khb-mobilenav a {
  display: block;
  position: relative;
}
.khb-mobilenav li.menu-item-has-children > a:after {
  content: " +";
  display: inline-block;
  transition: 0.1s;
  right: 0;
  position: absolute;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .nav-links {
    display: block;
  }
  .nav-links > div a {
    width: 100%;
    margin-bottom: 18px;
  }
  .checkerbody .comment-respond form .form-submit input.submit {
    width: 100%;
  }
  .clenix-blog-sidebar {
    margin-top: 30px;
  }
} /*! This file is auto-generated */
@font-face {
  font-display: swap;
  font-family: dashicons;
  src: url("risingstarbuiltec/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");
  src: url("risingstarbuiltec/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix")
      format("embedded-opentype"),
    url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u")
      format("woff"),
    url("risingstarbuiltec/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.dashicons-admin-appearance:before {
  content: "\f100";
}
.dashicons-admin-collapse:before {
  content: "\f148";
}
.dashicons-admin-comments:before {
  content: "\f101";
}
.dashicons-admin-customizer:before {
  content: "\f540";
}
.dashicons-admin-generic:before {
  content: "\f111";
}
.dashicons-admin-home:before {
  content: "\f102";
}
.dashicons-admin-links:before {
  content: "\f103";
}
.dashicons-admin-media:before {
  content: "\f104";
}
.dashicons-admin-multisite:before {
  content: "\f541";
}
.dashicons-admin-network:before {
  content: "\f112";
}
.dashicons-admin-page:before {
  content: "\f105";
}
.dashicons-admin-plugins:before {
  content: "\f106";
}
.dashicons-admin-post:before {
  content: "\f109";
}
.dashicons-admin-settings:before {
  content: "\f108";
}
.dashicons-admin-site-alt:before {
  content: "\f11d";
}
.dashicons-admin-site-alt2:before {
  content: "\f11e";
}
.dashicons-admin-site-alt3:before {
  content: "\f11f";
}
.dashicons-admin-site:before {
  content: "\f319";
}
.dashicons-admin-tools:before {
  content: "\f107";
}
.dashicons-admin-users:before {
  content: "\f110";
}
.dashicons-airplane:before {
  content: "\f15f";
}
.dashicons-album:before {
  content: "\f514";
}
.dashicons-align-center:before {
  content: "\f134";
}
.dashicons-align-full-width:before {
  content: "\f114";
}
.dashicons-align-left:before {
  content: "\f135";
}
.dashicons-align-none:before {
  content: "\f138";
}
.dashicons-align-pull-left:before {
  content: "\f10a";
}
.dashicons-align-pull-right:before {
  content: "\f10b";
}
.dashicons-align-right:before {
  content: "\f136";
}
.dashicons-align-wide:before {
  content: "\f11b";
}
.dashicons-amazon:before {
  content: "\f162";
}
.dashicons-analytics:before {
  content: "\f183";
}
.dashicons-archive:before {
  content: "\f480";
}
.dashicons-arrow-down-alt:before {
  content: "\f346";
}
.dashicons-arrow-down-alt2:before {
  content: "\f347";
}
.dashicons-arrow-down:before {
  content: "\f140";
}
.dashicons-arrow-left-alt:before {
  content: "\f340";
}
.dashicons-arrow-left-alt2:before {
  content: "\f341";
}
.dashicons-arrow-left:before {
  content: "\f141";
}
.dashicons-arrow-right-alt:before {
  content: "\f344";
}
.dashicons-arrow-right-alt2:before {
  content: "\f345";
}
.dashicons-arrow-right:before {
  content: "\f139";
}
.dashicons-arrow-up-alt:before {
  content: "\f342";
}
.dashicons-arrow-up-alt2:before {
  content: "\f343";
}
.dashicons-arrow-up-duplicate:before {
  content: "\f143";
}
.dashicons-arrow-up:before {
  content: "\f142";
}
.dashicons-art:before {
  content: "\f309";
}
.dashicons-awards:before {
  content: "\f313";
}
.dashicons-backup:before {
  content: "\f321";
}
.dashicons-bank:before {
  content: "\f16a";
}
.dashicons-beer:before {
  content: "\f16c";
}
.dashicons-bell:before {
  content: "\f16d";
}
.dashicons-block-default:before {
  content: "\f12b";
}
.dashicons-book-alt:before {
  content: "\f331";
}
.dashicons-book:before {
  content: "\f330";
}
.dashicons-buddicons-activity:before {
  content: "\f452";
}
.dashicons-buddicons-bbpress-logo:before {
  content: "\f477";
}
.dashicons-buddicons-buddypress-logo:before {
  content: "\f448";
}
.dashicons-buddicons-community:before {
  content: "\f453";
}
.dashicons-buddicons-forums:before {
  content: "\f449";
}
.dashicons-buddicons-friends:before {
  content: "\f454";
}
.dashicons-buddicons-groups:before {
  content: "\f456";
}
.dashicons-buddicons-pm:before {
  content: "\f457";
}
.dashicons-buddicons-replies:before {
  content: "\f451";
}
.dashicons-buddicons-topics:before {
  content: "\f450";
}
.dashicons-buddicons-tracking:before {
  content: "\f455";
}
.dashicons-building:before {
  content: "\f512";
}
.dashicons-businessman:before {
  content: "\f338";
}
.dashicons-businessperson:before {
  content: "\f12e";
}
.dashicons-businesswoman:before {
  content: "\f12f";
}
.dashicons-button:before {
  content: "\f11a";
}
.dashicons-calculator:before {
  content: "\f16e";
}
.dashicons-calendar-alt:before {
  content: "\f508";
}
.dashicons-calendar:before {
  content: "\f145";
}
.dashicons-camera-alt:before {
  content: "\f129";
}
.dashicons-camera:before {
  content: "\f306";
}
.dashicons-car:before {
  content: "\f16b";
}
.dashicons-carrot:before {
  content: "\f511";
}
.dashicons-cart:before {
  content: "\f174";
}
.dashicons-category:before {
  content: "\f318";
}
.dashicons-chart-area:before {
  content: "\f239";
}
.dashicons-chart-bar:before {
  content: "\f185";
}
.dashicons-chart-line:before {
  content: "\f238";
}
.dashicons-chart-pie:before {
  content: "\f184";
}
.dashicons-clipboard:before {
  content: "\f481";
}
.dashicons-clock:before {
  content: "\f469";
}
.dashicons-cloud-saved:before {
  content: "\f137";
}
.dashicons-cloud-upload:before {
  content: "\f13b";
}
.dashicons-cloud:before {
  content: "\f176";
}
.dashicons-code-standards:before {
  content: "\f13a";
}
.dashicons-coffee:before {
  content: "\f16f";
}
.dashicons-color-picker:before {
  content: "\f131";
}
.dashicons-columns:before {
  content: "\f13c";
}
.dashicons-controls-back:before {
  content: "\f518";
}
.dashicons-controls-forward:before {
  content: "\f519";
}
.dashicons-controls-pause:before {
  content: "\f523";
}
.dashicons-controls-play:before {
  content: "\f522";
}
.dashicons-controls-repeat:before {
  content: "\f515";
}
.dashicons-controls-skipback:before {
  content: "\f516";
}
.dashicons-controls-skipforward:before {
  content: "\f517";
}
.dashicons-controls-volumeoff:before {
  content: "\f520";
}
.dashicons-controls-volumeon:before {
  content: "\f521";
}
.dashicons-cover-image:before {
  content: "\f13d";
}
.dashicons-dashboard:before {
  content: "\f226";
}
.dashicons-database-add:before {
  content: "\f170";
}
.dashicons-database-export:before {
  content: "\f17a";
}
.dashicons-database-import:before {
  content: "\f17b";
}
.dashicons-database-remove:before {
  content: "\f17c";
}
.dashicons-database-view:before {
  content: "\f17d";
}
.dashicons-database:before {
  content: "\f17e";
}
.dashicons-desktop:before {
  content: "\f472";
}
.dashicons-dismiss:before {
  content: "\f153";
}
.dashicons-download:before {
  content: "\f316";
}
.dashicons-drumstick:before {
  content: "\f17f";
}
.dashicons-edit-large:before {
  content: "\f327";
}
.dashicons-edit-page:before {
  content: "\f186";
}
.dashicons-edit:before {
  content: "\f464";
}
.dashicons-editor-aligncenter:before {
  content: "\f207";
}
.dashicons-editor-alignleft:before {
  content: "\f206";
}
.dashicons-editor-alignright:before {
  content: "\f208";
}
.dashicons-editor-bold:before {
  content: "\f200";
}
.dashicons-editor-break:before {
  content: "\f474";
}
.dashicons-editor-code-duplicate:before {
  content: "\f494";
}
.dashicons-editor-code:before {
  content: "\f475";
}
.dashicons-editor-contract:before {
  content: "\f506";
}
.dashicons-editor-customchar:before {
  content: "\f220";
}
.dashicons-editor-expand:before {
  content: "\f211";
}
.dashicons-editor-help:before {
  content: "\f223";
}
.dashicons-editor-indent:before {
  content: "\f222";
}
.dashicons-editor-insertmore:before {
  content: "\f209";
}
.dashicons-editor-italic:before {
  content: "\f201";
}
.dashicons-editor-justify:before {
  content: "\f214";
}
.dashicons-editor-kitchensink:before {
  content: "\f212";
}
.dashicons-editor-ltr:before {
  content: "\f10c";
}
.dashicons-editor-ol-rtl:before {
  content: "\f12c";
}
.dashicons-editor-ol:before {
  content: "\f204";
}
.dashicons-editor-outdent:before {
  content: "\f221";
}
.dashicons-editor-paragraph:before {
  content: "\f476";
}
.dashicons-editor-paste-text:before {
  content: "\f217";
}
.dashicons-editor-paste-word:before {
  content: "\f216";
}
.dashicons-editor-quote:before {
  content: "\f205";
}
.dashicons-editor-removeformatting:before {
  content: "\f218";
}
.dashicons-editor-rtl:before {
  content: "\f320";
}
.dashicons-editor-spellcheck:before {
  content: "\f210";
}
.dashicons-editor-strikethrough:before {
  content: "\f224";
}
.dashicons-editor-table:before {
  content: "\f535";
}
.dashicons-editor-textcolor:before {
  content: "\f215";
}
.dashicons-editor-ul:before {
  content: "\f203";
}
.dashicons-editor-underline:before {
  content: "\f213";
}
.dashicons-editor-unlink:before {
  content: "\f225";
}
.dashicons-editor-video:before {
  content: "\f219";
}
.dashicons-ellipsis:before {
  content: "\f11c";
}
.dashicons-email-alt:before {
  content: "\f466";
}
.dashicons-email-alt2:before {
  content: "\f467";
}
.dashicons-email:before {
  content: "\f465";
}
.dashicons-embed-audio:before {
  content: "\f13e";
}
.dashicons-embed-generic:before {
  content: "\f13f";
}
.dashicons-embed-photo:before {
  content: "\f144";
}
.dashicons-embed-post:before {
  content: "\f146";
}
.dashicons-embed-video:before {
  content: "\f149";
}
.dashicons-excerpt-view:before {
  content: "\f164";
}
.dashicons-exit:before {
  content: "\f14a";
}
.dashicons-external:before {
  content: "\f504";
}
.dashicons-facebook-alt:before {
  content: "\f305";
}
.dashicons-facebook:before {
  content: "\f304";
}
.dashicons-feedback:before {
  content: "\f175";
}
.dashicons-filter:before {
  content: "\f536";
}
.dashicons-flag:before {
  content: "\f227";
}
.dashicons-food:before {
  content: "\f187";
}
.dashicons-format-aside:before {
  content: "\f123";
}
.dashicons-format-audio:before {
  content: "\f127";
}
.dashicons-format-chat:before {
  content: "\f125";
}
.dashicons-format-gallery:before {
  content: "\f161";
}
.dashicons-format-image:before {
  content: "\f128";
}
.dashicons-format-quote:before {
  content: "\f122";
}
.dashicons-format-status:before {
  content: "\f130";
}
.dashicons-format-video:before {
  content: "\f126";
}
.dashicons-forms:before {
  content: "\f314";
}
.dashicons-fullscreen-alt:before {
  content: "\f188";
}
.dashicons-fullscreen-exit-alt:before {
  content: "\f189";
}
.dashicons-games:before {
  content: "\f18a";
}
.dashicons-google:before {
  content: "\f18b";
}
.dashicons-googleplus:before {
  content: "\f462";
}
.dashicons-grid-view:before {
  content: "\f509";
}
.dashicons-groups:before {
  content: "\f307";
}
.dashicons-hammer:before {
  content: "\f308";
}
.dashicons-heading:before {
  content: "\f10e";
}
.dashicons-heart:before {
  content: "\f487";
}
.dashicons-hidden:before {
  content: "\f530";
}
.dashicons-hourglass:before {
  content: "\f18c";
}
.dashicons-html:before {
  content: "\f14b";
}
.dashicons-id-alt:before {
  content: "\f337";
}
.dashicons-id:before {
  content: "\f336";
}
.dashicons-image-crop:before {
  content: "\f165";
}
.dashicons-image-filter:before {
  content: "\f533";
}
.dashicons-image-flip-horizontal:before {
  content: "\f169";
}
.dashicons-image-flip-vertical:before {
  content: "\f168";
}
.dashicons-image-rotate-left:before {
  content: "\f166";
}
.dashicons-image-rotate-right:before {
  content: "\f167";
}
.dashicons-image-rotate:before {
  content: "\f531";
}
.dashicons-images-alt:before {
  content: "\f232";
}
.dashicons-images-alt2:before {
  content: "\f233";
}
.dashicons-index-card:before {
  content: "\f510";
}
.dashicons-info-outline:before {
  content: "\f14c";
}
.dashicons-info:before {
  content: "\f348";
}
.dashicons-insert-after:before {
  content: "\f14d";
}
.dashicons-insert-before:before {
  content: "\f14e";
}
.dashicons-insert:before {
  content: "\f10f";
}
.dashicons-instagram:before {
  content: "\f12d";
}
.dashicons-laptop:before {
  content: "\f547";
}
.dashicons-layout:before {
  content: "\f538";
}
.dashicons-leftright:before {
  content: "\f229";
}
.dashicons-lightbulb:before {
  content: "\f339";
}
.dashicons-linkedin:before {
  content: "\f18d";
}
.dashicons-list-view:before {
  content: "\f163";
}
.dashicons-location-alt:before {
  content: "\f231";
}
.dashicons-location:before {
  content: "\f230";
}
.dashicons-lock-duplicate:before {
  content: "\f315";
}
.dashicons-lock:before {
  content: "\f160";
}
.dashicons-marker:before {
  content: "\f159";
}
.dashicons-media-archive:before {
  content: "\f501";
}
.dashicons-media-audio:before {
  content: "\f500";
}
.dashicons-media-code:before {
  content: "\f499";
}
.dashicons-media-default:before {
  content: "\f498";
}
.dashicons-media-document:before {
  content: "\f497";
}
.dashicons-media-interactive:before {
  content: "\f496";
}
.dashicons-media-spreadsheet:before {
  content: "\f495";
}
.dashicons-media-text:before {
  content: "\f491";
}
.dashicons-media-video:before {
  content: "\f490";
}
.dashicons-megaphone:before {
  content: "\f488";
}
.dashicons-menu-alt:before {
  content: "\f228";
}
.dashicons-menu-alt2:before {
  content: "\f329";
}
.dashicons-menu-alt3:before {
  content: "\f349";
}
.dashicons-menu:before {
  content: "\f333";
}
.dashicons-microphone:before {
  content: "\f482";
}
.dashicons-migrate:before {
  content: "\f310";
}
.dashicons-minus:before {
  content: "\f460";
}
.dashicons-money-alt:before {
  content: "\f18e";
}
.dashicons-money:before {
  content: "\f526";
}
.dashicons-move:before {
  content: "\f545";
}
.dashicons-nametag:before {
  content: "\f484";
}
.dashicons-networking:before {
  content: "\f325";
}
.dashicons-no-alt:before {
  content: "\f335";
}
.dashicons-no:before {
  content: "\f158";
}
.dashicons-open-folder:before {
  content: "\f18f";
}
.dashicons-palmtree:before {
  content: "\f527";
}
.dashicons-paperclip:before {
  content: "\f546";
}
.dashicons-pdf:before {
  content: "\f190";
}
.dashicons-performance:before {
  content: "\f311";
}
.dashicons-pets:before {
  content: "\f191";
}
.dashicons-phone:before {
  content: "\f525";
}
.dashicons-pinterest:before {
  content: "\f192";
}
.dashicons-playlist-audio:before {
  content: "\f492";
}
.dashicons-playlist-video:before {
  content: "\f493";
}
.dashicons-plugins-checked:before {
  content: "\f485";
}
.dashicons-plus-alt:before {
  content: "\f502";
}
.dashicons-plus-alt2:before {
  content: "\f543";
}
.dashicons-plus:before {
  content: "\f132";
}
.dashicons-podio:before {
  content: "\f19c";
}
.dashicons-portfolio:before {
  content: "\f322";
}
.dashicons-post-status:before {
  content: "\f173";
}
.dashicons-pressthis:before {
  content: "\f157";
}
.dashicons-printer:before {
  content: "\f193";
}
.dashicons-privacy:before {
  content: "\f194";
}
.dashicons-products:before {
  content: "\f312";
}
.dashicons-randomize:before {
  content: "\f503";
}
.dashicons-reddit:before {
  content: "\f195";
}
.dashicons-redo:before {
  content: "\f172";
}
.dashicons-remove:before {
  content: "\f14f";
}
.dashicons-rest-api:before {
  content: "\f124";
}
.dashicons-rss:before {
  content: "\f303";
}
.dashicons-saved:before {
  content: "\f15e";
}
.dashicons-schedule:before {
  content: "\f489";
}
.dashicons-screenoptions:before {
  content: "\f180";
}
.dashicons-search:before {
  content: "\f179";
}
.dashicons-share-alt:before {
  content: "\f240";
}
.dashicons-share-alt2:before {
  content: "\f242";
}
.dashicons-share:before {
  content: "\f237";
}
.dashicons-shield-alt:before {
  content: "\f334";
}
.dashicons-shield:before {
  content: "\f332";
}
.dashicons-shortcode:before {
  content: "\f150";
}
.dashicons-slides:before {
  content: "\f181";
}
.dashicons-smartphone:before {
  content: "\f470";
}
.dashicons-smiley:before {
  content: "\f328";
}
.dashicons-sort:before {
  content: "\f156";
}
.dashicons-sos:before {
  content: "\f468";
}
.dashicons-spotify:before {
  content: "\f196";
}
.dashicons-star-empty:before {
  content: "\f154";
}
.dashicons-star-filled:before {
  content: "\f155";
}
.dashicons-star-half:before {
  content: "\f459";
}
.dashicons-sticky:before {
  content: "\f537";
}
.dashicons-store:before {
  content: "\f513";
}
.dashicons-superhero-alt:before {
  content: "\f197";
}
.dashicons-superhero:before {
  content: "\f198";
}
.dashicons-table-col-after:before {
  content: "\f151";
}
.dashicons-table-col-before:before {
  content: "\f152";
}
.dashicons-table-col-delete:before {
  content: "\f15a";
}
.dashicons-table-row-after:before {
  content: "\f15b";
}
.dashicons-table-row-before:before {
  content: "\f15c";
}
.dashicons-table-row-delete:before {
  content: "\f15d";
}
.dashicons-tablet:before {
  content: "\f471";
}
.dashicons-tag:before {
  content: "\f323";
}
.dashicons-tagcloud:before {
  content: "\f479";
}
.dashicons-testimonial:before {
  content: "\f473";
}
.dashicons-text-page:before {
  content: "\f121";
}
.dashicons-text:before {
  content: "\f478";
}
.dashicons-thumbs-down:before {
  content: "\f542";
}
.dashicons-thumbs-up:before {
  content: "\f529";
}
.dashicons-tickets-alt:before {
  content: "\f524";
}
.dashicons-tickets:before {
  content: "\f486";
}
.dashicons-tide:before {
  content: "\f10d";
}
.dashicons-translation:before {
  content: "\f326";
}
.dashicons-trash:before {
  content: "\f182";
}
.dashicons-twitch:before {
  content: "\f199";
}
.dashicons-twitter-alt:before {
  content: "\f302";
}
.dashicons-twitter:before {
  content: "\f301";
}
.dashicons-undo:before {
  content: "\f171";
}
.dashicons-universal-access-alt:before {
  content: "\f507";
}
.dashicons-universal-access:before {
  content: "\f483";
}
.dashicons-unlock:before {
  content: "\f528";
}
.dashicons-update-alt:before {
  content: "\f113";
}
.dashicons-update:before {
  content: "\f463";
}
.dashicons-upload:before {
  content: "\f317";
}
.dashicons-vault:before {
  content: "\f178";
}
.dashicons-video-alt:before {
  content: "\f234";
}
.dashicons-video-alt2:before {
  content: "\f235";
}
.dashicons-video-alt3:before {
  content: "\f236";
}
.dashicons-visibility:before {
  content: "\f177";
}
.dashicons-warning:before {
  content: "\f534";
}
.dashicons-welcome-add-page:before {
  content: "\f133";
}
.dashicons-welcome-comments:before {
  content: "\f117";
}
.dashicons-welcome-learn-more:before {
  content: "\f118";
}
.dashicons-welcome-view-site:before {
  content: "\f115";
}
.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}
.dashicons-welcome-write-blog:before {
  content: "\f119";
}
.dashicons-whatsapp:before {
  content: "\f19a";
}
.dashicons-wordpress-alt:before {
  content: "\f324";
}
.dashicons-wordpress:before {
  content: "\f120";
}
.dashicons-xing:before {
  content: "\f19d";
}
.dashicons-yes-alt:before {
  content: "\f12a";
}
.dashicons-yes:before {
  content: "\f147";
}
.dashicons-youtube:before {
  content: "\f19b";
}
.dashicons-editor-distractionfree:before {
  content: "\f211";
}
.dashicons-exerpt-view:before {
  content: "\f164";
}
.dashicons-format-links:before {
  content: "\f103";
}
.dashicons-format-standard:before {
  content: "\f109";
}
.dashicons-post-trash:before {
  content: "\f182";
}
.dashicons-share1:before {
  content: "\f237";
}
.dashicons-welcome-edit-page:before {
  content: "\f119";
}
.chaty *,
.chaty-chat-view *,
.chaty-outer-forms * {
  box-sizing: border-box;
}
.chaty-agent-data,
.chaty-whatsapp-field input[type="text"],
.chaty-whatsapp-message,
.chaty-whatsapp-message p {
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
    Cantarell, Fira Sans, sans-serif;
}
.chaty-agent-header,
.chaty-channel,
.chaty-channels,
.chaty-form-body,
.chaty-tooltip {
  position: relative;
}
.chaty-tooltip .on-hover-text,
.chaty-tooltip .on-hover-text:before,
.chaty-tooltip:after,
.chaty-tooltip:before {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
.on-hover-text {
  display: none;
}
.on-hover-text p {
  white-space: nowrap;
}
.on-hover-text img.emoji {
  max-width: none;
}
.chaty-tooltip .on-hover-text:before,
.chaty-tooltip:before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
.chaty-tooltip:after {
  content: attr(data-hover);
}
.chaty-tooltip .on-hover-text,
.chaty-tooltip:after {
  text-align: center;
  min-width: 1em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15px;
  border-radius: 10px;
  background: #fff;
  color: #333;
  z-index: 1000;
  box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
  font-size: 17px;
  line-height: 21px;
}
.chaty-animation-shockwave:after,
.chaty-animation-shockwave:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.chaty-tooltip .on-hover-text {
  overflow: visible;
  white-space: pre;
}
.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip:hover .on-hover-text,
.chaty-tooltip:hover .on-hover-text:before,
.chaty-tooltip:hover:after,
.chaty-tooltip:hover:before {
  display: block;
  opacity: 1;
}
.chaty-tooltip.active .on-hover-text,
.chaty-tooltip.active .on-hover-text:before,
.chaty-tooltip.active:after,
.chaty-tooltip.active:before,
.chaty-tooltip.pos-left:hover .on-hover-text,
.chaty-tooltip.pos-left:hover .on-hover-text:before,
.chaty-tooltip.pos-left:hover:after,
.chaty-tooltip.pos-left:hover:before,
.chaty-tooltip.pos-right:hover .on-hover-text,
.chaty-tooltip.pos-right:hover .on-hover-text:before,
.chaty-tooltip.pos-right:hover:after,
.chaty-tooltip.pos-right:hover:before {
  animation: ease-out forwards tooltips-horz;
}
.chaty-tooltip.has-on-hover:after,
.chaty-tooltip.has-on-hover:before,
.chaty-widget
  .chaty-i-trigger
  .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,
.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,
.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,
.on-hover-text:empty,
[data-hover=""]:after,
[data-hover=""]:before {
  display: none !important;
}
.chaty-tooltip.pos-top .on-hover-text:before,
.chaty-tooltip.pos-top:before {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: calc(100% + 5px);
}
.chaty-tooltip.pos-top .on-hover-text:after,
.chaty-tooltip.pos-top:after {
  bottom: calc(100% + 10px);
}
.chaty-tooltip.pos-top .on-hover-text,
.chaty-tooltip.pos-top:after,
.chaty-tooltip.pos-top:before {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
.chaty-tooltip.pos-down:before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.chaty-tooltip.pos-down:after {
  top: calc(100% + 5px);
}
.chaty-tooltip.pos-down:after,
.chaty-tooltip.pos-down:before {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
.chaty-tooltip.pos-left .on-hover-text:before,
.chaty-tooltip.pos-left:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #fff;
  left: calc(0em - 10px);
  transform: translate(-0.5em, -50%);
}
.chaty-tooltip.pos-left .on-hover-text:before {
  left: auto;
  right: calc(0em - 5px);
}
.chaty-tooltip.pos-left .on-hover-text,
.chaty-tooltip.pos-left:after {
  top: 50%;
  right: calc(100% + 10px);
  transform: translate(-0.5em, -50%);
}
.chaty-tooltip.pos-right .on-hover-text:before,
.chaty-tooltip.pos-right:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #fff;
  right: calc(0em - 10px);
  transform: translate(0.5em, -50%);
}
.chaty-tooltip.pos-right .on-hover-text:before {
  left: calc(0em - 5px);
  right: auto;
}
.chaty-tooltip.pos-right .on-hover-text,
.chaty-tooltip.pos-right:after {
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0.5em, -50%);
}
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.chaty-tooltip.pos-down:hover:after,
.chaty-tooltip.pos-down:hover:before,
.chaty-tooltip.pos-top:hover:after,
.chaty-tooltip.pos-top:hover:before {
  animation: ease-out forwards tooltips-vert;
}
@-webkit-keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
@keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
@-webkit-keyframes chaty-animation-blink {
  0%,
  100% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
}
@keyframes chaty-animation-blink {
  0%,
  100% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
}
@-webkit-keyframes chaty-animation-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse {
  0% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    border-radius: 45%;
  }
}
.chaty-animation-shockwave:after {
  left: 0;
  -webkit-animation: 2s ease-out 1.3s infinite chaty-animation-shockwave;
  animation: 2s ease-out 1.3s infinite chaty-animation-shockwave;
}
.chaty-animation-shockwave:before {
  left: 0;
  -webkit-animation: 2s ease-out 0.8s infinite chaty-animation-shockwave;
  animation: 2s ease-out 0.8s infinite chaty-animation-shockwave;
}
.chaty-animation-blink {
  -webkit-animation: 1.33s ease-out infinite chaty-animation-blink;
  animation: 1.33s ease-out infinite chaty-animation-blink;
}
.chaty-animation-pulse,
.chaty-animation-pulse-icon {
  -webkit-animation: 0.4s infinite alternate chaty-animation-pulse;
  animation: 0.4s infinite alternate chaty-animation-pulse;
}
.chaty-animation-sheen {
  position: relative;
  overflow: hidden;
}
.chaty-animation-sheen:after {
  animation: 5s infinite chaty-animation-sheen;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.5) 50%,
    transparent
  );
  transform: rotateZ(60deg) translate(0, 5em);
}
@keyframes chaty-animation-sheen {
  100%,
  20% {
    transform: rotateZ(60deg) translate(0, -80px);
  }
}
.chaty-animation-fade {
  animation: 5s infinite chaty-animation-fade;
}
.chaty-animation-spin {
  animation: 5s cubic-bezier(0.56, -0.35, 0.22, 1.5) infinite
    chaty-animation-spin;
}
@keyframes chaty-animation-fade {
  15%,
  5% {
    opacity: 0.25;
  }
  10%,
  100%,
  20% {
    opacity: 1;
  }
}
@keyframes chaty-animation-spin {
  10% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease;
  }
  100%,
  20% {
    transform: rotateZ(360deg);
  }
}
.chaty-animation-bounce,
.chaty-animation-jump {
  animation: 5s cubic-bezier(0.84, -0.54, 0.31, 1.19) infinite
    chaty-animation-bounce;
}
@keyframes chaty-animation-bounce {
  0%,
  100%,
  20% {
    transform: none;
  }
  10% {
    transform: translateY(-1em);
  }
}
@keyframes chaty-animation-waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  13% {
    transform: rotateZ(25deg) scale(1.2);
  }
  15% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  17% {
    transform: rotateZ(15deg) scale(1.2);
  }
  20% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  22% {
    transform: rotateZ(0) scale(1.2);
  }
  100%,
  24% {
    transform: rotateZ(0) scale(1);
  }
}
.chaty-animation-waggle {
  animation: 5s infinite chaty-animation-waggle;
}
.chaty-animation-floating {
  -webkit-animation: chaty-animation-floating 3s ease infinite;
  animation: chaty-animation-floating 3s ease infinite;
}
@keyframes chaty-animation-floating {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.chaty {
  display: none;
  z-index: 99999;
}
.chaty-widget.chaty-open
  .chaty-i-trigger
  .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,
.chaty-widget.chaty-open
  .chaty-i-trigger
  .chaty-cta-close.chaty-tooltip:hover:before,
.chaty.active,
.chaty.form-open
  .chaty-widget.cssas-no-close-button.default-open
  .chaty-i-trigger {
  display: block !important;
}
.chaty * {
  margin: 0;
  padding: 0;
}
.chaty .sr-only,
.chaty-outer-forms .sr-only,
.hide-cht-svg-bg {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  outline: 0 !important;
}
.chaty a,
.chaty a:focus,
.chaty a:hover,
.chaty button {
  border: none;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.chaty-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10001;
}
.chaty-widget.left-position {
  left: 25px;
  right: auto;
}
.chaty-channel-list {
  display: flex;
  width: 62px;
  height: 124px;
  position: absolute;
  bottom: -4px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}
.chaty-widget.left-position .chaty-channel-list {
  left: 0;
  right: auto;
}
.chaty-widget.chaty-open .chaty-channel-list,
.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,
.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before {
  pointer-events: auto;
}
.chaty-channel-list .chaty-channel,
.chaty-channel.single .chaty-svg {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
}
.chaty-channel-list .chaty-channel {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.chaty-channel.single .chaty-svg {
  margin: 0;
}
.chaty-widget.chaty-open .chaty-channel-list .chaty-channel {
  opacity: 1;
}
.chaty-channel a,
.chaty-channel button,
.chaty-svg {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: 0;
  min-width: unset;
}
* .chaty-channel button {
  min-width: unset;
  max-width: unset;
}
.chaty-channel button {
  background: 0 0;
  border-radius: 50%;
}
.chaty-channel a .chaty-custom-icon,
.chaty-channel button .chaty-custom-icon,
.chaty-svg .chaty-custom-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  font-size: 27px;
  line-height: 54px;
  color: #fff;
}
.chaty-channel a:focus,
.chaty-channel button:focus,
.chaty-contact-form-box button.chaty-submit-button {
  outline: 0;
}
.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader {
  display: inline-block;
}
.chaty-agent-icon svg,
.chaty-channel svg,
.chaty-view-channels .chaty-channel span svg {
  width: 100%;
  height: 100%;
}
.chaty-channel img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}
.chaty-i-trigger .chaty-channel {
  position: absolute;
  bottom: 0;
  right: 4px;
  transition: 0.5s;
  border-radius: 50%;
  cursor: pointer;
}
.chaty-cta-button {
  transition: 0.5s;
  box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%);
  border-radius: 50%;
}
.chaty-widget.left-position .chaty-i-trigger .chaty-channel {
  left: 4px;
  right: auto;
}
.chaty-widget .chaty-cta-main .chaty-cta-button {
  z-index: 1099;
  opacity: 1;
  position: relative;
}
.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button {
  z-index: 999;
  opacity: 0;
  transform: rotate(540deg);
  visibility: hidden;
}
.chaty-widget .chaty-i-trigger .chaty-cta-close {
  pointer-events: none;
}
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close {
  pointer-events: auto;
  z-index: 101;
}
.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
  z-index: 1099;
  opacity: 1;
  transform: rotate(180deg);
  visibility: visible;
}
.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip {
  z-index: 91;
}
.chaty-channel button.open-chaty-channel,
.chaty-widget.chaty-no-close-button:not(.has-single)
  .chaty-i-trigger:not(.single-channel),
.chaty-widget.chaty-open
  .chaty-i-trigger
  .chaty-cta-main.chaty-tooltip
  .on-hover-text,
.chaty.form-open .chaty-channel button.open-chaty,
.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,
.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,
.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,
.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text {
  display: none;
}
.chaty.form-open.active .chaty-widget .chaty-i-trigger {
  display: block;
}
.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main {
  display: none;
}
.chaty.form-open.active
  .chaty-widget
  .chaty-i-trigger
  .chaty-cta-close
  .chaty-cta-button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.chaty-widget .ch-pending-msg {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50%;
  z-index: 1101;
}
.chaty-widget.left-position.hor-mode .chaty-channel-list {
  width: 136px;
  height: 62px;
  left: 0;
  bottom: 0;
}
.chaty-widget.right-position.hor-mode .chaty-channel-list {
  width: 136px;
  height: 62px;
  right: 0;
  left: auto;
  bottom: 0;
}
.chaty-widget.hor-mode .chaty-channel-list .chaty-channel {
  margin-top: 0;
  margin-bottom: 0;
}
.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel {
  left: 0;
}
.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel {
  right: 0;
  left: auto;
}
.chaty-chat-view,
.chaty-outer-forms {
  vertical-align: bottom;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: fixed !important;
  bottom: -25px;
  left: 25px;
  padding: 0;
  width: 320px;
  max-width: 90%;
  -moz-transition: 0.5s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
}
.chaty-chat-view.pos-left,
.chaty-outer-forms.pos-left {
  left: 25px;
}
.chaty-chat-view.pos-right,
.chaty-outer-forms.pos-right {
  right: 25px;
  left: auto;
}
.chaty-outer-forms.active,
.chaty:not(.form-open) .chaty-widget.chaty-open + .chaty-chat-view {
  -webkit-transform: translateY(-93px);
  transform: translateY(-93px);
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  bottom: 0;
  pointer-events: auto;
}
.chaty-whatsapp-body {
  padding: 0;
  min-height: 260px;
  position: relative;
  z-index: 2;
}
.chaty-whatsapp-content {
  padding: 20px;
}
.chaty-popup-whatsapp-form .chaty-whatsapp-body {
  height: 260px;
  min-height: auto;
}
.chaty-popup-whatsapp-form .chaty-whatsapp-content {
  display: flex;
  align-items: flex-start;
}
.chaty-form-body {
  background: #fff;
  z-index: 99999;
  min-height: 75px;
  border-radius: 10px;
}
.chaty-form-body form {
  margin: 0;
  padding: 0;
}
.qr-code-image {
  padding: 10px;
  text-align: center;
  border: solid 1px silver;
  border-radius: 4px;
}
.qr-code-image img {
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.chaty-whatsapp-form {
  position: relative;
  background-color: #f0ede7;
  border-radius: 8px;
  margin: 0;
}
.chaty-whatsapp-form:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.035;
  background-image: url("../../plugins/chaty/images/whatsapp.png");
}
.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,
.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before {
  background-image: url("../../plugins/chaty/images/whatsapp-welcome-popup.png");
  opacity: 0.7;
}
.chaty-whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 10px 10px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  max-width: calc(100% - 40px);
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
    Cantarell, Fira Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgba(34, 17, 71, 0.08);
}
.chaty-whatsapp-message:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
  position: absolute;
  left: -12px;
  top: 0;
}
.wp-profile-img + .chaty-whatsapp-message:before {
  display: block;
}
.chaty-whatsapp-message p {
  margin: 0;
  padding: 0;
  color: #111b21;
  font-weight: 400;
  word-wrap: break-word;
}
.chaty-whatsapp-footer {
  position: relative;
  padding: 20px 15px;
}
.whatsapp-chaty-form {
  display: flex;
  margin: 0;
  padding: 0;
}
button.chaty-whatsapp-button-button,
button.chaty-whatsapp-button-button:focus,
button.chaty-whatsapp-button-button:hover {
  text-align: center !important;
  height: 40px !important;
  width: 40px !important;
  padding: 0 !important;
  background: #c6d7e3 !important;
  border-radius: 20px !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  margin: 0 0 0 10px !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 1px !important;
  flex: 0 0 40px;
}
button.chaty-whatsapp-button-button {
  background: #c6d7e3 !important;
}
button.chaty-whatsapp-button-button:focus,
button.chaty-whatsapp-button-button:hover {
  background: #a8c5da !important;
}
.chaty-whatsapp-input:not(:placeholder-shown)
  + button.chaty-whatsapp-button-button {
  background: #25d366 !important;
}
.chaty-whatsapp-input:not(:placeholder-shown)
  + button.chaty-whatsapp-button-button:focus,
.chaty-whatsapp-input:not(:placeholder-shown)
  + button.chaty-whatsapp-button-button:hover {
  background: #22bf5b !important;
}
.chaty-whatsapp-data {
  display: flex;
  flex: 1;
  z-index: 1;
}
.chaty-whatsapp-field {
  padding-right: 0;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.chaty-whatsapp-button {
  flex: 0 0 48px;
}
.chaty-whatsapp-button svg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.chaty-whatsapp-field input[type="text"] {
  height: 40px !important;
  line-height: normal;
  padding: 0 10px 0 15px;
  font-size: 16px;
  resize: none;
  width: 100%;
  border: none !important;
  border-radius: 24px;
  outline: 0;
  box-shadow: none !important;
  background: #fff !important;
  margin: 0;
  color: #111b21;
  flex: 1;
}
.chaty-whatsapp-field input[type="text"]:focus {
  outline: 0 !important;
  border: none !important;
  margin: 0;
  color: #111b21;
  box-shadow: none !important;
}
.chaty-whatsapp-button-button:active,
.chaty-whatsapp-button-button:focus,
.chaty-whatsapp-button-button:hover {
  background: #a8c5da !important;
}
.chaty.form-open .chaty-channel button.open-chaty-channel,
.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger {
  display: block;
}
.chaty-agent-data {
  font-size: 16px;
}
.chaty-agent-header {
  font-size: 18px;
  padding: 20px 15px;
  background: #22bf5b;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chaty-agent-data .close-chaty-form {
  right: 10px;
  top: 12px;
}
.chaty-agent-data .chaty-agent {
  display: flex;
  align-items: center;
  padding: 15px;
}
.chaty-agent-data .chaty-agent a {
  color: #49687e;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  outline: 0;
  font-weight: 400;
}
.chaty-contact-input input.chaty-input-field,
.chaty-contact-input input[type="email"].chaty-input-field,
.chaty-contact-input input[type="text"].chaty-input-field,
.chaty-contact-input select.chaty-input-field,
.chaty-contact-input textarea.chaty-textarea-field {
  color: #28303d;
  font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
  margin: 0;
  background: #fff;
  outline: 0;
}
.chaty-agent-data .chaty-agent + .chaty-agent {
  border-top: 2px solid #f6f8f9;
}
.chaty-agent-img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}
.chaty-agent-icon {
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
.chaty-agent-data .chaty-custom-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  background: silver;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}
.chaty-close-agent-list {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 10;
  padding: 0 0 10px 10px;
}
.chaty-agent-icon img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.chaty-close-agent-list svg {
  fill: #ffffff;
}
.agent-sub-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.agent-main-header {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.chaty-agent-header:before,
.chaty-view-header:before {
  content: "";
  background: url(../../plugins/chaty/images/header-top.png) no-repeat;
  width: 215px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.chaty-agent-header:after,
.chaty-view-header:after {
  content: "";
  background: url(../../plugins/chaty/images/header-bottom.png) no-repeat;
  width: 44px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.chaty-custom-channel-icon {
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 54px;
}
.chaty-contact-form-title {
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  display: flex;
}
.chaty-contact-inputs {
  padding: 15px;
}
.chaty-contact-input {
  display: block;
}
.chaty-contact-input label.chaty-form-label {
  font-size: 14px;
  margin: 0;
  padding: 0 0 4px 0;
  line-height: 20px;
  display: flex;
  color: #28303d;
}
.chaty-contact-input + .chaty-contact-input {
  margin: 10px 0 0;
}
.chaty-contact-input input.chaty-input-field,
.chaty-contact-input input[type="email"].chaty-input-field,
.chaty-contact-input input[type="text"].chaty-input-field,
.chaty-contact-input select.chaty-input-field {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.chaty-contact-input .has-chaty-error:focus,
.chaty-contact-input input.chaty-input-field:focus,
.chaty-contact-input input[type="email"].chaty-input-field:focus,
.chaty-contact-input input[type="tel"].chaty-input-field:focus,
.chaty-contact-input input[type="text"].chaty-input-field:focus,
.chaty-contact-input select.chaty-input-field:focus,
.chaty-contact-input textarea.chaty-textarea-field:focus {
  outline: 0;
  box-shadow: none;
  border-color: #898989;
  background-color: #fff;
}
.chaty-contact-input textarea.chaty-textarea-field {
  width: 100%;
  height: 100px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}
.chaty-contact-form-box .close-chaty-form {
  right: 9px;
  top: 9px;
}
.chaty-contact-form-box button.chaty-submit-button[type="submit"],
button#chaty-submit-button-0 {
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #a886cd;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  display: block;
}
.chaty-contact-input input.chaty-input-field.has-chaty-error,
.chaty-contact-input select.chaty-input-field.has-chaty-error,
.chaty-contact-input textarea.has-chaty-error {
  border: 1px solid #d20000;
}
.chaty-contact-form-button {
  padding: 15px;
}
.chaty-ajax-error-message,
.chaty-ajax-success-message {
  color: #00a700;
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px;
}
.chaty-ajax-error-message {
  color: #da0000;
}
.chaty-view-header,
.chaty-view-header a,
.chaty-view-header a:focus,
.chaty-view-header a:hover {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}
.chaty-exit-intent {
  position: fixed;
  z-index: -1;
}
.chaty-exit-intent:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  z-index: 100;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}
.chaty .chaty-widget.left-position .chaty-exit-intent:before {
  clip-path: circle(15px at 60px calc(100% - 60px));
}
.chaty .chaty-widget.right-position .chaty-exit-intent:before {
  clip-path: circle(15px at calc(100% - 60px) calc(100% - 60px));
}
.chaty .chaty-widget .chaty-exit-intent.animate:before {
  visibility: visible;
  clip-path: circle(100%);
}
.chaty-widget.has-single
  .chaty-i-trigger
  .chaty-channel:not(.chaty-agent-button).Phone-channel
  .chaty-tooltip:after,
.chaty-widget.has-single
  .chaty-i-trigger
  .chaty-channel:not(.chaty-agent-button).Phone-channel
  .chaty-tooltip:before {
  pointer-events: inherit;
}
body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,
body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  bottom: auto;
}
body.cht-in-mobile
  .chaty-outer-forms.chaty-agent-data.custom-cht-pos
  .chaty-agent-body {
  max-height: calc(100vh - 164px) !important;
}
.chaty-whatsapp-message p + p {
  margin-top: 10px;
}
body.cht-in-mobile
  .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos
  .chaty-whatsapp-content {
  max-height: calc(100vh - 122px) !important;
  overflow-y: auto;
}
body.cht-in-mobile
  .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos)
  .chaty-whatsapp-content {
  overflow-y: auto;
}
.chaty.has-custom-pos.form-open .chaty-i-trigger {
  opacity: 0;
  visibility: hidden;
}
body.cht-in-mobile
  .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos
  .chaty-contact-inputs {
  max-height: calc(100vh - 150px) !important;
  overflow-y: auto;
}
body.cht-in-mobile .chaty-outer-forms {
  max-width: calc(100vw - 50px) !important;
}
.chaty-view-body {
  background: #fff;
  border-radius: 8px;
}
.chaty-view-header {
  background: #b78deb;
  border-radius: 7px 7px 0 0;
  padding: 10px 15px;
  position: relative;
  word-break: break-word;
}
.chaty-top-content {
  padding: 15px 15px 0;
  font-size: 16px;
}
.chaty-view-content p,
.chaty-view-content p a,
.chaty-view-content p a:focus,
.chaty-view-content p a:hover {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #49687e;
  word-break: break-word;
}
.chaty-view-content p a {
  display: inline-block;
}
.chaty-view-content p a:focus,
.chaty-view-content p a:hover,
.chaty-view-header a:focus,
.chaty-view-header a:hover {
  outline: 0;
  text-decoration: none;
}
.chaty-view-content p + p {
  margin-top: 10px;
}
.chaty-close-view-list {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 12px;
  cursor: pointer;
  z-index: 11;
}
.chaty-close-view-list svg {
  fill: #ffffff;
  display: inline-block;
  width: 100%;
}
.chaty-view-channels .chaty-channel {
  height: 48px;
  display: inline-block;
  margin: 6px 0;
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.chaty-view-channels .chaty-channel a,
.chaty-view-channels .chaty-channel img,
.chaty-view-channels .chaty-channel span:not(.on-hover-text) {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.chaty-view-channels {
  padding: 10px 8px;
}
.chaty-view-channels .chaty-custom-channel-icon {
  font-size: 24px;
}
.front-google-captcha {
  width: 100% !important;
  overflow: hidden;
}
.front-google-captcha > div {
  width: 100%;
}
.front-google-captcha iframe {
  transform: scaleX(0.9);
  position: relative;
  left: -15px;
}
.widget-fa-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
span.chaty-loader {
  display: none;
  vertical-align: middle;
  color: #fff;
  animation: rotation 1s infinite linear;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-left: 5px;
}
span.chaty-loader span.dashicons {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
span.chaty-loader.active {
  display: inline-block;
  vertical-align: baseline;
}
.chaty-i-trigger.single-channel > .chaty-channel > .on-hover-text {
  display: none !important;
}
html[dir="rtl"] .chaty-input-field,
html[dir="rtl"] .chaty-submit-button,
html[dir="rtl"] .chaty-tooltip,
html[dir="rtl"] .chaty-tooltip:after,
html[dir="rtl"] .chaty-whatsapp-message,
html[dir="rtl"] .on-hover-text {
  direction: rtl;
}
.add-bg-blur-effect {
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
}
.add-bg-blur-effect > :not(.chaty, .chaty-outer-forms, .picmo__popupContainer) {
  filter: blur(6px);
}
.email_suggestion,
.wp_email_suggestion {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #970029;
}
.email_suggestion i,
.wp_email_suggestion i {
  color: #2596be;
  font-weight: 700;
  cursor: pointer;
}
.chaty-custom-whatsapp-form .eac-sugg,
.chaty-form .eac-sugg {
  color: #c1c1c1;
  line-height: 34px !important;
}
.chaty-form .eac-input-wrap {
  width: 100%;
  overflow: hidden;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-body:before {
  opacity: 0.05;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-body {
  border-radius: 0;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-footer {
  border-top: 1px solid #e1e1e1;
  min-height: 70px;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-data {
  display: block;
  z-index: 1;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-button-button {
  width: 100% !important;
  z-index: 1;
  position: relative;
}
.chaty-custom-whatsapp-form .header-text {
  display: flex;
  align-items: center;
}
.chaty-custom-whatsapp-form .header-text span {
  display: inline-block;
  vertical-align: super;
  padding-left: 5px;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-button svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
  margin-right: 3px;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-button span {
  font-size: 15px;
  padding-left: 5px;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-content {
  padding: 15px;
  z-index: 101111;
  position: relative;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-body {
  min-height: auto;
}
.chaty-outer-forms input[type="number"]::-webkit-inner-spin-button,
.chaty-outer-forms input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.chaty-whatsapp-header {
  display: flex;
  align-items: center;
  background-color: #4aa485;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0 16px 32px 0 #1a0e3529;
}
.chaty-whatsapp-header .header-wp-icon {
  height: 30px;
  width: 30px;
  margin-right: 7px;
}
.chaty-whatsapp-header .header-wp-title {
  color: #fff;
  font-size: 15px;
  flex: 1;
  padding-right: 8px;
}
.whatsapp-form-close-btn {
  flex: 0 0 16px;
  cursor: pointer;
}
.whatsapp-form-close-btn svg {
  width: 16px;
  height: 16px;
}
.chaty-form,
.chaty-whatsapp-form {
  font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
    Cantarell, Fira Sans, sans-serif;
}
.chaty-whatsapp-body .wp-profile-img {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
.chaty-whatsapp-body .wp-profile-img img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.chaty-whatsapp-message-nickname {
  color: #489d81;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}
.chaty-whatsapp-message-time {
  color: #a1a1a9;
  font-size: 10px;
  line-height: 12px;
}
.chaty-whatsapp-input::placeholder {
  color: #83a1b7;
  opacity: 40%;
}
.chaty-whatsapp-input::-ms-input-placeholder {
  color: #83a1b7;
  opacity: 40%;
}
button[type="button"].chaty-wp-emoji-input,
button[type="button"].chaty-wp-emoji-input:focus,
button[type="button"].chaty-wp-emoji-input:hover {
  position: absolute !important;
  top: 9px;
  left: 8px;
  background: 0 0 !important;
  border: none !important;
  cursor: pointer;
  height: 24px !important;
  width: 24px !important;
  padding: 0 !important;
  min-width: 1px !important;
  margin: 0 !important;
  outline: 0 !important;
}
.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input {
  display: none !important;
}
.chaty-whatsapp-input {
  padding-left: 38px !important;
}
.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input {
  padding-left: 15px !important;
}
.picmo__popupContainer {
  z-index: 1000000;
}
body .picmo__emojiButton span {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
body
  .picmo__picker
  .picmo__categoryButtons
  .picmo__categoryTab
  button.picmo__categoryButton {
  color: #8f8f8f;
  border: solid 1px transparent;
}
body
  .picmo__picker
  .picmo__categoryButtons
  .picmo__categoryTab.picmo__categoryTabActive
  .picmo__categoryButton {
  border: 1px solid #a886cd;
  color: #a071d3;
  background: #fff;
}
body .picmo__picker .picmo__emojiCategory .picmo__categoryName {
  display: flex;
  height: auto;
  padding: 10px 17px;
  border-bottom: solid 1px #e2e8f0;
  font-weight: 700;
  background: #f3f3f3;
}
body
  .picmo__picker
  .picmo__categoryButtons
  .picmo__categoryTab
  button.picmo__categoryButton:hover {
  background: #fff;
}
body .picmo__emojiButton {
  border-radius: 4px;
}
body .picmo__emojiButton:focus {
  outline: 0;
  border-radius: 5px;
}
.chaty-channel span.chaty-icon {
  display: block;
}
.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button {
  opacity: 1;
  visibility: visible;
  transform: rotate(360deg);
  z-index: 999;
}
.chaty-custom-whatsapp-form .eac-input-wrap {
  width: 100%;
  overflow: hidden;
}
.chaty-custom-whatsapp-form .chaty-whatsapp-button button {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chaty-contact-input input[type="file"].chaty-input-field {
  line-height: 32px;
}
.eac-cval:empty,
.eac-sugg:empty {
  display: none !important;
}
.qr-code-header {
  display: flex;
  align-items: center;
  background-color: #a886cd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  position: relative;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 16px 32px 0 #1a0e3529;
  z-index: 999999;
}
.chaty-close-button {
  cursor: pointer;
}
.qr-code-title {
  line-height: 1;
  padding: 15px 15px 0;
  font-size: 14px;
  color: #83a1b7;
}
.qr-code-box {
  margin-top: 10px;
  padding: 0 15px 15px;
}
.qr-code-head-title {
  display: inline-flex;
  align-items: center;
}
.qr-code-head-title svg {
  margin-right: 5px;
}
.mce-error {
  border: 1px solid #d00 !important;
}
.required_indicate {
  color: red;
  font-size: 18px;
  margin-left: 2px;
}
.chaty-whatsapp-button-button svg {
  display: inline-block;
  vertical-align: sub;
}
.chaty-wp-emoji-input:hover {
  background-color: transparent;
  border-color: transparent;
}
.chaty-wp-emoji-input:focus {
  outline: 0;
}
.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 40% !important;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1 !important;
}
.chaty-outer-forms form {
  margin: 0;
}
.chaty,
.chaty *,
.chaty-form,
.chaty-form *,
.chaty-whatsapp-form,
.chaty-whatsapp-form * {
  -webkit-tap-highlight-color: transparent;
}
body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container {
  display: none !important;
}
body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container {
  opacity: 0;
  visibility: hidden;
}
body.csaas-has-chatway.chatway-is-open .chaty {
  display: none !important;
}
.chaty-widget.has-chatway .Chatway-channel-link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list {
  display: none !important;
}
.chaty-channel.Chatway-channel-link.has-unread-message:after,
.chaty-widget:not(.has-chatway):not(.chaty-open)
  .csaas-widget-trigger.has-unread-message:after {
  content: attr(data-unread-message);
  width: 20px;
  height: 20px;
  background: #ff4545;
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 44px;
  z-index: 1111;
  right: -4px;
}
body:not(.chatway--active)
  .chaty-widget.has-chatway.above-chaty
  .Chatway-channel-link {
  display: none !important;
}
body:not(.chatway--active)
  .chaty-widget.inside-chaty
  .chaty-channels
  .Chatway-channel-link {
  display: none !important;
}
body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible)
  .chatway--container {
  display: block;
}
.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link {
  display: none !important;
}
.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after {
  right: 0;
  top: -8px;
  bottom: auto;
}
html[dir="rtl"] button[type="button"].chaty-wp-emoji-input,
html[dir="rtl"] button[type="button"].chaty-wp-emoji-input:focus,
html[dir="rtl"] button[type="button"].chaty-wp-emoji-input:hover {
  right: 8px;
}
html[dir="rtl"] .chaty-whatsapp-field input[type="text"] {
  padding: 0 35px 0 00px;
}
html[dir="rtl"] button.chaty-whatsapp-button-button,
html[dir="rtl"] button.chaty-whatsapp-button-button:focus,
html[dir="rtl"] button.chaty-whatsapp-button-button:hover {
  margin: 0 10px 0 0 !important;
}
html[dir="rtl"] button.chaty-whatsapp-button-button svg {
  transform: rotate(180deg);
}
:root {
  --akfe-primary: #00ba7c;
  --akfe-success: #32cc6f;
  --akfe-info: #2c99ff;
  --akfe-warning: #fa8b0c;
  --akfe-dark: #1a1b29;
  --akfe-white: #fff;
  --akfe-primary-rgb: 0, 186, 124;
  --akfe-secondary-rgb: 35, 200, 185;
  --akfe-success-rgb: 50, 204, 111;
  --akfe-info-rgb: 44, 153, 255;
  --akfe-warning-rgb: 250, 139, 12;
  --akfe-dark-rgb: 26, 27, 41;
  --akfe-white-rgb: 255, 255, 255;
  --akfe-light-rgb: 248, 249, 251;
  --akfe-facebook-rgb: 59, 89, 152;
  --akfe-twitter-rgb: 29, 161, 242;
  --akfe-youtube-rgb: 205, 32, 31;
  --akfe-instagram-rgb: 38, 38, 38;
  --akfe-linkedin-rgb: 0, 119, 181;
  --akfe-pinterest-rgb: 183, 8, 27;
  --akfe-github-rgb: 38, 38, 38;
  --akfe-whatsapp-rgb: 37, 211, 102;
  --akfe-snapchat-rgb: 255, 252, 0;
  --akfe-tiktok-rgb: 1, 1, 1;
  --akfe-reddit-rgb: 255, 69, 0;
  --akfe-tumblr-rgb: 53, 70, 92;
  --akfe-vk-rgb: 76, 117, 163;
  --akfe-text-gray: #51526e;
  --akfe-text-body: #8f8e9f;
  --akfe-text-light: #9299b8;
  --akfe-text-lighter: #7a82a6;
  --akfe-text-lightest: #605f74;
  --akfe-bg-default: #f8f9fa;
  --akfe-bg-light: #f6f7f9;
  --akfe-bg-lighter: #f2f2f2;
  --akfe-bg-lightest: #f0f0f2;
  --akfe-facebook: #3b5998;
  --akfe-twitter: #1da1f2;
  --akfe-youtube: #cd201f;
  --akfe-instagram: #262626;
  --akfe-linkedin: #0077b5;
  --akfe-pinterest: #b7081b;
  --akfe-github: #262626;
  --akfe-whatsapp: #25d366;
  --akfe-snapchat: #fffc00;
  --akfe-tiktok: #010101;
  --akfe-reddit: #ff4500;
  --akfe-tumblr: #35465c;
  --akfe-vk: #4c75a3;
  --akfe-border-light: var(--akfe-light);
  --akfe-border-white: var(--akfe-white);
  --akfe-border-default: #eff1f6;
  --akfe-border-light: #e1e4ec;
  --akfe-border-lighter: #f8f9fa;
  --akfe-border-lightest: #fafbfc;
  --akfe-border-deep: #c6d0dc;
  --akfe-transition: all ease 0.3s;
  --akfe-font-family-body: "Lexend", Sans-serif;
}
.akfe-row {
  --akfe-bs-gutter-x: 1.5rem;
  --akfe-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--akfe-bs-gutter-x) / -2);
  margin-right: calc(var(--akfe-bs-gutter-x) / -2);
  margin-top: calc(var(--akfe-bs-gutter-y) * -1);
}
.akfe-row > * {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.akfe-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .akfe-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .akfe-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .akfe-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .akfe-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
.theme-contact-info.card {
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(var(--akfe-dark-rgb), 0.05);
}
.theme-contact-info.card .card-body.theme-card-body {
  padding: 20px 25px 32px;
}
.theme-contact-info__list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.theme-contact-info__list .theme-contact-info {
  align-items: center;
  display: flex;
}
.theme-contact-info__list .theme-contact-info i {
  color: var(--akfe-text-gray);
  font-size: 1.125rem;
  margin-right: 10px;
  width: 18px;
  fill: var(--akfe-text-gray);
}
.theme-contact-info__list .theme-contact-info__content {
  color: var(--akfe-body);
  font-size: 14px;
  margin-bottom: 0;
}
.theme-contact-info__socials {
  margin-top: 20px;
}
.theme-contact-info__socials ul {
  display: flex;
  margin: -3px;
}
.theme-contact-info__socials ul li {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  margin: 3px;
  transition: 0.3s;
  width: 36px;
}
.theme-contact-info__socials ul li i {
  color: var(--akfe-white);
  font-size: 16px;
  transition: 0.3s;
  width: 16px;
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-facebook {
  background-color: rgba(var(--akfe-facebook-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-facebook i {
  color: var(--akfe-facebook);
  fill: var(--akfe-facebook);
}
.theme-contact-info__socials ul li.theme-contact-facebook:hover {
  background-color: var(--akfe-facebook);
}
.theme-contact-info__socials ul li.theme-contact-facebook:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-twitter {
  background-color: rgba(var(--akfe-twitter-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-twitter i {
  color: var(--akfe-twitter);
  fill: var(--akfe-twitter);
}
.theme-contact-info__socials ul li.theme-contact-twitter:hover {
  background-color: var(--akfe-twitter);
}
.theme-contact-info__socials ul li.theme-contact-twitter:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-youtube {
  background-color: rgba(var(--akfe-youtube-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-youtube i {
  color: var(--akfe-youtube);
  fill: var(--akfe-youtube);
}
.theme-contact-info__socials ul li.theme-contact-youtube:hover {
  background-color: var(--akfe-youtube);
}
.theme-contact-info__socials ul li.theme-contact-youtube:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-instagram {
  background-color: rgb(38 38 38 / 0.15);
}
.theme-contact-info__socials ul li.theme-contact-instagram i {
  color: var(--akfe-instagram);
  fill: var(--akfe-instagram);
}
.theme-contact-info__socials ul li.theme-contact-instagram:hover {
  background-color: var(--akfe-instagram);
}
.theme-contact-info__socials ul li.theme-contact-instagram:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-linkedin {
  background-color: rgba(var(--akfe-linkedin-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-linkedin i {
  color: var(--akfe-linkedin);
  fill: var(--akfe-linkedin);
}
.theme-contact-info__socials ul li.theme-contact-linkedin:hover {
  background-color: var(--akfe-linkedin);
}
.theme-contact-info__socials ul li.theme-contact-linkedin:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-form.card.theme-card {
  border: 1px solid var(--akfe-border-default);
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(var(--akfe-dark), 0.05);
  text-align: left;
}
.theme-contact-form.card.theme-card .theme-card-header {
  background-color: var(--akfe-white);
  border-bottom: 1px solid var(--akfe-border-default);
  border-radius: 6px 6px 0 0;
  padding: 15px 25px;
}
.theme-contact-form.card.theme-card .theme-card-header h2 {
  color: var(--akfe-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0;
}
.theme-contact-form.card.theme-card .theme-card-body {
  padding: 30px;
}
@media only screen and (max-width: 375px) {
  .theme-contact-form.card.theme-card .theme-card-body {
    padding: 30px 15px;
  }
}
.theme-contact-form.card.theme-card .theme-card-body p {
  margin-top: 0;
}
.theme-contact-form.card.theme-card .theme-card-body input,
.theme-contact-form.card.theme-card .theme-card-body textarea {
  border: 1px solid var(--akfe-border-default);
  border-radius: 5px;
  color: var(--akfe-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 46px;
  padding: 10px 18px;
  width: 100%;
}
.theme-contact-form.card.theme-card .theme-card-body input::-moz-placeholder,
.theme-contact-form.card.theme-card
  .theme-card-body
  textarea::-moz-placeholder {
  color: var(--akfe-text-gray);
  font-size: 14px;
  opacity: 1;
}
.theme-contact-form.card.theme-card .theme-card-body input::placeholder,
.theme-contact-form.card.theme-card .theme-card-body textarea::placeholder {
  color: var(--akfe-text-gray);
  font-size: 14px;
  opacity: 1;
}
.theme-contact-form.card.theme-card .theme-card-body textarea {
  max-height: 100px;
  resize: none;
}
.theme-contact-form.card.theme-card .theme-card-body button.wpcf7-submit {
  align-items: center;
  background-color: var(--akfe-primary);
  border: 1px solid var(--akfe-primary);
  border-radius: 5px;
  color: var(--akfe-white);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5;
  padding: 12px 30px;
  transition: 0.3s;
  width: 100%;
}
.theme-contact-form.card.theme-card .theme-card-body button.wpcf7-submit:hover {
  opacity: 0.8;
}
.theme-contact-form label {
  color: var(--akfe-dark);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
.theme-contact-form p:last-child {
  margin-bottom: 0;
}
.theme-contact-form .btn-send {
  margin-top: 20px;
}
.theme-contact-form .ajax-loader {
  bottom: 40px;
  position: absolute;
  right: 20px;
  z-index: 22;
}
.theme-contact-modal.theme-modal .modal-body {
  padding-bottom: 50px;
}
.theme-contact-modal.theme-modal .modal-body textarea {
  min-height: 99px;
  resize: none;
}
.wpcf7-response-output {
  align-items: center;
  background-color: rgba(var(--akfe-warning-rgb), 0.09);
  border: 0 !important;
  border-radius: 5px;
  color: var(--akfe-warning);
  display: flex;
  min-height: 48px;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(var(--akfe-success-rgb), 0.09);
  color: var(--akfe-success);
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}
.elementor-widget-akfe_team .theme-team-single .theme-team-single__img {
  display: flex;
  position: relative;
}
.elementor-widget-akfe_team .theme-team-single .theme-team-single__img img {
  border-radius: 5px 5px 0 0;
  height: auto;
  width: 100%;
}
.elementor-widget-akfe_team .theme-team-single .theme-team-single__img:before {
  background: rgba(var(--akfe-dark-rgb), 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: var(--akfe-transition);
  width: 100%;
}
.elementor-widget-akfe_team .theme-team-single figcaption {
  border: 1px solid var(--akfe-border-default);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 5px rgba(var(--akfe-light-rgb), 0.05);
  padding: 14px 0;
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__title {
  color: var(--akfe-dark);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__position {
  color: var(--akfe-text-lighter);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social {
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  transition: var(--akfe-transition);
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .elementor-widget-akfe_team
    .theme-team-single
    figcaption
    .theme-team-single__social {
    top: 38%;
  }
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li {
  list-style: none;
  margin-right: 20px;
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li
  a {
  color: var(--akfe-white);
  font-size: 20px;
  transition: var(--akfe-transition);
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li
  a
  svg {
  height: 20px;
  width: 20px;
  fill: var(--akfe-white);
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li
  a:hover {
  color: var(--akfe-primary);
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li
  a:hover
  svg {
  fill: var(--akfe-primary);
}
.elementor-widget-akfe_team
  .theme-team-single
  figcaption
  .theme-team-single__social
  li:last-child {
  margin-right: 0;
}
.elementor-widget-akfe_team
  .theme-team-single:hover
  .theme-team-single__img:before,
.elementor-widget-akfe_team
  .theme-team-single:hover
  figcaption
  .theme-team-single__social {
  opacity: 1;
}
.directorist-content-active .akfe-theme-blog-each {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .akfe-theme-blog-grid-area .akfe-theme-pagination-area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-blog-grid-area .akfe-theme-pagination-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .akfe-theme-blog-grid-area .sidebar-widget-area {
    margin-top: 30px;
  }
}
.akfe-theme-blog-each {
  border: 1px solid var(--akfe-border-default);
  border-radius: 6px;
  box-shadow: 0 3px 5px rgb(146 153 184 / 0.05);
}
.akfe-theme-blog-each
  .akfe-theme-blog-card:hover
  .akfe-theme-blog-card__thumbnail
  img {
  transform: scale(1.07);
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail {
  border-radius: 6px 6px 0 0;
  display: flex;
  max-height: 220px;
  overflow: hidden;
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail a {
  height: 100%;
  width: 100%;
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail img {
  border-radius: 6px 6px 0 0;
  height: 100%;
  max-height: 220px;
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.0001);
  transition: 0.3s;
  width: 100%;
}
.akfe-theme-blog-each .akfe-theme-blog-card__details {
  background-color: var(--akfe-white);
  border-radius: 0 0 6px 6px;
  padding: 22px 20px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__title
  a {
  color: var(--akfe-dark);
  text-decoration: none;
  transition: 0.3s;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__title
  a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__title.akfe-theme-related-post-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__summary {
  margin-bottom: 15px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__content
  .akfe-theme-blog-card__summary
  p {
  font-size: 14px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list {
  font-size: 15px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul {
  margin-bottom: 0;
  padding: 0;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li {
  display: inline-block;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li:not(:last-child) {
  margin-right: 3px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li span {
  color: var(--akfe-text-body);
  font-size: 13px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li a {
  text-decoration: none;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li + li {
  padding-left: 10px;
  position: relative;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li + li:after {
  background-color: #b7b7c5;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li.akfe-theme-blog-card_category-meta
  a {
  color: var(--akfe-info);
  font-size: 13px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list.akfe-theme-related-post-meta {
  margin: 0;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list.akfe-theme-related-post-meta
  span {
  font-size: 14px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup {
  color: var(--akfe-dark);
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup:hover
  .akfe-theme-blog-category-meta__popup__content {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup
  .akfe-theme-blog-category-meta__popup {
  color: var(--akfe-dark);
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup
  .akfe-theme-blog-category-meta__extran-count {
  color: var(--akfe-dark);
  font-size: 14px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup
  .akfe-theme-blog-category-meta__popup__content {
  background: #fff;
  border-radius: 3px;
  bottom: 25px;
  box-shadow: 0 3px 5px hsl(244 8% 59% / 0.2);
  color: var(--akfe-text-gray);
  display: block;
  left: -5px;
  line-break: auto;
  opacity: 0;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  transition: 0.3s ease;
  visibility: hidden;
  width: 140px;
  word-break: break-word;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .akfe-theme-blog-each
    .akfe-theme-blog-card__meta-list
    ul
    li
    .akfe-theme-blog-category-meta__popup
    .akfe-theme-blog-category-meta__popup__content {
    left: auto;
    right: 0;
  }
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup
  .akfe-theme-blog-category-meta__popup__content
  a {
  color: var(--akfe-text-body);
  display: block;
  font-size: 14px;
}
.akfe-theme-blog-each
  .akfe-theme-blog-card__meta-list
  ul
  li
  .akfe-theme-blog-category-meta__popup
  .akfe-theme-blog-category-meta__popup__content
  a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-single-blog {
  padding: 80px 0 110px;
}
@media only screen and (max-width: 991px) {
  .akfe-theme-single-blog {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-single-blog {
    padding: 40px 0;
  }
}
.akfe-theme-post-single .akfe-theme-post-thumbnail {
  overflow: hidden;
}
.akfe-theme-post-single .akfe-theme-post-thumbnail img {
  height: auto;
  width: 100%;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 600;
  margin: 47px 0 28px;
  word-wrap: break-word;
  color: var(--akfe-dark);
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 1.875rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-content p:not(:last-child) {
  margin-bottom: 20px;
}
.akfe-theme-post-single .akfe-theme-post-content h1,
.akfe-theme-post-single .akfe-theme-post-content h2,
.akfe-theme-post-single .akfe-theme-post-content h3,
.akfe-theme-post-single .akfe-theme-post-content h4,
.akfe-theme-post-single .akfe-theme-post-content h5,
.akfe-theme-post-single .akfe-theme-post-content h6 {
  margin-bottom: 18px;
}
.akfe-theme-post-single .akfe-theme-post-content .wp-block-image {
  margin: 36px 0 32px;
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote {
  border-left: 2px solid var(--akfe-primary);
  margin: 25px 0 45px 20px;
  max-width: 700px;
  padding: 15px 45px;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote {
    margin: 20px 0 25px 15px;
    padding: 15px 25px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p {
  color: var(--akfe-dark);
  font-size: 18px;
  line-height: 1.63;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p {
    font-size: 16px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:before {
  color: #aeb9cd;
  content: "J";
  font-family: theme-icons;
  font-size: 25px;
  font-weight: 600;
  left: -30px;
  position: absolute;
  top: -10px;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:before {
    font-size: 20px;
    left: -22px;
    top: -5px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:after {
  color: #aeb9cd;
  content: "I";
  font-family: theme-icons;
  font-size: 25px;
  font-weight: 600;
  margin-left: 4px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:after {
    font-size: 20px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite {
  color: var(--akfe-text-gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-left: 32px;
  position: relative;
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite:before {
  background-color: var(--akfe-text-body);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 22;
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite strong {
  color: var(--akfe-dark);
  font-weight: 600;
  margin-right: 3px;
}
.akfe-theme-post-single .akfe-theme-post-body ul li {
  margin-bottom: 15px;
}
.akfe-theme-post-single .akfe-theme-post-body ul li:last-child {
  margin-bottom: 0;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta {
  align-items: center;
  display: flex;
  margin: 10px 0 45px;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  .author-avatar {
  margin-right: 10px;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul {
  margin: 0;
  padding: 0;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li {
  color: var(--akfe-text-body);
  display: inline-block;
  margin-right: 3px;
  padding-left: 10px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li {
    display: block;
  }
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li:first-child {
  padding-left: 0;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li:first-child
  span {
  color: var(--akfe-dark);
  font-size: 15px;
  font-weight: 500;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li:first-child
  img {
  margin-right: 5px;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li:first-child:before {
  display: none;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single
    .akfe-theme-post-content
    .akfe-theme-post-meta
    ul
    li:first-child {
    margin: 0 0 10px;
  }
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li:before {
  background-color: var(--akfe-text-body);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 4px;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li a {
  color: var(--akfe-primary);
  text-decoration: none;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li
  a:hover {
  color: var(--akfe-info);
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li a,
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li
  span {
  font-size: 15px;
}
.akfe-theme-post-single
  .akfe-theme-post-content
  .akfe-theme-post-meta
  ul
  li
  span {
  color: var(--akfe-text-body);
}
.akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
  font-size: 36px;
  font-weight: 600;
  margin: 47px 0 28px;
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 28px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h2 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h2 {
    font-size: 1.875rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h3 {
    font-size: 1.5rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h4 {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h4 {
    font-size: 1.375rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 52px;
}
.akfe-theme-post-single .akfe-theme-post-body h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 50px;
}
.akfe-theme-post-single .akfe-theme-post-body p {
  font-size: 16px;
  line-height: 1.67;
}
.akfe-theme-post-single .akfe-theme-post-content ul {
  list-style-type: none;
  padding-left: 15px;
}
.akfe-theme-post-single .akfe-theme-post-content ul li {
  font-size: 1.125rem;
  padding-left: 20px;
  position: relative;
}
.akfe-theme-post-single .akfe-theme-post-content ul li:before {
  background-color: var(--akfe-dark);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  width: 7px;
}
.akfe-theme-post-single .akfe-theme-post-content ul li strong {
  color: var(--akfe-dark);
  font-weight: 600;
}
.akfe-theme-post-single .akfe-theme-post-content ul li ol li {
  padding-left: 0;
}
.akfe-theme-post-single .akfe-theme-post-content ul li ol li:before {
  display: none;
}
.akfe-theme-post-single .akfe-theme-post-content ol {
  margin-left: 10px;
  padding: 0 15px;
}
.akfe-theme-post-single .akfe-theme-post-content ol li {
  font-size: 1rem;
}
.akfe-theme-post-single .akfe-theme-post-content ol li:not(:last-child) {
  margin-bottom: 18px;
}
.akfe-theme-post-single .akfe-theme-post-content ol li:marker {
  color: var(--akfe-dark);
  font-weight: 600;
}
.akfe-theme-post-single .akfe-theme-post-bottom {
  margin-top: 50px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags {
  margin-bottom: 45px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul {
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: -4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul li {
  margin: 4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul li a {
  align-items: center;
  background-color: var(--color-bg-light);
  border-radius: 5px;
  color: var(--akfe-text-body);
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  line-height: normal;
  min-height: 34px;
  padding: 0 10px;
  text-decoration: none;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-tags
  ul
  li
  a:hover {
  background-color: var(--akfe-primary);
  color: var(--akfe-white);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social {
    display: block;
  }
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__title {
  color: var(--akfe-dark);
  font-size: 15px;
  font-weight: 500;
  margin-right: 22px;
  min-width: 120px;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single
    .akfe-theme-post-bottom
    .akfe-theme-post-social__title {
    display: block;
    margin: 0 0 15px;
  }
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list {
  margin: -5px -4px;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li {
  display: inline-block;
  margin: 5px 4px;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a {
  align-items: center;
  background-color: var(--akfe-white);
  border: 1px solid var(--akfe-border-light);
  border-radius: 5px;
  color: var(--akfe-text-body);
  display: flex;
  font-size: 14px;
  justify-content: center;
  min-height: 36px;
  padding: 0 15px;
  text-decoration: none;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span {
  line-height: 0.5;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  svg {
  height: 18px;
  margin-right: 4px;
  transition: var(--transition);
  width: 18px;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a
  span.las {
  font-size: 15px;
  margin-right: 4px;
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  span.las {
  color: var(--akfe-facebook);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-facebook
  svg {
  fill: var(--akfe-facebook);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  span.las {
  color: var(--akfe-twitter);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-twitter
  svg {
  fill: var(--akfe-twitter);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  span.las {
  color: var(--akfe-linkedin);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-linkedin
  svg {
  fill: var(--akfe-linkedin);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  span.las {
  color: var(--akfe-pinterest);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-pinterest
  svg {
  fill: var(--akfe-pinterest);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  span.las {
  color: var(--akfe-tumblr);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-tumblr
  svg {
  fill: var(--akfe-tumblr);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  span.las {
  color: var(--akfe-reddit);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-reddit
  svg {
  fill: var(--akfe-reddit);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  span.las {
  color: var(--akfe-vk);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-vk
  svg {
  fill: var(--akfe-vk);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  span.las {
  color: var(--akfe-copy);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a.akfe-theme-post-social-copy
  svg {
  fill: var(--akfe-copy);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  span.las {
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover
  svg {
  fill: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-facebook {
  background-color: var(--akfe-facebook);
  border: 1px solid var(--akfe-facebook);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-twitter {
  background-color: var(--akfe-twitter);
  border: 1px solid var(--akfe-twitter);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-linkedin {
  background-color: var(--akfe-linkedin);
  border: 1px solid var(--akfe-linkedin);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-pinterest {
  background-color: var(--akfe-pinterest);
  border: 1px solid var(--akfe-pinterest);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-tumblr {
  background-color: var(--akfe-tumblr);
  border: 1px solid var(--akfe-tumblr);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-reddit {
  background-color: var(--akfe-reddit);
  border: 1px solid var(--akfe-reddit);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-vk {
  background-color: var(--akfe-vk);
  border: 1px solid var(--akfe-vk);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy {
  background-color: var(--akfe-dark);
  border: 1px solid var(--akfe-dark);
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  i,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.fa,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.fab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.fas,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.la,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.lab,
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social__list
  li
  a:hover.akfe-theme-post-social-copy
  span.las {
  color: var(--akfe-white);
}
.akfe-theme-post-single
  .akfe-theme-post-bottom
  .akfe-theme-post-social
  .post-social-title {
  color: var(--akfe-dark);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.akfe-theme-post-author {
  border: 1px solid var(--akfe-border-lighter);
  border-radius: 4px;
  box-shadow: 0 15px 30px hsl(244 8% 59% / 0.1);
  display: flex;
  margin-top: 50px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-author {
    flex-direction: column;
  }
}
.akfe-theme-post-author__thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-author__thumb {
    margin: 0 0 15px;
  }
}
.akfe-theme-post-author__thumb a img {
  border-radius: 50%;
  height: 70px;
  max-width: 70px;
  min-width: 70px;
}
.akfe-theme-post-author__name {
  color: var(--akfe-primary);
  font-weight: 500;
  margin-bottom: 15px;
}
.akfe-theme-post-author__name span {
  color: var(--akfe-dark);
}
.akfe-theme-post-author__name a {
  color: var(--akfe-dark);
  text-decoration: none;
}
.akfe-theme-post-author__name a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-author__bio {
  margin-bottom: 0;
}
.akfe-theme-post-author__social {
  align-items: center;
  display: flex;
  margin: 15px -5px -5px;
}
.akfe-theme-post-author__social li {
  margin: 5px;
}
.akfe-theme-post-author__social li a {
  align-items: center;
  border: 1px solid var(--akfe-border-default);
  border-radius: 50%;
  color: var(--akfe-text-gray);
  display: flex;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  width: 35px;
}
.akfe-theme-post-author__social li a:hover {
  background-color: var(--akfe-primary);
  border-color: var(--akfe-primary);
}
.akfe-theme-post-author__social li a:hover i,
.akfe-theme-post-author__social li a:hover span.fa,
.akfe-theme-post-author__social li a:hover span.fab,
.akfe-theme-post-author__social li a:hover span.far,
.akfe-theme-post-author__social li a:hover span.fas,
.akfe-theme-post-author__social li a:hover span.la,
.akfe-theme-post-author__social li a:hover span.lab,
.akfe-theme-post-author__social li a:hover span.lar,
.akfe-theme-post-author__social li a:hover span.las {
  color: var(--akfe-white);
}
.akfe-theme-post-author__social li a:hover img,
.akfe-theme-post-author__social li a:hover svg {
  width: 16px;
  fill: var(--akfe-white);
}
.akfe-theme-post-author__social li a i,
.akfe-theme-post-author__social li a span.fa,
.akfe-theme-post-author__social li a span.fab,
.akfe-theme-post-author__social li a span.far,
.akfe-theme-post-author__social li a span.fas,
.akfe-theme-post-author__social li a span.la,
.akfe-theme-post-author__social li a span.lab,
.akfe-theme-post-author__social li a span.lar,
.akfe-theme-post-author__social li a span.las {
  font-size: 18px;
}
.akfe-theme-post-author__social li a img,
.akfe-theme-post-author__social li a svg {
  width: 16px;
  fill: var(--akfe-text-gray);
}
.akfe-theme-post-pagination {
  border-bottom: 1px solid var(--akfe-border-light);
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-bottom: 40px;
}
.akfe-theme-post-pagination__each {
  flex: 1;
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__label {
  font-size: 14px;
  margin-bottom: 6px;
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__title {
  color: var(--akfe-dark);
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-decoration: none;
  word-break: break-all;
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__title:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__meta a,
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__meta span {
  color: var(--akfe-text-body);
  text-decoration: none;
}
.akfe-theme-post-pagination__each
  .akfe-theme-post-pagination__meta
  .akfe-theme-post-pagination-cats
  a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-pagination
  .akfe-theme-post-pagination__each.ol-post-pagination__prev {
  margin-right: 15px;
}
.akfe-theme-post-pagination__next {
  text-align: right;
}
.akfe-theme-related-post-area {
  border-bottom: 1px solid var(--akfe-border-light);
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-related-post-area {
    padding: 40px 0 30px;
  }
}
.akfe-theme-related-post-area .related-post-title {
  margin-bottom: 34px;
}
.akfe-theme-related-post-area .related-post-title h1,
.akfe-theme-related-post-area .related-post-title h2,
.akfe-theme-related-post-area .related-post-title h3,
.akfe-theme-related-post-area .related-post-title h4,
.akfe-theme-related-post-area .related-post-title h5,
.akfe-theme-related-post-area .related-post-title h6 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.akfe-theme-related-post-area .akfe-theme-related-blog-each {
  margin: 0 auto;
  max-width: 430px;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-related-post-area .akfe-theme-related-blog-each {
    margin: 0 0 30px;
  }
}
.akfe-theme-related-post-area
  .akfe-theme-related-blog-each
  .akfe-theme-blog-card__thumbnail
  img {
  max-height: 170px;
  min-height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
.akfe-theme-related-post-area .akfe-theme-related-post-sep {
  display: inline-block;
  margin: 0 -1px 0 6px;
}
.akfe-theme-related-post-area .akfe-theme-related-post-cats a {
  color: var(--akfe-primary);
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 12px;
}
.theme-section-title__title {
  font-size: 42px;
} /*! elementor-icons - v5.43.0 - 30-05-2025 */
@font-face {
  font-display: swap;
  font-family: eicons;
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0)
      format("woff2"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: a 2s infinite linear;
}
.eicon-editor-link:before {
  content: "\e800";
}
.eicon-editor-unlink:before {
  content: "\e801";
}
.eicon-editor-external-link:before {
  content: "\e802";
}
.eicon-editor-close:before {
  content: "\e803";
}
.eicon-editor-list-ol:before {
  content: "\e804";
}
.eicon-editor-list-ul:before {
  content: "\e805";
}
.eicon-editor-bold:before {
  content: "\e806";
}
.eicon-editor-italic:before {
  content: "\e807";
}
.eicon-editor-underline:before {
  content: "\e808";
}
.eicon-editor-paragraph:before {
  content: "\e809";
}
.eicon-editor-h1:before {
  content: "\e80a";
}
.eicon-editor-h2:before {
  content: "\e80b";
}
.eicon-editor-h3:before {
  content: "\e80c";
}
.eicon-editor-h4:before {
  content: "\e80d";
}
.eicon-editor-h5:before {
  content: "\e80e";
}
.eicon-editor-h6:before {
  content: "\e80f";
}
.eicon-editor-quote:before {
  content: "\e810";
}
.eicon-editor-code:before {
  content: "\e811";
}
.eicon-elementor:before {
  content: "\e812";
}
.eicon-elementor-circle:before {
  content: "\e813";
}
.eicon-pojome:before {
  content: "\e814";
}
.eicon-plus:before {
  content: "\e815";
}
.eicon-menu-bar:before {
  content: "\e816";
}
.eicon-apps:before {
  content: "\e817";
}
.eicon-accordion:before {
  content: "\e818";
}
.eicon-alert:before {
  content: "\e819";
}
.eicon-animation-text:before {
  content: "\e81a";
}
.eicon-animation:before {
  content: "\e81b";
}
.eicon-banner:before {
  content: "\e81c";
}
.eicon-blockquote:before {
  content: "\e81d";
}
.eicon-button:before {
  content: "\e81e";
}
.eicon-call-to-action:before {
  content: "\e81f";
}
.eicon-captcha:before {
  content: "\e820";
}
.eicon-carousel:before {
  content: "\e821";
}
.eicon-checkbox:before {
  content: "\e822";
}
.eicon-columns:before {
  content: "\e823";
}
.eicon-countdown:before {
  content: "\e824";
}
.eicon-counter:before {
  content: "\e825";
}
.eicon-date:before {
  content: "\e826";
}
.eicon-divider-shape:before {
  content: "\e827";
}
.eicon-divider:before {
  content: "\e828";
}
.eicon-download-button:before {
  content: "\e829";
}
.eicon-dual-button:before {
  content: "\e82a";
}
.eicon-email-field:before {
  content: "\e82b";
}
.eicon-facebook-comments:before {
  content: "\e82c";
}
.eicon-facebook-like-box:before {
  content: "\e82d";
}
.eicon-form-horizontal:before {
  content: "\e82e";
}
.eicon-form-vertical:before {
  content: "\e82f";
}
.eicon-gallery-grid:before {
  content: "\e830";
}
.eicon-gallery-group:before {
  content: "\e831";
}
.eicon-gallery-justified:before {
  content: "\e832";
}
.eicon-gallery-masonry:before {
  content: "\e833";
}
.eicon-icon-box:before {
  content: "\e834";
}
.eicon-image-before-after:before {
  content: "\e835";
}
.eicon-image-box:before {
  content: "\e836";
}
.eicon-image-hotspot:before {
  content: "\e837";
}
.eicon-image-rollover:before {
  content: "\e838";
}
.eicon-info-box:before {
  content: "\e839";
}
.eicon-inner-section:before {
  content: "\e83a";
}
.eicon-mailchimp:before {
  content: "\e83b";
}
.eicon-menu-card:before {
  content: "\e83c";
}
.eicon-navigation-horizontal:before {
  content: "\e83d";
}
.eicon-nav-menu:before {
  content: "\e83e";
}
.eicon-navigation-vertical:before {
  content: "\e83f";
}
.eicon-number-field:before {
  content: "\e840";
}
.eicon-parallax:before {
  content: "\e841";
}
.eicon-php7:before {
  content: "\e842";
}
.eicon-post-list:before {
  content: "\e843";
}
.eicon-post-slider:before {
  content: "\e844";
}
.eicon-post:before {
  content: "\e845";
}
.eicon-posts-carousel:before {
  content: "\e846";
}
.eicon-posts-grid:before {
  content: "\e847";
}
.eicon-posts-group:before {
  content: "\e848";
}
.eicon-posts-justified:before {
  content: "\e849";
}
.eicon-posts-masonry:before {
  content: "\e84a";
}
.eicon-posts-ticker:before {
  content: "\e84b";
}
.eicon-price-list:before {
  content: "\e84c";
}
.eicon-price-table:before {
  content: "\e84d";
}
.eicon-radio:before {
  content: "\e84e";
}
.eicon-rtl:before {
  content: "\e84f";
}
.eicon-scroll:before {
  content: "\e850";
}
.eicon-search:before {
  content: "\e851";
}
.eicon-select:before {
  content: "\e852";
}
.eicon-share:before {
  content: "\e853";
}
.eicon-sidebar:before {
  content: "\e854";
}
.eicon-skill-bar:before {
  content: "\e855";
}
.eicon-slider-3d:before {
  content: "\e856";
}
.eicon-slider-album:before {
  content: "\e857";
}
.eicon-slider-device:before {
  content: "\e858";
}
.eicon-slider-full-screen:before {
  content: "\e859";
}
.eicon-slider-push:before {
  content: "\e85a";
}
.eicon-slider-vertical:before {
  content: "\e85b";
}
.eicon-slider-video:before {
  content: "\e85c";
}
.eicon-slides:before {
  content: "\e85d";
}
.eicon-social-icons:before {
  content: "\e85e";
}
.eicon-spacer:before {
  content: "\e85f";
}
.eicon-table:before {
  content: "\e860";
}
.eicon-tabs:before {
  content: "\e861";
}
.eicon-tel-field:before {
  content: "\e862";
}
.eicon-text-area:before {
  content: "\e863";
}
.eicon-text-field:before {
  content: "\e864";
}
.eicon-thumbnails-down:before {
  content: "\e865";
}
.eicon-thumbnails-half:before {
  content: "\e866";
}
.eicon-thumbnails-right:before {
  content: "\e867";
}
.eicon-time-line:before {
  content: "\e868";
}
.eicon-toggle:before {
  content: "\e869";
}
.eicon-url:before {
  content: "\e86a";
}
.eicon-t-letter:before {
  content: "\e86b";
}
.eicon-wordpress:before {
  content: "\e86c";
}
.eicon-text:before {
  content: "\e86d";
}
.eicon-anchor:before {
  content: "\e86e";
}
.eicon-bullet-list:before {
  content: "\e86f";
}
.eicon-code:before {
  content: "\e870";
}
.eicon-favorite:before {
  content: "\e871";
}
.eicon-google-maps:before {
  content: "\e872";
}
.eicon-image:before {
  content: "\e873";
}
.eicon-photo-library:before {
  content: "\e874";
}
.eicon-woocommerce:before {
  content: "\e875";
}
.eicon-youtube:before {
  content: "\e876";
}
.eicon-flip-box:before {
  content: "\e877";
}
.eicon-settings:before {
  content: "\e878";
}
.eicon-headphones:before {
  content: "\e879";
}
.eicon-testimonial:before {
  content: "\e87a";
}
.eicon-counter-circle:before {
  content: "\e87b";
}
.eicon-person:before {
  content: "\e87c";
}
.eicon-chevron-right:before {
  content: "\e87d";
}
.eicon-chevron-left:before {
  content: "\e87e";
}
.eicon-close:before {
  content: "\e87f";
}
.eicon-file-download:before {
  content: "\e880";
}
.eicon-save:before {
  content: "\e881";
}
.eicon-zoom-in:before {
  content: "\e882";
}
.eicon-shortcode:before {
  content: "\e883";
}
.eicon-nerd:before {
  content: "\e884";
}
.eicon-device-desktop:before {
  content: "\e885";
}
.eicon-device-tablet:before {
  content: "\e886";
}
.eicon-device-mobile:before {
  content: "\e887";
}
.eicon-document-file:before {
  content: "\e888";
}
.eicon-folder-o:before {
  content: "\e889";
}
.eicon-hypster:before {
  content: "\e88a";
}
.eicon-h-align-left:before {
  content: "\e88b";
}
.eicon-h-align-right:before {
  content: "\e88c";
}
.eicon-h-align-center:before {
  content: "\e88d";
}
.eicon-h-align-stretch:before {
  content: "\e88e";
}
.eicon-v-align-top:before {
  content: "\e88f";
}
.eicon-v-align-bottom:before {
  content: "\e890";
}
.eicon-v-align-middle:before {
  content: "\e891";
}
.eicon-v-align-stretch:before {
  content: "\e892";
}
.eicon-pro-icon:before {
  content: "\e893";
}
.eicon-mail:before {
  content: "\e894";
}
.eicon-lock-user:before {
  content: "\e895";
}
.eicon-testimonial-carousel:before {
  content: "\e896";
}
.eicon-media-carousel:before {
  content: "\e897";
}
.eicon-section:before {
  content: "\e898";
}
.eicon-column:before {
  content: "\e899";
}
.eicon-edit:before {
  content: "\e89a";
}
.eicon-clone:before {
  content: "\e89b";
}
.eicon-trash:before {
  content: "\e89c";
}
.eicon-play:before {
  content: "\e89d";
}
.eicon-angle-right:before {
  content: "\e89e";
}
.eicon-angle-left:before {
  content: "\e89f";
}
.eicon-animated-headline:before {
  content: "\e8a0";
}
.eicon-menu-toggle:before {
  content: "\e8a1";
}
.eicon-fb-embed:before {
  content: "\e8a2";
}
.eicon-fb-feed:before {
  content: "\e8a3";
}
.eicon-twitter-embed:before {
  content: "\e8a4";
}
.eicon-twitter-feed:before {
  content: "\e8a5";
}
.eicon-sync:before {
  content: "\e8a6";
}
.eicon-import-export:before {
  content: "\e8a7";
}
.eicon-check-circle:before {
  content: "\e8a8";
}
.eicon-library-save:before {
  content: "\e8a9";
}
.eicon-library-download:before {
  content: "\e9dd";
}
.eicon-insert:before {
  content: "\e8ab";
}
.eicon-preview-medium:before {
  content: "\e8ac";
}
.eicon-sort-down:before {
  content: "\e8ad";
}
.eicon-sort-up:before {
  content: "\e8ae";
}
.eicon-heading:before {
  content: "\e8af";
}
.eicon-logo:before {
  content: "\e8b0";
}
.eicon-meta-data:before {
  content: "\e8b1";
}
.eicon-post-content:before {
  content: "\e8b2";
}
.eicon-post-excerpt:before {
  content: "\e8b3";
}
.eicon-post-navigation:before {
  content: "\e8b4";
}
.eicon-yoast:before {
  content: "\e8b5";
}
.eicon-nerd-chuckle:before {
  content: "\e8b6";
}
.eicon-nerd-wink:before {
  content: "\e8b7";
}
.eicon-comments:before {
  content: "\e8b8";
}
.eicon-download-circle-o:before {
  content: "\e8b9";
}
.eicon-library-upload:before {
  content: "\e8ba";
}
.eicon-save-o:before {
  content: "\e8bb";
}
.eicon-upload-circle-o:before {
  content: "\e8bc";
}
.eicon-ellipsis-h:before {
  content: "\e8bd";
}
.eicon-ellipsis-v:before {
  content: "\e8be";
}
.eicon-arrow-left:before {
  content: "\e8bf";
}
.eicon-arrow-right:before {
  content: "\e8c0";
}
.eicon-arrow-up:before {
  content: "\e8c1";
}
.eicon-arrow-down:before {
  content: "\e8c2";
}
.eicon-play-o:before {
  content: "\e8c3";
}
.eicon-archive-posts:before {
  content: "\e8c4";
}
.eicon-archive-title:before {
  content: "\e8c5";
}
.eicon-featured-image:before {
  content: "\e8c6";
}
.eicon-post-info:before {
  content: "\e8c7";
}
.eicon-post-title:before {
  content: "\e8c8";
}
.eicon-site-logo:before {
  content: "\e8c9";
}
.eicon-site-search:before {
  content: "\e8ca";
}
.eicon-site-title:before {
  content: "\e8cb";
}
.eicon-plus-square:before {
  content: "\e8cc";
}
.eicon-minus-square:before {
  content: "\e8cd";
}
.eicon-cloud-check:before {
  content: "\e8ce";
}
.eicon-drag-n-drop:before {
  content: "\e8cf";
}
.eicon-welcome:before {
  content: "\e8d0";
}
.eicon-handle:before {
  content: "\e8d1";
}
.eicon-cart:before {
  content: "\e8d2";
}
.eicon-product-add-to-cart:before {
  content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}
.eicon-product-categories:before {
  content: "\e8d5";
}
.eicon-product-description:before {
  content: "\e8d6";
}
.eicon-product-images:before {
  content: "\e8d7";
}
.eicon-product-info:before {
  content: "\e8d8";
}
.eicon-product-meta:before {
  content: "\e8d9";
}
.eicon-product-pages:before {
  content: "\e8da";
}
.eicon-product-price:before {
  content: "\e8db";
}
.eicon-product-rating:before {
  content: "\e8dc";
}
.eicon-product-related:before {
  content: "\e8dd";
}
.eicon-product-stock:before {
  content: "\e8de";
}
.eicon-product-tabs:before {
  content: "\e8df";
}
.eicon-product-title:before {
  content: "\e8e0";
}
.eicon-product-upsell:before {
  content: "\e8e1";
}
.eicon-products:before {
  content: "\e8e2";
}
.eicon-bag-light:before {
  content: "\e8e3";
}
.eicon-bag-medium:before {
  content: "\e8e4";
}
.eicon-bag-solid:before {
  content: "\e8e5";
}
.eicon-basket-light:before {
  content: "\e8e6";
}
.eicon-basket-medium:before {
  content: "\e8e7";
}
.eicon-basket-solid:before {
  content: "\e8e8";
}
.eicon-cart-light:before {
  content: "\e8e9";
}
.eicon-cart-medium:before {
  content: "\e8ea";
}
.eicon-cart-solid:before {
  content: "\e8eb";
}
.eicon-exchange:before {
  content: "\e8ec";
}
.eicon-preview-thin:before {
  content: "\e8ed";
}
.eicon-device-laptop:before {
  content: "\e8ee";
}
.eicon-collapse:before {
  content: "\e8ef";
}
.eicon-expand:before {
  content: "\e8f0";
}
.eicon-navigator:before {
  content: "\e8f1";
}
.eicon-plug:before {
  content: "\e8f2";
}
.eicon-dashboard:before {
  content: "\e8f3";
}
.eicon-typography:before {
  content: "\e8f4";
}
.eicon-info-circle-o:before {
  content: "\e8f5";
}
.eicon-integration:before {
  content: "\e8f6";
}
.eicon-plus-circle-o:before {
  content: "\e8f7";
}
.eicon-rating:before {
  content: "\e8f8";
}
.eicon-review:before {
  content: "\e8f9";
}
.eicon-tools:before {
  content: "\e8fa";
}
.eicon-loading:before {
  content: "\e8fb";
}
.eicon-sitemap:before {
  content: "\e8fc";
}
.eicon-click:before {
  content: "\e8fd";
}
.eicon-clock:before {
  content: "\e8fe";
}
.eicon-library-open:before {
  content: "\e8ff";
}
.eicon-warning:before {
  content: "\e900";
}
.eicon-flow:before {
  content: "\e901";
}
.eicon-cursor-move:before {
  content: "\e902";
}
.eicon-arrow-circle-left:before {
  content: "\e903";
}
.eicon-flash:before {
  content: "\e904";
}
.eicon-redo:before {
  content: "\e905";
}
.eicon-ban:before {
  content: "\e906";
}
.eicon-barcode:before {
  content: "\e907";
}
.eicon-calendar:before {
  content: "\e908";
}
.eicon-caret-left:before {
  content: "\e909";
}
.eicon-caret-right:before {
  content: "\e90a";
}
.eicon-caret-up:before {
  content: "\e90b";
}
.eicon-chain-broken:before {
  content: "\e90c";
}
.eicon-check-circle-o:before {
  content: "\e90d";
}
.eicon-check:before {
  content: "\e90e";
}
.eicon-chevron-double-left:before {
  content: "\e90f";
}
.eicon-chevron-double-right:before {
  content: "\e910";
}
.eicon-undo:before {
  content: "\e911";
}
.eicon-filter:before {
  content: "\e912";
}
.eicon-circle-o:before {
  content: "\e913";
}
.eicon-circle:before {
  content: "\e914";
}
.eicon-clock-o:before {
  content: "\e915";
}
.eicon-cog:before {
  content: "\e916";
}
.eicon-cogs:before {
  content: "\e917";
}
.eicon-commenting-o:before {
  content: "\e918";
}
.eicon-copy:before {
  content: "\e919";
}
.eicon-database:before {
  content: "\e91a";
}
.eicon-dot-circle-o:before {
  content: "\e91b";
}
.eicon-envelope:before {
  content: "\e91c";
}
.eicon-external-link-square:before {
  content: "\e91d";
}
.eicon-eyedropper:before {
  content: "\e91e";
}
.eicon-folder:before {
  content: "\e91f";
}
.eicon-font:before {
  content: "\e920";
}
.eicon-adjust:before {
  content: "\e921";
}
.eicon-lightbox:before {
  content: "\e922";
}
.eicon-heart-o:before {
  content: "\e923";
}
.eicon-history:before {
  content: "\e924";
}
.eicon-image-bold:before {
  content: "\e925";
}
.eicon-info-circle:before {
  content: "\e926";
}
.eicon-link:before {
  content: "\e927";
}
.eicon-long-arrow-left:before {
  content: "\e928";
}
.eicon-long-arrow-right:before {
  content: "\e929";
}
.eicon-caret-down:before {
  content: "\e92a";
}
.eicon-paint-brush:before {
  content: "\e92b";
}
.eicon-pencil:before {
  content: "\e92c";
}
.eicon-plus-circle:before {
  content: "\e92d";
}
.eicon-zoom-in-bold:before {
  content: "\e92e";
}
.eicon-sort-amount-desc:before {
  content: "\e92f";
}
.eicon-sign-out:before {
  content: "\e930";
}
.eicon-spinner:before {
  content: "\e931";
}
.eicon-square:before {
  content: "\e932";
}
.eicon-star-o:before {
  content: "\e933";
}
.eicon-star:before {
  content: "\e934";
}
.eicon-text-align-justify:before {
  content: "\e935";
}
.eicon-text-align-center:before {
  content: "\e936";
}
.eicon-tags:before {
  content: "\e937";
}
.eicon-text-align-left:before {
  content: "\e938";
}
.eicon-text-align-right:before {
  content: "\e939";
}
.eicon-close-circle:before {
  content: "\e93a";
}
.eicon-trash-o:before {
  content: "\e93b";
}
.eicon-font-awesome:before {
  content: "\e93c";
}
.eicon-user-circle-o:before {
  content: "\e93d";
}
.eicon-video-camera:before {
  content: "\e93e";
}
.eicon-heart:before {
  content: "\e93f";
}
.eicon-wrench:before {
  content: "\e940";
}
.eicon-help:before {
  content: "\e941";
}
.eicon-help-o:before {
  content: "\e942";
}
.eicon-zoom-out-bold:before {
  content: "\e943";
}
.eicon-plus-square-o:before {
  content: "\e944";
}
.eicon-minus-square-o:before {
  content: "\e945";
}
.eicon-minus-circle:before {
  content: "\e946";
}
.eicon-minus-circle-o:before {
  content: "\e947";
}
.eicon-code-bold:before {
  content: "\e948";
}
.eicon-cloud-upload:before {
  content: "\e949";
}
.eicon-search-bold:before {
  content: "\e94a";
}
.eicon-map-pin:before {
  content: "\e94b";
}
.eicon-meetup:before {
  content: "\e94c";
}
.eicon-slideshow:before {
  content: "\e94d";
}
.eicon-t-letter-bold:before {
  content: "\e94e";
}
.eicon-preferences:before {
  content: "\e94f";
}
.eicon-table-of-contents:before {
  content: "\e950";
}
.eicon-tv:before {
  content: "\e951";
}
.eicon-upload:before {
  content: "\e952";
}
.eicon-instagram-comments:before {
  content: "\e953";
}
.eicon-instagram-nested-gallery:before {
  content: "\e954";
}
.eicon-instagram-post:before {
  content: "\e955";
}
.eicon-instagram-video:before {
  content: "\e956";
}
.eicon-instagram-gallery:before {
  content: "\e957";
}
.eicon-instagram-likes:before {
  content: "\e958";
}
.eicon-facebook:before {
  content: "\e959";
}
.eicon-twitter:before {
  content: "\e95a";
}
.eicon-pinterest:before {
  content: "\e95b";
}
.eicon-frame-expand:before {
  content: "\e95c";
}
.eicon-frame-minimize:before {
  content: "\e95d";
}
.eicon-archive:before {
  content: "\e95e";
}
.eicon-colors-typography:before {
  content: "\e95f";
}
.eicon-custom:before {
  content: "\e960";
}
.eicon-footer:before {
  content: "\e961";
}
.eicon-header:before {
  content: "\e962";
}
.eicon-layout-settings:before {
  content: "\e963";
}
.eicon-lightbox-expand:before {
  content: "\e964";
}
.eicon-error-404:before {
  content: "\e965";
}
.eicon-theme-style:before {
  content: "\e966";
}
.eicon-search-results:before {
  content: "\e967";
}
.eicon-single-post:before {
  content: "\e968";
}
.eicon-site-identity:before {
  content: "\e969";
}
.eicon-theme-builder:before {
  content: "\e96a";
}
.eicon-download-bold:before {
  content: "\e96b";
}
.eicon-share-arrow:before {
  content: "\e96c";
}
.eicon-global-settings:before {
  content: "\e96d";
}
.eicon-user-preferences:before {
  content: "\e96e";
}
.eicon-lock:before {
  content: "\e96f";
}
.eicon-export-kit:before {
  content: "\e970";
}
.eicon-import-kit:before {
  content: "\e971";
}
.eicon-lottie:before {
  content: "\e972";
}
.eicon-products-archive:before {
  content: "\e973";
}
.eicon-single-product:before {
  content: "\e974";
}
.eicon-disable-trash-o:before {
  content: "\e975";
}
.eicon-single-page:before {
  content: "\e976";
}
.eicon-wordpress-light:before {
  content: "\e977";
}
.eicon-cogs-check:before {
  content: "\e978";
}
.eicon-custom-css:before {
  content: "\e979";
}
.eicon-global-colors:before {
  content: "\e97a";
}
.eicon-globe:before {
  content: "\e97b";
}
.eicon-typography-1:before {
  content: "\e97c";
}
.eicon-background:before {
  content: "\e97d";
}
.eicon-device-responsive:before {
  content: "\e97e";
}
.eicon-device-wide:before {
  content: "\e97f";
}
.eicon-code-highlight:before {
  content: "\e980";
}
.eicon-video-playlist:before {
  content: "\e981";
}
.eicon-download-kit:before {
  content: "\e982";
}
.eicon-kit-details:before {
  content: "\e983";
}
.eicon-kit-parts:before {
  content: "\e984";
}
.eicon-kit-upload:before {
  content: "\e985";
}
.eicon-kit-plugins:before {
  content: "\e986";
}
.eicon-kit-upload-alt:before {
  content: "\e987";
}
.eicon-hotspot:before {
  content: "\e988";
}
.eicon-paypal-button:before {
  content: "\e989";
}
.eicon-shape:before {
  content: "\e98a";
}
.eicon-wordart:before {
  content: "\e98b";
}
.eicon-checkout:before {
  content: "\e98c";
}
.eicon-container:before {
  content: "\e98d";
}
.eicon-flip:before {
  content: "\e98e";
}
.eicon-info:before {
  content: "\e98f";
}
.eicon-my-account:before {
  content: "\e990";
}
.eicon-purchase-summary:before {
  content: "\e991";
}
.eicon-page-transition:before {
  content: "\e992";
}
.eicon-spotify:before {
  content: "\e993";
}
.eicon-stripe-button:before {
  content: "\e994";
}
.eicon-woo-settings:before {
  content: "\e995";
}
.eicon-woo-cart:before {
  content: "\e996";
}
.eicon-grow:before {
  content: "\e997";
}
.eicon-order-end:before {
  content: "\e998";
}
.eicon-nowrap:before {
  content: "\e999";
}
.eicon-order-start:before {
  content: "\e99a";
}
.eicon-progress-tracker:before {
  content: "\e99b";
}
.eicon-shrink:before {
  content: "\e99c";
}
.eicon-wrap:before {
  content: "\e99d";
}
.eicon-align-center-h:before {
  content: "\e99e";
}
.eicon-align-center-v:before {
  content: "\e99f";
}
.eicon-align-end-h:before {
  content: "\e9a0";
}
.eicon-align-end-v:before {
  content: "\e9a1";
}
.eicon-align-start-h:before {
  content: "\e9a2";
}
.eicon-align-start-v:before {
  content: "\e9a3";
}
.eicon-align-stretch-h:before {
  content: "\e9a4";
}
.eicon-align-stretch-v:before {
  content: "\e9a5";
}
.eicon-justify-center-h:before {
  content: "\e9a6";
}
.eicon-justify-center-v:before {
  content: "\e9a7";
}
.eicon-justify-end-h:before {
  content: "\e9a8";
}
.eicon-justify-end-v:before {
  content: "\e9a9";
}
.eicon-justify-space-around-h:before {
  content: "\e9aa";
}
.eicon-justify-space-around-v:before {
  content: "\e9ab";
}
.eicon-justify-space-between-h:before {
  content: "\e9ac";
}
.eicon-justify-space-between-v:before {
  content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}
.eicon-justify-start-h:before {
  content: "\e9b0";
}
.eicon-justify-start-v:before {
  content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}
.eicon-woocommerce-notices:before {
  content: "\e9b3";
}
.eicon-inner-container:before {
  content: "\e9b4";
}
.eicon-warning-full:before {
  content: "\e9b5";
}
.eicon-exit:before {
  content: "\e9b6";
}
.eicon-loop-builder:before {
  content: "\e9b7";
}
.eicon-notes:before {
  content: "\e9b8";
}
.eicon-read:before {
  content: "\e9b9";
}
.eicon-unread:before {
  content: "\e9ba";
}
.eicon-carousel-loop:before {
  content: "\e9bb";
}
.eicon-mega-menu:before {
  content: "\eb78";
}
.eicon-nested-carousel:before {
  content: "\e9bd";
}
.eicon-ai:before {
  content: "\e9be";
}
.eicon-taxonomy-filter:before {
  content: "\eb7d";
}
.eicon-container-grid:before {
  content: "\ef02";
}
.eicon-upgrade:before {
  content: "\e9c1";
}
.eicon-advanced:before {
  content: "\eb84";
}
.eicon-div-block:before {
  content: "\eb9b";
}
.eicon-notification:before {
  content: "\e9c3";
}
.eicon-light-mode:before {
  content: "\e9c4";
}
.eicon-dark-mode:before {
  content: "\e9c5";
}
.eicon-upgrade-crown:before {
  content: "\e9c6";
}
.eicon-off-canvas:before {
  content: "\e9c7";
}
.eicon-speakerphone:before {
  content: "\e9c9";
}
.eicon-ehp-cta:before {
  content: "\e9cb";
}
.eicon-ehp-forms:before {
  content: "\e9bc";
}
.eicon-ehp-hero:before {
  content: "\e9ca";
}
.eicon-ehp-zigzag:before {
  content: "\e9cc";
}
.eicon-e-button:before {
  content: "\e9ce";
}
.eicon-flexbox:before {
  content: "\e9d0";
}
.eicon-paragraph:before {
  content: "\e9d1";
}
.eicon-icon:before {
  content: "\e9d2";
}
.eicon-e-image:before {
  content: "\e9d3";
}
.eicon-video:before {
  content: "\e9d4";
}
.eicon-svg:before {
  content: "\e9d5";
}
.eicon-e-divider:before {
  content: "\e9d6";
}
.eicon-e-heading:before {
  content: "\e9d7";
}
.eicon-atomic:before {
  content: "\ebae";
}
.eicon-library-delete:before {
  content: "\e9d8";
}
.eicon-library-copy:before {
  content: "\e9d9";
}
.eicon-library-folder-empty:before {
  content: "\e9da";
}
.eicon-library-move:before {
  content: "\e9db";
}
.eicon-library-edit:before {
  content: "\e9dc";
}
.eicon-library-subscription-upgrade:before {
  content: "\e9de";
}
.eicon-library-folder-view:before {
  content: "\e9df";
}
.eicon-library-grid:before {
  content: "\e9e1";
}
.eicon-library-cloud-connect:before {
  content: "\e9e2";
}
.eicon-library-import:before {
  content: "\e9e3";
}
.eicon-library-list:before {
  content: "\e9e4";
}
.eicon-library-cloud-empty:before {
  content: "\e9e5";
}
.eicon-folder-plus:before {
  content: "\e8aa";
}
.eicon-library-folder:before {
  content: "\e9e6";
}
.eicon-accessibility:before {
  content: "\e9bf";
}
.eicon-lock-outline:before {
  content: "\e9e7";
}
.eicon-e-youtube:before {
  content: "\e9e8";
}
.eicon-eye:before {
  content: "\e8ac";
}
.eicon-elementor-square:before {
  content: "\e813";
} /*! elementor - v3.31.0 - 27-08-2025 */
:root {
  --direction-multiplier: 1;
}
body.rtl,
html[dir="rtl"] {
  --direction-multiplier: -1;
}
.elementor-hidden {
  display: none;
}
.elementor-visibility-hidden {
  visibility: hidden;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: 0.75em;
}
.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  background-color: transparent;
  margin: 0;
}
.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
}
.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.e-con-inner > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
  position: absolute;
}
.e-con-inner > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
  position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}
.elementor-invisible {
  visibility: hidden;
}
.elementor-align-center {
  text-align: center;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
.elementor-custom-embed-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite;
}
.elementor-tag {
  display: inline-flex;
}
.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}
@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}
.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display);
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite;
}
.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}
.elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-end;
}
.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}
.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}
.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}
.elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}
@media (min-width: -1) {
  .elementor-reverse-widescreen > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child,
  .elementor-reverse-laptop > .elementor-container > :nth-child(10),
  .elementor-reverse-laptop > .elementor-container > :nth-child(2),
  .elementor-reverse-laptop > .elementor-container > :nth-child(3),
  .elementor-reverse-laptop > .elementor-container > :nth-child(4),
  .elementor-reverse-laptop > .elementor-container > :nth-child(5),
  .elementor-reverse-laptop > .elementor-container > :nth-child(6),
  .elementor-reverse-laptop > .elementor-container > :nth-child(7),
  .elementor-reverse-laptop > .elementor-container > :nth-child(8),
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 0;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1) {
  .elementor-reverse-tablet > .elementor-container > :first-child,
  .elementor-reverse-tablet > .elementor-container > :nth-child(10),
  .elementor-reverse-tablet > .elementor-container > :nth-child(2),
  .elementor-reverse-tablet > .elementor-container > :nth-child(3),
  .elementor-reverse-tablet > .elementor-container > :nth-child(4),
  .elementor-reverse-tablet > .elementor-container > :nth-child(5),
  .elementor-reverse-tablet > .elementor-container > :nth-child(6),
  .elementor-reverse-tablet > .elementor-container > :nth-child(7),
  .elementor-reverse-tablet > .elementor-container > :nth-child(8),
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 0;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap);
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
}
.e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, 0.3s),
    border var(--border-transition, 0.3s),
    box-shadow var(--border-transition, 0.3s),
    transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full,
.e-con > .e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align);
}
.e-con-full.e-flex,
.e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
.e-con,
.e-con > .e-con-inner {
  display: var(--display);
}
.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}
.e-con.e-grid,
.e-con.e-grid > .e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items);
}
.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
}
.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy;
}
.e-con-boxed {
  gap: initial;
  text-align: initial;
}
.e-con.e-flex > .e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}
.e-con.e-grid > .e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items);
}
.e-con > .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
.e-con:before,
.e-con > .elementor-background-slideshow:before,
.e-con
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer:before,
:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, 0.3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}
.e-con:before {
  transition: background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow,
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}
@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container.elementor-hidden-mobile {
    display: none;
  }
}
:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow:before {
  z-index: 2;
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}
.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}
@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%;
  }
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > input,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > textarea {
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  > input {
  flex-grow: 1;
}
.elementor-field-group {
  align-items: center;
  flex-wrap: wrap;
}
.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
}
.elementor-field-group.elementor-field-type-select-multiple
  .elementor-select-wrapper:before {
  content: "";
}
.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  flex-basis: 100%;
}
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline;
}
.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: 0.2em;
}
.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px;
}
.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
}
.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
}
.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}
.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
}
.elementor-button-align-stretch
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center;
}
.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start;
}
.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end;
}
.elementor-button-align-center
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-end
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-start
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: auto;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto;
}
@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }
  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }
  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}
.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}
.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0;
}
.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button > span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base))
  .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(
    :has(.elementor-widget-container)
  ) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
.elementor-button-icon {
  align-items: center;
  display: flex;
}
.elementor-button-icon svg {
  height: auto;
  width: 1em;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px;
}
.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px;
}
.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}
.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px;
}
.elementor-button span {
  text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}
.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  padding: 0.5em;
  fill: #fff;
}
.elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: 0.5em;
}
.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
.elementor-icon:hover {
  color: #69727d;
}
.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: auto;
}
.elementor-shape-square .elementor-icon {
  border-radius: 0;
}
.elementor-shape-rounded .elementor-icon {
  border-radius: 10%;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}
.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0))
    rotate(var(--e-con-transform-rotateZ, 0))
    rotateX(var(--e-con-transform-rotateX, 0))
    rotateY(var(--e-con-transform-rotateY, 0))
    translate(var(--e-con-transform-translate, 0))
    translateX(var(--e-con-transform-translateX, 0))
    translateY(var(--e-con-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-con-transform-flipX, 1) *
          var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-con-transform-flipY, 1) *
          var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1))
      )
    )
    skewX(var(--e-con-transform-skewX, 0))
    skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y)
    var(--e-con-transform-origin-x);
}
.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
.elementor-kit-1442 {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.e-con {
  --container-max-width: 1140px;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
 {
}
h1.entry-title {
  display: var(--page-title-display);
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-con {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
  .e-con {
    --container-max-width: 767px;
  }
}
.premium-lq__glass1.pa-txt-sc__item-container,
.premium-lq__glass1.premium-mega-content-container,
.premium-lq__glass1.premium-menu-link,
.premium-lq__glass1.premium-sub-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.premium-lq__glass1 .countdown-amount,
.premium-lq__glass1 .premium-button,
.premium-lq__glass1 .premium-dual-header-first-span,
.premium-lq__glass1 .wrap-cover .fields-in-cover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.premium-box-lq__glass1 .premium-dual-header-second-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.premium-con-lq__glass1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.premium-con-lq__glass1-hover:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.premium-lq__glass2.pa-txt-sc__item-container,
.premium-lq__glass2.premium-mega-content-container,
.premium-lq__glass2.premium-menu-link,
.premium-lq__glass2.premium-sub-menu {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.premium-lq__glass2 .countdown-amount,
.premium-lq__glass2 .premium-button,
.premium-lq__glass2 .premium-dual-header-first-span,
.premium-lq__glass2 .wrap-cover .fields-in-cover {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.premium-box-lq__glass2 .premium-dual-header-second-header {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.premium-con-lq__glass2 {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.premium-con-lq__glass2-hover:hover {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.premium-lq__glass3.pa-txt-sc__item-container,
.premium-lq__glass3.premium-mega-content-container,
.premium-lq__glass3.premium-menu-link,
.premium-lq__glass3.premium-sub-menu {
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .countdown-amount,
.premium-lq__glass3 .wrap-cover .fields-in-cover {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .premium-dual-header-first-span {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .premium-button {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.premium-lq__glass3 .premium-button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
  isolation: isolate;
}
.premium-box-lq__glass3 .premium-dual-header-second-header {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-con-lq__glass3 {
  isolation: isolate;
  -webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
  backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass4.pa-txt-sc__item-container,
.premium-lq__glass4.premium-mega-content-container,
.premium-lq__glass4.premium-menu-link,
.premium-lq__glass4.premium-sub-menu {
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass4 .countdown-amount,
.premium-lq__glass4 .wrap-cover .fields-in-cover {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass4 .premium-button {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.premium-lq__glass4 .premium-button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
  isolation: isolate;
}
.premium-lq__glass4 .premium-dual-header-first-span {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-box-lq__glass4 .premium-dual-header-second-header {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-con-lq__glass4 {
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
  backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass5.pa-txt-sc__item-container,
.premium-lq__glass5.premium-mega-content-container,
.premium-lq__glass5.premium-menu-link,
.premium-lq__glass5.premium-sub-menu {
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .countdown-amount,
.premium-lq__glass5 .wrap-cover .fields-in-cover {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .premium-dual-header-first-span {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .premium-button {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.premium-lq__glass5 .premium-button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
  isolation: isolate;
}
.premium-box-lq__glass5 .premium-dual-header-second-header {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-con-lq__glass5 {
  isolation: isolate;
  -webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
  backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass6.pa-txt-sc__item-container,
.premium-lq__glass6.premium-mega-content-container,
.premium-lq__glass6.premium-menu-link,
.premium-lq__glass6.premium-sub-menu {
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .countdown-amount,
.premium-lq__glass6 .wrap-cover .fields-in-cover {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .premium-dual-header-first-span {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .premium-button {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}
.premium-lq__glass6 .premium-button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
  isolation: isolate;
}
.premium-box-lq__glass6 .premium-dual-header-second-header {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-con-lq__glass6 {
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
  backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-world-clock__skin-1 [class*="glass"].premium-world-clock__time-wrapper,
.premium-world-clock__skin-5 [class*="glass"].premium-world-clock__time-wrapper,
.premium-world-clock__skin-6 [class*="glass"].premium-world-clock__time-wrapper,
.premium-world-clock__skin-7
  [class*="glass"].premium-world-clock__time-wrapper {
  border-radius: 50%;
}
[class*="glass"].premium-atext__text {
  display: inline-block;
}
.premium-lq__shadow1 {
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.6) inset !important;
}
.premium-lq__shadow2 {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.65) inset !important;
}
.premium-lq__shadow3 {
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow4 {
  box-shadow: 0 20px 15px -5px rgba(255, 255, 255, 0.5) inset !important;
}
.premium-lq__shadow5 {
  box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow6 {
  box-shadow: 0 -20px 25px -15px rgba(255, 255, 255, 0.5) inset !important;
}
.premium-lq__shadow7 {
  box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.6) inset !important;
}
.premium-lq__shadow8 {
  box-shadow: 0 15px 15px -10px rgba(255, 255, 255, 0.45) inset !important;
}
.premium-button-text-icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-image-button:not(.premium-button-style8),
[class*="premium-button-style"]:not(.premium-button-style8) {
  overflow: hidden;
}
.premium-button-style1,
.premium-button-style2,
.premium-button-style5,
.premium-button-style7 {
  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: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.premium-button-style1:before,
.premium-button-style2:before,
.premium-button-style5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.premium-button-style5-radialin:before,
.premium-button-style5-radialout:before {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.premium-button-style5-radialin:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.premium-button-style5-rectin:before {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.premium-button-style5-rectout:before {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.premium-button-style5-rectout:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.premium-button-style5-rectin:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.premium-button-style5-radialout:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.premium-button-style5-radialin:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.premium-button-style1-top:before {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.premium-button-style1-right:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.premium-button-style1-left:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.premium-button-style2-scshutoutver:before,
.premium-button-style2-shutouthor:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.premium-button-style2-scshutouthor:before,
.premium-button-style2-shutoutver:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.premium-button-style2-shutinhor:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.premium-button-style2-shutinver:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.premium-button-style1-bottom:hover:before,
.premium-button-style1-top:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.premium-button-style1-left:hover:before,
.premium-button-style1-right:hover:before,
.premium-button-style2-shutouthor:hover:before,
.premium-button-style2-shutoutver:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.premium-button-style2-shutinhor:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.premium-button-style2-shutinver:hover:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.premium-button-style2-scshutouthor:hover:before {
  -webkit-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.premium-button-style2-scshutoutver:hover:before {
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.premium-button-style2-dshutinhor:before {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: all;
  transition-property: all;
}
.premium-button-style2-dshutinver:before {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.premium-button-style2-dshutinhor:hover:before,
.premium-button-style2-dshutinver:hover:before {
  height: 220%;
}
.premium-button-style6 {
  position: relative;
}
.premium-button-style6:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-button-style6:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(3);
  -ms-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
}
.premium-button-style6 > :not(.premium-button-style6-bg) {
  position: relative;
  z-index: 1;
}
.premium-button-style7-left .premium-button-text-icon-wrapper:before,
.premium-button-style7-right .premium-button-text-icon-wrapper:before {
  -webkit-transition: width 0.3s ease-out 0.15s;
  transition: width 0.3s ease-out 0.15s;
}
.premium-button-style7-left .premium-button-text-icon-wrapper:after,
.premium-button-style7-right .premium-button-text-icon-wrapper:after {
  -webkit-transition: width 0.3s ease-out 0s;
  transition: width 0.3s ease-out 0s;
}
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
  -webkit-transition: height 0.3s ease-out 0.15s;
  transition: height 0.3s ease-out 0.15s;
}
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
.premium-button-style7-top .premium-button-text-icon-wrapper:after {
  -webkit-transition: height 0.3s ease-out 0s;
  transition: height 0.3s ease-out 0s;
}
.premium-button-style7:hover .premium-button-text-icon-wrapper:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.premium-button-style7:hover .premium-button-text-icon-wrapper:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 0;
  z-index: -1;
}
.premium-button-style7-top .premium-button-text-icon-wrapper:after,
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  z-index: -1;
}
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
.premium-button-style7-right .premium-button-text-icon-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
}
.premium-button-style7-left .premium-button-text-icon-wrapper:after,
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
}
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
  height: 100%;
  top: 0;
}
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
  height: 100%;
  bottom: 0;
}
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
  width: 100%;
  left: 0;
}
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
  width: 100%;
  right: 0;
}
.premium-button-style8 {
  position: relative;
}
.premium-button-line1 .premium-btn-line-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.premium-button-line1 .premium-btn-svg {
  stroke: currentColor;
  stroke-width: 1px;
  height: auto;
}
.premium-button-line1 .premium-btn-svg path {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  fill: none;
}
.premium-button-line1:hover .premium-btn-svg path {
  -webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke-dashoffset: 0;
}
.premium-button-line4 {
  overflow: hidden;
}
.premium-button-line4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.premium-button-line4 .premium-btn-svg {
  position: absolute;
  left: 0;
  top: -3px;
  pointer-events: none;
  fill: none;
  width: 300%;
  max-width: inherit;
  height: 100%;
  stroke-width: 2px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.premium-button-line4 .premium-btn-svg path {
  fill: none;
}
.premium-button-line4:hover .premium-btn-svg {
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
.premium-button-line2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  left: 0;
  top: 50%;
  pointer-events: none;
  height: 2px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.premium-button-line2:hover span {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.premium-button-line2:hover::before {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.premium-button-line3 .premium-btn-line-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.premium-button-line3 .premium-btn-svg {
  stroke: currentColor;
  stroke-width: 1px;
  height: auto;
}
.premium-button-line3 .premium-btn-svg path {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  fill: none;
}
.premium-button-line3:hover .premium-btn-svg path {
  -webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke-dashoffset: 0;
}
.premium-button-line5::after,
.premium-button-line5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.premium-button-line5::before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.premium-button-line5::after {
  top: -webkit-calc(100% + 4px);
  top: calc(100% + 4px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}
.premium-button-line5:hover::after,
.premium-button-line5:hover::before {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.premium-button-line5:hover::before {
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
}
.premium-button-line5:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.premium-button-line6 {
  overflow: hidden;
}
.premium-button-line6::after,
.premium-button-line6::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.premium-button-line6::before {
  height: 2px;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1),
    -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.premium-button-line6::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: 0 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1),
    -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  padding: 16px 28px;
  text-align: center;
}
.premium-button-line6:hover::before {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.premium-button-line6:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.premium-button-line6 span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-button-line6:hover span {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
  opacity: 0;
}
.premium-button-line7::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.premium-button-line7:hover::before {
  opacity: 1;
  -webkit-animation: pa-btn-glitch 0.4s steps(2, start) forwards;
  animation: pa-btn-glitch 0.4s steps(2, start) forwards;
}
.premium-button-line7:hover span {
  -webkit-animation: pa-text-glitch 0.4s linear;
  animation: pa-text-glitch 0.4s linear;
}
.premium-mask-active.premium-mask-tr .premium-mask-span::after {
  -webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(-103%);
  -ms-transform: translateX(-103%);
  transform: translateX(-103%);
}
.premium-mask-active.premium-mask-tl .premium-mask-span::after {
  -webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(103%);
  -ms-transform: translateX(103%);
  transform: translateX(103%);
}
.premium-mask-active.premium-mask-tb .premium-mask-span::after {
  -webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  -webkit-transform: translateY(-103%);
  -ms-transform: translateY(-103%);
  transform: translateY(-103%);
}
.premium-mask-active.premium-mask-tt .premium-mask-span::after {
  -webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
  -webkit-transform: translateY(103%);
  -ms-transform: translateY(103%);
  transform: translateY(103%);
}
@-webkit-keyframes pa-mask-tr {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
  }
}
@keyframes pa-mask-tr {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
  }
}
@-webkit-keyframes pa-mask-tl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
  }
}
@keyframes pa-mask-tl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
  }
}
@-webkit-keyframes pa-mask-tb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(103%);
    transform: translateY(103%);
  }
}
@keyframes pa-mask-tb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(103%);
    transform: translateY(103%);
  }
}
@-webkit-keyframes pa-mask-tt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-103%);
    transform: translateY(-103%);
  }
}
@keyframes pa-mask-tt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-103%);
    transform: translateY(-103%);
  }
}
@-webkit-keyframes pa-btn-glitch {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pa-btn-glitch {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pa-text-glitch {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes pa-text-glitch {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.rtl .premium-button-style2-dshutinver:before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.rtl .premium-button-style2-dshutinhor:before {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
} /**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0;
}
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button {
  color: hsla(0, 0%, 93%, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg {
  fill: hsla(0, 0%, 93%, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
  left: 10px;
}
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next {
  right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.elementor-element
  .swiper
  .swiper-image-stretch
  .swiper-slide
  .swiper-slide-image,
.elementor-lightbox
  .swiper
  .swiper-image-stretch
  .swiper-slide
  .swiper-slide-image {
  width: 100%;
}
.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element
  .swiper
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element
  .swiper
  ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper ~ .swiper-pagination-custom,
.elementor-element .swiper ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox
  .swiper
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox
  .swiper
  ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper ~ .swiper-pagination-custom,
.elementor-lightbox .swiper ~ .swiper-pagination-fraction {
  bottom: 5px;
}
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
.elementor-element :where(.swiper-horizontal) ~ .swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal) ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.elementor-element
  :where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet,
.elementor-lightbox
  :where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.elementor-element :where(.swiper-horizontal) ~ .swiper-pagination-progressbar,
.elementor-lightbox
  :where(.swiper-horizontal)
  ~ .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
  padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside
  .swiper
  .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside
  .swiper
  ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
  .swiper
  .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
  .swiper
  ~ .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative;
}
.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static;
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 60px);
}
.elementor-element.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-prev {
  left: 0;
}
.elementor-element.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-next {
  right: 0;
} /*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-image-carousel .swiper {
  position: static;
}
.elementor-widget-image-carousel .swiper .swiper-slide figure {
  line-height: inherit;
}
.elementor-widget-image-carousel .swiper-slide {
  text-align: center;
}
.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
} /*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image a {
  display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
  width: 48px;
}
.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle;
}
.elementor-1977
  .elementor-element.elementor-element-184154cc
  .ltn__breadcrumb-inner {
  text-align: left;
}
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  > .elementor-widget-container {
  margin: 25px 0 25px 0;
}
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  .elementskit-section-title-wraper
  .elementskit-section-title {
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: -0.2px;
}
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  .elementskit-section-title-wraper
  .elementskit-section-title
  > span {
  color: #eed26e;
}
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  .elementskit-section-title-wraper
  .elementskit-section-title:hover
  > span {
  color: #000;
}
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  .elementskit-section-title-wraper
  .elementskit-section-title
  span:last-child,
.elementor-1977
  .elementor-element.elementor-element-71c2e7e
  .elementskit-section-title-wraper
  .elementskit-section-title
  > span {
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.elementor-widget-premium-addon-title .premium-title-header,
.elementor-widget-premium-addon-title.premium-title-noise-yes
  .premium-title-text::before,
.elementor-widget-premium-addon-title.premium-title-noise-yes
  .premium-title-text::after {
  color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title.premium-title-stroke-yes
  .premium-title-text {
  -webkit-text-fill-color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title
  .premium-title-style8
  .premium-title-text[data-animation="shiny"] {
  --base-color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-title-header {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-premium-addon-title:not(.premium-title-clipped)
  .premium-title-style2,
.elementor-widget-premium-addon-title.premium-title-clipped
  .premium-title-text {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-premium-addon-title:not(.premium-title-clipped)
  .premium-title-style3,
.elementor-widget-premium-addon-title.premium-title-clipped
  .premium-title-text {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-premium-addon-title .premium-title-style5 {
  border-bottom: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-title-style6 {
  border-bottom: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-title-style6:before {
  border-bottom-color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-title-style7-stripe {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-title-icon {
  color: var(--e-global-color-primary);
}
.elementor-widget-premium-addon-title .premium-drawable-icon *,
.elementor-widget-premium-addon-title svg:not([class*="premium-"]) {
  fill: var(--e-global-color-primary);
  stroke: var(--e-global-color-accent);
}
.elementor-widget-premium-addon-title .premium-title-bg-text:before {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-1977
  .elementor-element.elementor-element-7104d67
  .premium-title-container {
  text-align: left;
}
.elementor-1977
  .elementor-element.elementor-element-7104d67
  .premium-title-header,
.elementor-1977
  .elementor-element.elementor-element-7104d67.premium-title-noise-yes
  .premium-title-text::before,
.elementor-1977
  .elementor-element.elementor-element-7104d67.premium-title-noise-yes
  .premium-title-text::after {
  color: #6a6a6a;
}
.elementor-1977
  .elementor-element.elementor-element-7104d67.premium-title-stroke-yes
  .premium-title-text {
  -webkit-text-fill-color: #6a6a6a;
}
.elementor-1977
  .elementor-element.elementor-element-7104d67
  .premium-title-style8
  .premium-title-text[data-animation="shiny"] {
  --base-color: #6a6a6a;
}
.elementor-1977
  .elementor-element.elementor-element-7104d67
  .premium-title-header {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.elementor-1977
  .elementor-element.elementor-element-7104d67
  .premium-title-style1 {
  border-style: solid;
  border-color: #eed26e;
}
.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}
.elementor-widget-text-editor.elementor-drop-cap-view-stacked
  .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed
  .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default
  .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-1977 .elementor-element.elementor-element-87d9f7a {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.elementor-1977 .elementor-element.elementor-element-91733d4 {
  --e-image-carousel-slides-to-show: 3;
}
.elementor-1977
  .elementor-element.elementor-element-1b4d47c
  .bg-image-right-before::before {
  background-image: url(../../uploads/2023/01/22-1.jpg);
}
.elementor-1977 .elementor-element.elementor-element-5992a19 {
  margin-top: 35px;
  margin-bottom: 0;
}
.elementor-1977
  .elementor-element.elementor-element-00abc76:not(
    .elementor-motion-effects-element-type-background
  )
  > .elementor-widget-wrap,
.elementor-1977
  .elementor-element.elementor-element-00abc76
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #eed26e;
}
.elementor-1977
  .elementor-element.elementor-element-00abc76
  > .elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-1977
  .elementor-element.elementor-element-00abc76
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-1977
  .elementor-element.elementor-element-6280b3b
  .premium-title-style8
  .premium-title-text[data-animation="shiny"] {
  --animation-speed: 1s;
  --base-color: #ffffff;
  --shiny-color: #eed26e5c;
}
.elementor-1977
  .elementor-element.elementor-element-6280b3b
  .premium-title-container {
  text-align: center;
}
.elementor-1977
  .elementor-element.elementor-element-6280b3b
  .premium-title-header,
.elementor-1977
  .elementor-element.elementor-element-6280b3b.premium-title-noise-yes
  .premium-title-text::before,
.elementor-1977
  .elementor-element.elementor-element-6280b3b.premium-title-noise-yes
  .premium-title-text::after {
  color: #fff;
}
.elementor-1977
  .elementor-element.elementor-element-6280b3b.premium-title-stroke-yes
  .premium-title-text {
  -webkit-text-fill-color: #fff;
}
.elementor-1977
  .elementor-element.elementor-element-6280b3b
  .premium-title-header {
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.elementor-1977 .elementor-element.elementor-element-a4ffa67 {
  margin-top: -105px;
  margin-bottom: 0;
}
.elementor-1977
  .elementor-element.elementor-element-1f08156
  > .elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-1977
  .elementor-element.elementor-element-1f08156
  > .elementor-element-populated
  > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-1977
  .elementor-element.elementor-element-a457289
  .premium-title-style8
  .premium-title-text[data-animation="shiny"] {
  --animation-speed: 1s;
  --base-color: #ffffff;
  --shiny-color: #fff;
}
.elementor-1977
  .elementor-element.elementor-element-a457289
  > .elementor-widget-container {
  background-color: #eed26e;
}
.elementor-1977
  .elementor-element.elementor-element-a457289
  .premium-title-container {
  text-align: center;
}
.elementor-1977
  .elementor-element.elementor-element-a457289
  .premium-title-header,
.elementor-1977
  .elementor-element.elementor-element-a457289.premium-title-noise-yes
  .premium-title-text::before,
.elementor-1977
  .elementor-element.elementor-element-a457289.premium-title-noise-yes
  .premium-title-text::after {
  color: #fff;
}
.elementor-1977
  .elementor-element.elementor-element-a457289.premium-title-stroke-yes
  .premium-title-text {
  -webkit-text-fill-color: #fff;
}
.elementor-1977
  .elementor-element.elementor-element-a457289
  .premium-title-header {
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
@media (max-width: 1024px) {
  .elementor-1977
    .elementor-element.elementor-element-71c2e7e
    .elementskit-section-title-wraper
    .elementskit-section-title {
    margin: 0 35px 12px 35px;
  }
}
@media (max-width: 767px) {
  .elementor-1977
    .elementor-element.elementor-element-71c2e7e
    .elementskit-section-title-wraper
    .elementskit-section-title {
    margin: 12px 12px 12px 12px;
  }
  .elementor-1977
    .elementor-element.elementor-element-6280b3b
    .premium-title-header {
    font-size: 36px;
  }
}
.ekit-wid-con .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ekit-wid-con .col,
.ekit-wid-con .col-1,
.ekit-wid-con .col-10,
.ekit-wid-con .col-11,
.ekit-wid-con .col-12,
.ekit-wid-con .col-2,
.ekit-wid-con .col-3,
.ekit-wid-con .col-4,
.ekit-wid-con .col-5,
.ekit-wid-con .col-6,
.ekit-wid-con .col-7,
.ekit-wid-con .col-8,
.ekit-wid-con .col-9,
.ekit-wid-con .col-auto,
.ekit-wid-con .col-lg,
.ekit-wid-con .col-lg-1,
.ekit-wid-con .col-lg-10,
.ekit-wid-con .col-lg-11,
.ekit-wid-con .col-lg-12,
.ekit-wid-con .col-lg-2,
.ekit-wid-con .col-lg-3,
.ekit-wid-con .col-lg-4,
.ekit-wid-con .col-lg-5,
.ekit-wid-con .col-lg-6,
.ekit-wid-con .col-lg-7,
.ekit-wid-con .col-lg-8,
.ekit-wid-con .col-lg-9,
.ekit-wid-con .col-lg-auto,
.ekit-wid-con .col-md,
.ekit-wid-con .col-md-1,
.ekit-wid-con .col-md-10,
.ekit-wid-con .col-md-11,
.ekit-wid-con .col-md-12,
.ekit-wid-con .col-md-2,
.ekit-wid-con .col-md-3,
.ekit-wid-con .col-md-4,
.ekit-wid-con .col-md-5,
.ekit-wid-con .col-md-6,
.ekit-wid-con .col-md-7,
.ekit-wid-con .col-md-8,
.ekit-wid-con .col-md-9,
.ekit-wid-con .col-md-auto,
.ekit-wid-con .col-sm,
.ekit-wid-con .col-sm-1,
.ekit-wid-con .col-sm-10,
.ekit-wid-con .col-sm-11,
.ekit-wid-con .col-sm-12,
.ekit-wid-con .col-sm-2,
.ekit-wid-con .col-sm-3,
.ekit-wid-con .col-sm-4,
.ekit-wid-con .col-sm-5,
.ekit-wid-con .col-sm-6,
.ekit-wid-con .col-sm-7,
.ekit-wid-con .col-sm-8,
.ekit-wid-con .col-sm-9,
.ekit-wid-con .col-sm-auto,
.ekit-wid-con .col-xl,
.ekit-wid-con .col-xl-1,
.ekit-wid-con .col-xl-10,
.ekit-wid-con .col-xl-11,
.ekit-wid-con .col-xl-12,
.ekit-wid-con .col-xl-2,
.ekit-wid-con .col-xl-3,
.ekit-wid-con .col-xl-4,
.ekit-wid-con .col-xl-5,
.ekit-wid-con .col-xl-6,
.ekit-wid-con .col-xl-7,
.ekit-wid-con .col-xl-8,
.ekit-wid-con .col-xl-9,
.ekit-wid-con .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ekit-wid-con .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ekit-wid-con .row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.ekit-wid-con .row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.ekit-wid-con .row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ekit-wid-con .row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.ekit-wid-con .row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.ekit-wid-con .row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.ekit-wid-con .col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.ekit-wid-con .col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.ekit-wid-con .col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.ekit-wid-con .col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.ekit-wid-con .col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ekit-wid-con .col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.ekit-wid-con .col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.ekit-wid-con .col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.ekit-wid-con .col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.ekit-wid-con .col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.ekit-wid-con .col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.ekit-wid-con .col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.ekit-wid-con .col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.ekit-wid-con .order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.ekit-wid-con .order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.ekit-wid-con .order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.ekit-wid-con .order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.ekit-wid-con .order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.ekit-wid-con .order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.ekit-wid-con .order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.ekit-wid-con .order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.ekit-wid-con .order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.ekit-wid-con .order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.ekit-wid-con .order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.ekit-wid-con .order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.ekit-wid-con .order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.ekit-wid-con .order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.ekit-wid-con .order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.ekit-wid-con .offset-1 {
  margin-left: 8.333333%;
}
.ekit-wid-con .offset-2 {
  margin-left: 16.666667%;
}
.ekit-wid-con .offset-3 {
  margin-left: 25%;
}
.ekit-wid-con .offset-4 {
  margin-left: 33.333333%;
}
.ekit-wid-con .offset-5 {
  margin-left: 41.666667%;
}
.ekit-wid-con .offset-6 {
  margin-left: 50%;
}
.ekit-wid-con .offset-7 {
  margin-left: 58.333333%;
}
.ekit-wid-con .offset-8 {
  margin-left: 66.666667%;
}
.ekit-wid-con .offset-9 {
  margin-left: 75%;
}
.ekit-wid-con .offset-10 {
  margin-left: 83.333333%;
}
.ekit-wid-con .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .ekit-wid-con .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ekit-wid-con .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ekit-wid-con .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ekit-wid-con .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ekit-wid-con .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ekit-wid-con .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ekit-wid-con .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ekit-wid-con .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ekit-wid-con .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ekit-wid-con .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .ekit-wid-con .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .ekit-wid-con .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .ekit-wid-con .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .ekit-wid-con .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .ekit-wid-con .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .ekit-wid-con .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .ekit-wid-con .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .ekit-wid-con .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .ekit-wid-con .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .ekit-wid-con .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .ekit-wid-con .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .ekit-wid-con .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .ekit-wid-con .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .ekit-wid-con .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .ekit-wid-con .offset-sm-0 {
    margin-left: 0;
  }
  .ekit-wid-con .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .ekit-wid-con .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .ekit-wid-con .offset-sm-3 {
    margin-left: 25%;
  }
  .ekit-wid-con .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .ekit-wid-con .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .ekit-wid-con .offset-sm-6 {
    margin-left: 50%;
  }
  .ekit-wid-con .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .ekit-wid-con .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .ekit-wid-con .offset-sm-9 {
    margin-left: 75%;
  }
  .ekit-wid-con .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .ekit-wid-con .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .ekit-wid-con .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ekit-wid-con .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ekit-wid-con .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ekit-wid-con .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ekit-wid-con .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ekit-wid-con .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ekit-wid-con .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ekit-wid-con .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ekit-wid-con .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ekit-wid-con .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .ekit-wid-con .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .ekit-wid-con .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .ekit-wid-con .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .ekit-wid-con .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .ekit-wid-con .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .ekit-wid-con .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .ekit-wid-con .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .ekit-wid-con .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .ekit-wid-con .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .ekit-wid-con .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .ekit-wid-con .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .ekit-wid-con .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .ekit-wid-con .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .ekit-wid-con .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .ekit-wid-con .offset-md-0 {
    margin-left: 0;
  }
  .ekit-wid-con .offset-md-1 {
    margin-left: 8.333333%;
  }
  .ekit-wid-con .offset-md-2 {
    margin-left: 16.666667%;
  }
  .ekit-wid-con .offset-md-3 {
    margin-left: 25%;
  }
  .ekit-wid-con .offset-md-4 {
    margin-left: 33.333333%;
  }
  .ekit-wid-con .offset-md-5 {
    margin-left: 41.666667%;
  }
  .ekit-wid-con .offset-md-6 {
    margin-left: 50%;
  }
  .ekit-wid-con .offset-md-7 {
    margin-left: 58.333333%;
  }
  .ekit-wid-con .offset-md-8 {
    margin-left: 66.666667%;
  }
  .ekit-wid-con .offset-md-9 {
    margin-left: 75%;
  }
  .ekit-wid-con .offset-md-10 {
    margin-left: 83.333333%;
  }
  .ekit-wid-con .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .ekit-wid-con .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ekit-wid-con .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ekit-wid-con .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ekit-wid-con .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ekit-wid-con .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ekit-wid-con .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ekit-wid-con .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ekit-wid-con .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ekit-wid-con .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ekit-wid-con .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .ekit-wid-con .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .ekit-wid-con .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .ekit-wid-con .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .ekit-wid-con .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .ekit-wid-con .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .ekit-wid-con .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .ekit-wid-con .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .ekit-wid-con .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .ekit-wid-con .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .ekit-wid-con .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .ekit-wid-con .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .ekit-wid-con .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .ekit-wid-con .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .ekit-wid-con .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .ekit-wid-con .offset-lg-0 {
    margin-left: 0;
  }
  .ekit-wid-con .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .ekit-wid-con .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .ekit-wid-con .offset-lg-3 {
    margin-left: 25%;
  }
  .ekit-wid-con .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .ekit-wid-con .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .ekit-wid-con .offset-lg-6 {
    margin-left: 50%;
  }
  .ekit-wid-con .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .ekit-wid-con .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .ekit-wid-con .offset-lg-9 {
    margin-left: 75%;
  }
  .ekit-wid-con .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .ekit-wid-con .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .ekit-wid-con .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ekit-wid-con .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .ekit-wid-con .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ekit-wid-con .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ekit-wid-con .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ekit-wid-con .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ekit-wid-con .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ekit-wid-con .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ekit-wid-con .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ekit-wid-con .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ekit-wid-con .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ekit-wid-con .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ekit-wid-con .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ekit-wid-con .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ekit-wid-con .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .ekit-wid-con .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .ekit-wid-con .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .ekit-wid-con .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .ekit-wid-con .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .ekit-wid-con .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .ekit-wid-con .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .ekit-wid-con .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .ekit-wid-con .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .ekit-wid-con .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .ekit-wid-con .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .ekit-wid-con .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .ekit-wid-con .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .ekit-wid-con .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .ekit-wid-con .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .ekit-wid-con .offset-xl-0 {
    margin-left: 0;
  }
  .ekit-wid-con .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .ekit-wid-con .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .ekit-wid-con .offset-xl-3 {
    margin-left: 25%;
  }
  .ekit-wid-con .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .ekit-wid-con .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .ekit-wid-con .offset-xl-6 {
    margin-left: 50%;
  }
  .ekit-wid-con .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .ekit-wid-con .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .ekit-wid-con .offset-xl-9 {
    margin-left: 75%;
  }
  .ekit-wid-con .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .ekit-wid-con .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.ekit-wid-con .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.ekit-wid-con .fade.in {
  opacity: 1;
}
.ekit-wid-con .collapse {
  display: none;
}
.ekit-wid-con .collapse.in {
  display: block;
}
.ekit-wid-con .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ekit-wid-con .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.ekit-wid-con .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.ekit-wid-con .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 4px 4px 0 0;
}
.ekit-wid-con .nav-tabs > li.active > a,
.ekit-wid-con .nav-tabs > li.active > a:focus,
.ekit-wid-con .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff0;
}
.ekit-wid-con .tab-content > .tab-pane {
  display: none;
}
.ekit-wid-con .tab-content > .active {
  display: block;
}
.ekit-wid-con .clearfix::after,
.ekit-wid-con .clearfix::before,
.ekit-wid-con .nav::after,
.ekit-wid-con .nav::before,
.ekit-wid-con .row::after,
.ekit-wid-con .row::before {
  display: table;
  content: " ";
}
.ekit-wid-con .clearfix::after,
.ekit-wid-con .nav::after,
.ekit-wid-con .row::after {
  clear: both;
}
.ekit-wid-con .hide {
  display: none !important;
}
.ekit-wid-con .show {
  display: block !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container::before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close.ekit-popup-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close.ekit-popup-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close.ekit-popup-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button.mfp-arrow:focus-visible,
button.mfp-close.ekit-popup-close:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close.ekit-popup-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close.ekit-popup-close:focus,
.mfp-close.ekit-popup-close:hover {
  opacity: 1;
}
.mfp-close.ekit-popup-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-closeekit-popup-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close.ekit-popup-close,
.mfp-image-holder .mfp-close.ekit-popup-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: #fff0;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow::after,
.mfp-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset #fff0;
}
.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close.ekit-popup-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 0.6);
  box-shadow: 0 0 8px rgb(0 0 0 / 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 0.6);
  box-shadow: 0 0 8px rgb(0 0 0 / 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgb(0 0 0 / 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close.ekit-popup-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgb(0 0 0 / 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-horizontal .twentytwenty-handle::before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  position: absolute;
  background: rgb(255 255 255 / 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-after-label::before,
.twentytwenty-horizontal .twentytwenty-before-label::before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-after-label::before,
.twentytwenty-vertical .twentytwenty-before-label::before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: auto;
  display: inline-block;
}
.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset #fff0;
  position: absolute;
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-handle .twentytwenty-down-arrow,
.twentytwenty-handle .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: #fff0;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label::before {
  content: attr(data-content);
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label::before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label::before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label::before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label::before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label::before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: #fff0;
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgb(0 0 0 / 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
div.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle::before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 0 3px 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle::after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-vertical .twentytwenty-handle::before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 3px 0 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-vertical .twentytwenty-handle::after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: -3px 0 0 #fff, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-handle > .twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-handle > .twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-handle > .twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-handle > .twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}
.nav-alignment-dynamic,
.nav-alignment-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementskit-menu-container {
  z-index: 10000;
}
.elementskit-navbar-nav > li > a .ekit-menu-icon {
  padding-right: 5px;
}
.ekit-menu-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  background-color: #bbb;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 8px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
}
.ekit-menu-badge > .ekit-menu-badge-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: solid #fff0;
  border-right: solid #fff0;
  border-top: solid #bbb;
  border-bottom: solid #fff0;
  border-width: 6px;
}
.elementskit-dropdown li {
  position: relative;
}
.elementskit-dropdown .ekit-menu-badge {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elementskit-navbar-nav-default .elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li {
  position: relative;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
  text-decoration: none;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > li.elementskit-megamenu-has {
  position: static;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}
.elementskit-navbar-nav-default .elementskit-dropdown {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #f4f4f4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown
  > li
  > .elementskit-dropdown {
  left: 100%;
  top: 0;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown
  > li
  > .elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%;
}
.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav.elementskit-dropdown
  li:hover
  > a,
.elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > .elementskit-dropdown
  li
  > a:hover {
  color: #1e73be;
  background-color: #fff;
}
.elementskit-navbar-nav-default .elementskit-submenu-panel > li:hover > a,
.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a:hover {
  color: #0d3a4f;
  background-color: rgb(255 255 255 / 0.5);
}
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  width: 100%;
}
.elementskit-navbar-nav-default .elementskit-overlay {
  display: none;
}
.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
  display: none;
}
.elementskit-navbar-nav-default .elementskit-menu-close {
  border: 1px solid rgb(0 0 0 / 0.5);
  color: rgb(51 51 51 / 0.5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.elementskit-navbar-nav-default .elementskit-dropdown-has > a {
  position: relative;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  .elementskit-submenu-indicator {
  margin-left: 6px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .elementskit-navbar-nav-default
    .elementskit-dropdown-has
    > a
    .elementskit-submenu-indicator {
    padding: 4px 15px;
  }
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  .elementskit-submenu-indicator.icon-none {
  display: none;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  .elementskit-submenu-indicator {
  font-weight: 900;
  font-style: normal;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  i.elementskit-submenu-indicator,
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  span.elementskit-submenu-indicator {
  width: 1em;
  height: 1em;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  i.elementskit-submenu-indicator.ekit-spinner,
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  span.elementskit-submenu-indicator.ekit-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
  border-bottom-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
  animation: ekit_ajax_spinner_rotation 1s linear infinite;
}
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  i.elementskit-submenu-indicator.ekit-spinner::before,
.elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  span.elementskit-submenu-indicator.ekit-spinner::before {
  content: "";
  display: none;
}
.elementskit-navbar-nav-default.elementskit-menu-container {
  background: #fff0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff0),
    to(#fff0)
  );
  background: linear-gradient(0deg, #fff0 0, #fff0 100%);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  height: 100px;
  z-index: 90000;
}
.elementskit-navbar-nav-default .elementskit-dropdown {
  min-width: 250px;
  margin-left: 0;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  font-size: 15px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav.elementskit-menu-po-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav.elementskit-menu-po-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav.elementskit-menu-po-justified {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .elementskit-navbar-nav-default .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
  }
  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    z-index: 999;
  }
}
@media (min-width: 1025px) {
  .elementskit-navbar-nav-default.ekit-nav-dropdown-hover
    .elementskit-megamenu-has:hover
    > .elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
.elementskit-navbar-nav-default.ekit-nav-dropdown-hover
  .elementskit-megamenu-has
  .elementskit-dropdown {
  display: none;
}
.elementskit-navbar-nav-default.ekit-nav-dropdown-click
  .ekit-dropdown-open-onclick {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 767px) {
  .elementskit-navbar-nav-default.ekit-nav-dropdown-click
    .elementskit-megamenu-has
    .elementskit-submenu-panel {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ekit_menu_responsive_tablet > .elementskit-navbar-nav-default {
    background-color: #f7f7f7;
  }
  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 #fff0;
    box-shadow: 0 10px 30px 0 #fff0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
    transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  }
  .elementskit-navbar-nav-default .no-scroller {
    overflow: hidden;
  }
  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
  }
  .elementskit-navbar-nav-default
    .elementskit-nav-identity-panel
    .elementskit-site-title {
    float: left;
  }
  .elementskit-navbar-nav-default
    .elementskit-nav-identity-panel
    .elementskit-menu-close {
    float: right;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li:hover > a {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
    color: #000;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }
  .elementskit-navbar-nav-default .elementskit-dropdown {
    display: block;
    border: 0;
    margin-left: 0;
  }
  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    display: none;
  }
  .elementskit-navbar-nav-default
    .elementskit-navbar-nav
    > .elementskit-dropdown-has
    > .elementskit-dropdown
    li
    a {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ekit_menu_responsive_mobile > .elementskit-navbar-nav-default {
    background-color: #f7f7f7;
  }
}
@-webkit-keyframes ekit_ajax_spinner_rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ekit_ajax_spinner_rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1025px) {
  .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
  }
  .ekit-nav-dropdown-hover
    .elementskit-dropdown-has:hover
    > .elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover
    .elementskit-dropdown-has:hover
    > .elementskit-dropdown,
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover
    .elementskit-dropdown-has:hover
    > .elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover
    .elementskit-dropdown-has:hover
    > .elementskit-dropdown,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover
    .elementskit-dropdown-has:hover
    > .elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 766px) {
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    ~ .elementskit-megamenu-panel {
    display: none;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-navbar-nav {
    overflow-y: auto;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    > li
    > .elementskit-dropdown {
    left: 0;
  }
}
.elementskit-menu-close,
.elementskit-menu-hamburger {
  display: none;
}
.elementskit-menu-hamburger {
  color: #000;
}
@media (max-width: 1024px) {
  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgb(51 51 51 / 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
  }
  .elementor-element-edit-mode .elementskit-menu-overlay {
    left: 100%;
  }
  .elementskit-menu-hamburger {
    border: 1px solid rgb(0 0 0 / 0.2);
    float: right;
  }
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgb(0 0 0 / 0.5);
  }
  .elementskit-menu-close,
  .elementskit-menu-hamburger {
    padding: 8px;
    background-color: #fff0;
    border-radius: 0.25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .elementskit-menu-close .elementskit-menu-hamburger-icon,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
  .elementskit-menu-close .elementskit-menu-hamburger-icon:last-child,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0;
  }
  .elementskit-navbar-nav .ekit-menu-badge {
    font-size: 7px;
  }
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > li
  > .elementskit-dropdown
  > li
  > a
  .ekit-menu-badge
  .ekit-menu-badge-arrow {
  display: none;
}
.dropdown-item,
.ekit-menu-nav-link {
  position: relative;
}
.dropdown-item > i,
.dropdown-item > svg,
.ekit-menu-nav-link > i,
.ekit-menu-nav-link > svg {
  padding-right: 5px;
}
.dropdown-item .icon-none,
.ekit-menu-nav-link .icon-none {
  display: none !important;
}
@-webkit-keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.xs-zoomIn {
  -webkit-animation-name: xs-zoomIn;
  animation-name: xs-zoomIn;
}
.elementskit-nav-logo {
  display: inline-block;
}
@media (max-width: 1024px) {
  .elementor-widget-ekit-nav-menu {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
    display: block;
  }
}
@media (max-width: 1024px) {
  .elementskit-menu-close,
  .elementskit-menu-hamburger {
    display: block;
  }
  .elementskit-menu-container {
    max-width: 350px;
  }
  .elementskit-menu-overlay.active {
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s;
  }
  .elementskit-menu-offcanvas-elements {
    height: 100% !important;
    padding-bottom: 10px;
  }
  .elementskit-menu-offcanvas-elements.active {
    left: 0;
  }
  .elementskit-dropdown {
    position: relative;
    max-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
  }
  .ekit_menu_responsive_tablet .ekit-menu-badge {
    position: static;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none;
  }
  .ekit_menu_responsive_tablet .ekit-menu-badge > .ekit-menu-badge-arrow {
    display: none;
  }
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown-has
    > a
    .elementskit-submenu-indicator {
    margin-left: auto;
  }
  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px;
  }
}
@media screen and (min-width: 766px) and (max-width: 1024px) {
  .ekit_menu_responsive_mobile .elementskit-menu-offcanvas-elements {
    position: static;
  }
  .ekit_menu_responsive_mobile .elementskit-nav-identity-panel {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-menu-hamburger {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-menu-container {
    overflow-y: unset;
    overflow-x: unset;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    z-index: 999;
  }
  .ekit_menu_responsive_mobile
    .elementskit-dropdown-menu-full_width
    .elementskit-megamenu-panel {
    width: 100vw;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav
    > li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .ekit_menu_responsive_mobile
    .elementskit-megamenu-panel
    .elementor-section-wrap
    > .elementor-section
    > .elementor-container {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .ekit_menu_responsive_mobile .elementskit-navbar-nav {
    display: block;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown {
    position: relative;
  }
  .ekit_menu_responsive_mobile .ekit-menu-badge {
    position: static;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none;
  }
  .ekit_menu_responsive_mobile .ekit-menu-badge > .ekit-menu-badge-arrow {
    display: none;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-dropdown-has
    > a
    .elementskit-submenu-indicator {
    margin-left: auto;
  }
  .ekit_menu_responsive_mobile .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-dropdown,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-dropdown,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    ~ .elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    ~ .elementskit-megamenu-panel {
    display: none;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-dropdown.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-navbar-nav,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-navbar-nav {
    overflow-y: auto;
  }
  .ekit_menu_responsive_mobile
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    > li
    > .elementskit-dropdown,
  .ekit_menu_responsive_tablet
    .elementskit-navbar-nav-default
    .elementskit-dropdown
    > li
    > .elementskit-dropdown {
    left: 0;
  }
}
.elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a > i,
.elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover > i {
  color: inherit !important;
}
@media (max-width: 767px) {
  .ekit-sticky .elementskit-menu-container.elementskit-menu-offcanvas-elements {
    height: 120vh !important;
  }
  .ekit-sticky .elementskit-menu-overlay {
    display: none;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements::before {
    position: fixed;
    content: "";
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgb(51 51 51 / 0.5);
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements.active::before {
    left: 0;
  }
  .ekit-sticky .elementskit-navbar-nav-default .elementskit-navbar-nav {
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-ekit-nav-menu
    .elementskit-dropdown-menu-full_width
    .elementskit-megamenu-panel {
    width: 100vw;
  }
  .elementor-widget-ekit-nav-menu
    .elementskit-navbar-nav
    > li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .elementskit-megamenu-panel
    .elementor-section-wrap
    > .elementor-section
    > .elementor-container {
    max-width: none;
  }
}
.elementskit-dropdown-has > .sub-menu-toggle {
  display: none;
}
.ekit-nav-menu--empty-fallback {
  font-size: 0;
}
@media (min-width: 766px) {
  .ekit_menu_responsive_mobile .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_mobile .ekit-nav-menu--overlay {
    display: none;
  }
}
@media (min-width: 1025px) {
  .ekit_menu_responsive_tablet .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_tablet .ekit-nav-menu--overlay {
    display: none;
  }
}
.ekit-vertical-menu-tigger {
  display: block;
  background: #ffb25d;
  -webkit-box-shadow: 0 7px 15px rgb(255 178 93 / 0.3);
  box-shadow: 0 7px 15px rgb(255 178 93 / 0.3);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.ekit-vertical-menu-tigger img:not([draggable]).vertical-menu-icon {
  max-width: 14px;
}
.ekit-vertical-menu-tigger .vertical-menu-icon {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ekit-vertical-menu-tigger:hover {
  color: #fff;
}
.vertical-menu-right-icon {
  margin-right: 7px;
}
.vertical-menu-left-icon {
  float: right;
}
.ekit-vertical-navbar-nav {
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ekit-vertical-navbar-nav .elementskit-dropdown,
.ekit-vertical-navbar-nav .elementskit-megamenu-panel {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.ekit-vertical-navbar-nav .elementskit-megamenu-has .elementskit-dropdown {
  display: none;
}
.ekit-vertical-navbar-nav > li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.ekit-vertical-navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-vertical-navbar-nav > li > a .ekit-menu-icon {
  margin-right: 7px;
  padding-right: 0;
}
.ekit-vertical-navbar-nav > li > a .ekit-menu-badge-arrow {
  display: none;
}
.ekit-vertical-navbar-nav > li > a .ekit-menu-badge {
  position: static;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  -webkit-transform: none;
  transform: none;
}
.ekit-vertical-navbar-nav > li > a:hover {
  color: #4285f4;
}
.ekit-vertical-navbar-nav > li:hover > a {
  color: #4285f4;
}
.ekit-vertical-navbar-nav li.elementskit-dropdown-has {
  position: relative;
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav
    li.elementskit-dropdown-has:hover
    > .elementskit-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.top_position {
    position: static;
  }
  .ekit-vertical-navbar-nav
    li.elementskit-megamenu-has:hover
    > .elementskit-megamenu-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    display: none;
    width: auto !important;
  }
  .ekit-vertical-navbar-nav
    .elementskit-mobile-builder-content
    .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit-vertical-navbar-nav
    .elementskit-dropdown-has
    .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
  }
  .ekit-vertical-navbar-nav
    .elementskit-megamenu-has.elementskit-mobile-builder-content
    .elementskit-dropdown {
    display: none;
  }
}
.ekit-vertical-navbar-nav .elementskit-dropdown {
  padding-left: 0;
  list-style: none;
  max-width: 220px;
  width: 100%;
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    display: none;
    max-height: none;
    max-width: 100%;
    padding: 10px 15px;
  }
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown > li:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
}
.ekit-vertical-navbar-nav .elementskit-dropdown > li:first-child {
  margin-top: 0;
}
.ekit-vertical-navbar-nav .elementskit-dropdown > li:last-child {
  margin-bottom: 0;
}
.ekit-vertical-navbar-nav .elementskit-dropdown > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    width: 100%;
  }
}
.ekit-vertical-navbar-nav .elementskit-submenu-indicator {
  display: block;
  line-height: 1;
  margin-left: auto;
  position: relative;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ekit-vertical-navbar-nav .elementskit-submenu-indicator::before {
  content: "\f105";
}
.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
  border-bottom-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
  animation: ekit_ajax_spinner_rotation 1s linear infinite;
}
.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner::before {
  content: "";
  display: none;
}
.ekit-vertical-navbar-nav .ekit-submenu-indicator-icon {
  display: block;
  margin-left: auto;
  line-height: 1;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading {
  font-family: eicons;
}
.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading::before {
  content: "\e8fb";
}
.badge-position-right .ekit-vertical-navbar-nav .ekit-menu-badge {
  margin-left: auto;
}
.badge-position-right .ekit-menu-badge ~ .elementskit-submenu-indicator {
  margin-left: 12px;
}
.badge-position-right .ekit-menu-badge ~ .ekit-submenu-indicator-icon {
  margin-left: 12px;
}
.ekit-vertical-main-menu-on-click {
  position: relative;
}
.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 0;
  width: 100%;
}
.ekit-vertical-main-menu-on-click.vertical-menu-active
  .ekit-vertical-menu-container {
  opacity: 1;
  visibility: visible;
}
.ekit-vertical-main-menu-on-click.vertical-menu-active
  .ekit-vertical-menu-tigger
  .vertical-menu-left-icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  opacity: 0;
  visibility: hidden;
}
.ekit-vertical-menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 700;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: 0;
}
table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .dt-ordering-asc,
table.dataTable thead .dt-ordering-asc-disabled,
table.dataTable thead .dt-ordering-desc,
table.dataTable thead .dt-ordering-desc-disabled,
table.dataTable thead th {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .dt-orderable-asc,
table.dataTable thead .dt-orderable-desc {
  background-image: url(/wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png);
}
table.dataTable thead .dt-ordering-asc {
  background-image: url(/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png);
}
table.dataTable thead .dt-ordering-desc {
  background-image: url(/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png);
}
table.dataTable thead .dt-ordering-asc-disabled {
  background-image: url(/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png);
}
table.dataTable tbody tr {
  background-color: #fff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 10px;
}
.ekit_table.display table.dataTable tbody td,
.ekit_table.display table.dataTable tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
.ekit_table.display table.dataTable tbody tr:first-child td,
.ekit_table.display table.dataTable tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
.ekit_table.display table.dataTable tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
.ekit_table.display table.dataTable tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}
.ekit_table.display table.dataTable tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
.ekit_table.display table.dataTable tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
.ekit_table.display table.dataTable tbody tr > .sorting_1,
.ekit_table.display table.dataTable tbody tr > .sorting_2,
.ekit_table.display table.dataTable tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}
.ekit_table.display table.dataTable tbody tr.selected > .sorting_1,
.ekit_table.display table.dataTable tbody tr.selected > .sorting_2,
.ekit_table.display table.dataTable tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
.ekit_table.display table.dataTable tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
.ekit_table.display table.dataTable tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
.ekit_table.display table.dataTable tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}
.ekit_table.display table.dataTable tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
.ekit_table.display table.dataTable tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
.ekit_table.display table.dataTable tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
.ekit_table.display table.dataTable tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
.ekit_table.display table.dataTable tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
.ekit_table.display table.dataTable tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
.ekit_table.display table.dataTable tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
.ekit_table.display table.dataTable tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
.ekit_table.display table.dataTable tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
.ekit_table.display table.dataTable tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
.ekit_table.display table.dataTable tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
.ekit_table.display table.dataTable tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
.ekit_table.display table.dataTable tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
.ekit_table.display table.dataTable tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
.ekit_table.display table.dataTable tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
  padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dt-container {
  position: relative;
  clear: both;
  zoom: 1;
}
.dt-container > .dt-buttons {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.dt-container > .dt-search {
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.dt-container > .dt-info {
  clear: both;
  float: left;
  margin-top: 20px;
}
.dt-container > .dt-paging {
  float: right;
  text-align: right;
  margin-top: 20px;
}
.dt-search input input {
  margin-left: 0.5em;
}
.dt-container .dt-paging button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333;
  border: 1px solid #fff0;
  border-radius: 2px;
}
.dt-container .dt-paging button.current,
.dt-container .dt-paging button.current:hover {
  color: #333;
  border: 1px solid #979797;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#dcdcdc)
  );
  background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%);
}
.dt-container .dt-paging button.disabled,
.dt-container .dt-paging button.disabled:active,
.dt-container .dt-paging button.disabled:hover {
  cursor: default;
  color: #666;
  border: 1px solid #fff0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dt-container .dt-paging button:hover {
  color: #fff;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#585858),
    to(#111)
  );
  background: linear-gradient(to bottom, #585858 0, #111 100%);
}
.dt-container .dt-paging button:active {
  outline: 0;
  background-color: #2b2b2b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b2b2b),
    to(#0c0c0c)
  );
  background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
}
.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}
.dt-container .dt-paging .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff0),
    color-stop(25%, rgb(255 255 255 / 0.9)),
    color-stop(75%, rgb(255 255 255 / 0.9)),
    to(#fff0)
  );
  background: linear-gradient(
    to right,
    #fff0 0,
    rgb(255 255 255 / 0.9) 25%,
    rgb(255 255 255 / 0.9) 75%,
    #fff0 100%
  );
}
.dt-container .dataTables_processing,
.dt-container .dt-info,
.dt-container .dt-length,
.dt-container .dt-paging,
.dt-container .dt-search {
  color: #333;
}
.dt-container .dataTables_scroll {
  clear: both;
}
.dt-container .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th {
  vertical-align: middle;
}
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dt-container
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dt-container.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dt-container.no-footer div.dataTables_scrollBody > table,
.dt-container.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dt-container::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dt-container .dt-info,
  .dt-container .dt-paging {
    float: none;
    text-align: center;
  }
  .dt-container .dt-paging {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .ekit-wid-con .ekit_table .dt-container .dt-layout-row {
    text-align: center;
  }
  .ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 20px;
  }
  .ekit-wid-con
    .ekit_table
    .dt-container
    .dt-layout-row:not(.dt-layout-table)
    .dt-search
    .dt-input {
    width: 100%;
  }
  .ekit-wid-con .ekit_table .dt-container > .dt-buttons,
  .ekit-wid-con .ekit_table .dt-container > .dt-info,
  .ekit-wid-con .ekit_table .dt-container > .dt-paging,
  .ekit-wid-con .ekit_table .dt-container > .dt-search {
    float: none;
    text-align: center;
  }
}
@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: #fff;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgb(0 0 0 / 0.3);
  box-shadow: 3px 3px 8px rgb(0 0 0 / 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}
div.dt-button-collection-title:empty {
  display: none;
}
a.dt-button,
button.dt-button,
div.dt-button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e9e9e9)
  );
  background-image: linear-gradient(to bottom, #fff 0, #e9e9e9 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: 0;
}
a.dt-button.disabled,
button.dt-button.disabled,
div.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f9f9f9)
  );
  background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
}
a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3f3f3),
    to(#e2e2e2)
  );
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  -webkit-box-shadow: inset 1px 1px 3px #999;
  box-shadow: inset 1px 1px 3px #999;
}
a.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled) {
  -webkit-box-shadow: inset 1px 1px 3px #999;
  box-shadow: inset 1px 1px 3px #999;
  background-color: #ccc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaeaea),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #eaeaea 0, #ccc 100%);
}
a.dt-button:hover,
button.dt-button:hover,
div.dt-button:hover {
  text-decoration: none;
}
a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f9f9),
    to(#e0e0e0)
  );
  background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
}
a.dt-button:focus:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: 0;
  background-color: #79ace9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bddef4),
    to(#79ace9)
  );
  background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
}
.dt-button embed {
  outline: 0;
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / 0.4);
  background-color: #fff;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 0.3);
  box-shadow: 3px 3px 5px rgb(0 0 0 / 0.3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection a.dt-button,
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled) {
  background-color: #dadada;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0f0f0),
    to(#dadada)
  );
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  -webkit-box-shadow: inset 1px 1px 3px #666;
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.7);
  background: radial-gradient(
    ellipse farthest-corner at center,
    rgb(0 0 0 / 0.3) 0,
    rgb(0 0 0 / 0.7) 100%
  );
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
a.dt-button.processing,
button.dt-button.processing,
div.dt-button.processing {
  color: rgb(0 0 0 / 0.2);
}
a.dt-button.processing::after,
button.dt-button.processing::after,
div.dt-button.processing::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: #fff0;
  border-right-color: #fff0;
  animation: dtb-spinner 1.5s infinite linear;
  -o-animation: dtb-spinner 1.5s infinite linear;
  -ms-animation: dtb-spinner 1.5s infinite linear;
  -webkit-animation: dtb-spinner 1.5s infinite linear;
  -moz-animation: dtb-spinner 1.5s infinite linear;
}
table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
  background-color: #fff;
}
div.DTFC_Blocker {
  background-color: #fff;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
table.fixedHeader-floating {
  position: fixed !important;
  background-color: #fff;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute !important;
  background-color: #fff;
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child::before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child::before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > th:first-child::before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control::before,
table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: 0 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700;
}
div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgb(0 0 0 / 0.6);
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgb(0 0 0 / 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}
table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: 700;
}
table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}
.ekit_table .dt-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ekit_table table.dataTable.no-footer {
  border-bottom: 1px solid #e6e6e6;
}
.ekit_table .dt-container select:not([multiple]) {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff0;
  border-radius: 0;
  border: solid 1px #bbb;
  padding: 12px 48px 12px 18px;
}
.ekit_table .dt-container select:not([multiple])::after {
  content: " - Remember this";
}
.ekit_table .dt-container .dt-search input {
  border: solid 1px #bbb;
  padding: 12px 48px 12px 18px;
}
.ekit_table table.dataTable thead th {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
}
.ekit_table.display table.dataTable tbody tr td {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f9f9f9;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child::before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child::before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child::before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed.compact
  > tbody
  > tr
  > th:first-child::before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control::before,
table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: 0 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: 700;
}
div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgb(0 0 0 / 0.6);
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgb(0 0 0 / 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.elementskit-invisible {
  visibility: hidden;
}
.ekit-wid-con .select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: #7b7b7b;
  width: 220px;
  height: 44px;
  float: right;
}
.met_d--block {
  display: block;
}
.met_d--none {
  display: none;
}
.met_d--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.before\:last\:met_d--none:last-child::before {
  display: none;
}
.after\:first\:met_d--none:first-child::after {
  display: none;
}
.after\:active\:met_d--none.active::after {
  display: none;
}
.met_w--12 {
  width: 12px;
}
.met_w--16 {
  width: 16px;
}
.met_w--20 {
  width: 20px;
}
.met_w--24 {
  width: 24px;
}
.met_w--48 {
  width: 48px;
}
.before\:met_w--4::before {
  width: 4px;
}
.before\:met_w--16::before {
  width: 16px;
}
.before\:met_w--19::before {
  width: 19px;
}
.before\:met_w--48::before {
  width: 48px;
}
.active\::before\:met_w--18.active::before {
  width: 18px;
}
.after\:met_w--1::after {
  width: 1px;
}
.met_h--12 {
  height: 12px;
}
.met_h--16 {
  height: 16px;
}
.met_h--20 {
  height: 20px;
}
.met_h--24 {
  height: 24px;
}
.met_h--48 {
  height: 48px;
}
.before\:met_h--4::before {
  height: 4px;
}
.before\:met_h--16::before {
  height: 16px;
}
.before\:met_h--19::before {
  height: 19px;
}
.before\:met_h--48::before {
  height: 48px;
}
.active\::before\:met_h--18.active::before {
  height: 18px;
}
.after\:met_h--1::after {
  height: 1px;
}
.after\:met_content::after,
.before\:met_content::before {
  content: " ";
}
.met_pos--fixed {
  position: fixed;
}
.met_pos--relative {
  position: relative;
}
.met_pos--absolute {
  position: absolute;
}
.before\:met_pos--absolute::before {
  position: absolute;
}
.after\:met_pos--absolute::after {
  position: absolute;
}
.met_top--0 {
  top: 0;
}
.met_top--15 {
  top: 15px;
}
.met_top--20 {
  top: 20px;
}
.met_top--50p {
  top: 50%;
}
.met_top--100p {
  top: 100%;
}
.before\:met_top--0::before {
  top: 0;
}
.before\:met_top--5::before {
  top: 5px;
}
.before\:met_top--12::before {
  top: 12px;
}
.before\:active\:met_top--13.active::before {
  top: 13px;
}
.after\:met_top--m1::after {
  top: -1px;
}
.after\:met_top--5::after {
  top: 5px;
}
.met_bottom--0 {
  bottom: 0;
}
.met_bottom--20 {
  bottom: 20px;
}
.met_bottom--100p {
  bottom: 100%;
}
.before\:met_bottom--0::before {
  bottom: 0;
}
.met_left--0 {
  left: 0;
}
.met_left--1 {
  left: 1px;
}
.met_left--20 {
  left: 20px;
}
.met_left--50p {
  left: 50%;
}
.met_left--100p {
  left: 100%;
}
.before\:met_left--0::before {
  left: 0;
}
.before\:met_left--5::before {
  left: 5px;
}
.before\:met_left--12::before {
  left: 12px;
}
.before\:active\:met_left--13.active::before {
  left: 13px;
}
.after\:met_left--m1::after {
  left: -1px;
}
.after\:met_left--5::after {
  left: 5px;
}
.met_right--0 {
  right: 0;
}
.met_right--20 {
  right: 20px;
}
.met_right--100p {
  right: 100%;
}
.met_mx--m40 {
  margin-left: -40px;
  margin-right: -40px;
}
.met_mx--m28 {
  margin-left: -28px;
  margin-right: -28px;
}
.met_mx--12 {
  margin-left: 12px;
  margin-right: 12px;
}
.met_mx--20 {
  margin-left: 20px;
  margin-right: 20px;
}
.met_mx--24 {
  margin-left: 24px;
  margin-right: 24px;
}
.met_mx--36 {
  margin-left: 36px;
  margin-right: 36px;
}
.met_my--m40 {
  margin-top: -40px;
  margin-bottom: -40px;
}
.met_my--m28 {
  margin-top: -28px;
  margin-bottom: -28px;
}
.met_my--12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.met_my--20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.met_my--24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.met_my--36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.met_m--0 {
  margin: 0;
}
.met_ml--1 {
  margin-left: 1px;
}
.met_ml--6 {
  margin-left: 6px;
}
.met_ml--15 {
  margin-left: 15px;
}
.met_ml--20 {
  margin-left: 20px;
}
.met_ml--21 {
  margin-left: 21px;
}
.met_ml--35 {
  margin-left: 35px;
}
.met_mr--1 {
  margin-right: 1px;
}
.met_mr--10 {
  margin-right: 10px;
}
.met_mr--15 {
  margin-right: 15px;
}
.met_mr--20 {
  margin-right: 20px;
}
.met_mb--0 {
  margin-bottom: 0;
}
.met_mb--0i {
  margin-bottom: 0 !important;
}
.met_mb--20 {
  margin-bottom: 20px;
}
.met_not_last_mr--20:not(:last-child) {
  margin-right: 20px;
}
.met_not_last_mb--20:not(:last-child) {
  margin-bottom: 20px;
}
.met_p--0 {
  padding: 0;
}
.met_px--8 {
  padding-left: 8px;
  padding-right: 8px;
}
.met_py--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.met_pt--10 {
  padding-top: 10px;
}
.met_pl--10 {
  padding-left: 10px;
}
.met_pr--10 {
  padding-right: 10px;
}
.met_pb--10 {
  padding-bottom: 10px;
}
.met_color--white {
  color: #fff;
}
.active > .active\:met_bgc--nonei {
  background-color: transparent !important;
}
.active .active\:_\:met_bgc--nonei {
  background-color: transparent !important;
}
.met_bd--2 {
  border: solid 2px;
}
.met_bd--6 {
  border: solid 6px;
}
.met_bdt--2 {
  border-top: solid 2px;
}
.met_bdt--4 {
  border-top: solid 4px;
}
.met_bdt--6 {
  border-top: solid 6px;
}
.met_bdl--2 {
  border-left: solid 2px;
}
.met_bdl--4 {
  border-left: solid 4px;
}
.met_bdl--6 {
  border-left: solid 6px;
}
.before\:met_bdt--2::before {
  border-top: solid 2px;
}
.before\:met_bdl--2::before {
  border-left: solid 2px;
}
.after\:met_bdt--2::after {
  border-top: solid 2px;
}
.after\:met_bdl--2::after {
  border-left: solid 2px;
}
.active > .active\:met_bd--1 {
  border-style: solid;
  border-width: 1px;
}
.active .active\:_\:met_bd--1 {
  border-style: solid;
  border-width: 1px;
}
.met_bdc--none {
  border-color: #fff0;
}
.met_bdt_color--current {
  border-top-color: currentColor;
}
.met_bdb_color--current {
  border-bottom-color: currentColor;
}
.met_bdl_color--current {
  border-left-color: currentColor;
}
.met_bdr_color--current {
  border-right-color: currentColor;
}
.met_radius--4 {
  border-radius: 4px;
}
.met_radius--circle {
  border-radius: 50%;
}
.before\:met_radius--circle::before {
  border-radius: 50%;
}
.met_shadow_inset--6 {
  -webkit-box-shadow: inset 0 0 0 6px currentColor;
  box-shadow: inset 0 0 0 6px currentColor;
}
.active > .active\:met_shadow_inset--1 {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor;
}
.active > .active\:met_shadow_inset--8 {
  -webkit-box-shadow: inset 0 0 0 8px currentColor;
  box-shadow: inset 0 0 0 8px currentColor;
}
.active .active\:_\:met_shadow_inset--1 {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor;
}
.met_fs--14 {
  font-size: 14px;
}
.met_lh--0 {
  line-height: 0;
}
.met_lh--16 {
  line-height: 16px;
}
.met_list--none {
  list-style: none;
}
.met_text--nowrap {
  white-space: nowrap;
}
.whitespace--normal {
  white-space: normal !important;
}
.met_opacity--0 {
  opacity: 0;
}
.met_opacity--8 {
  opacity: 0.08;
}
.met_opacity--30 {
  opacity: 0.3;
}
.met_opacity--70 {
  opacity: 0.7;
}
.hover\:met_opacity--60:hover {
  opacity: 0.6;
}
.hover\:met_opacity--100:hover {
  opacity: 1;
}
a:hover > .a\:hover\:met_opacity--60 {
  opacity: 0.6;
}
a:hover > .a\:hover\:met_opacity--100 {
  opacity: 1;
}
.before\:met_opacity--30::before {
  opacity: 0.3;
}
.after\:met_opacity--30::after {
  opacity: 0.3;
}
.active > .active\:met_opacity--0 {
  opacity: 0;
}
.active > .active\:met_opacity--100 {
  opacity: 1;
}
.active .active\:_\:met_opacity--0 {
  opacity: 0;
}
.active .active\:_\:met_opacity--100 {
  opacity: 100;
}
.met_transition--300ms {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.before\:met_transition--300ms::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.met_translateTop--m50p {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.met_translateLeft--m50p {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.met_scale--0 {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hover\:met_scaleX--200:hover {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}
.hover\:met_scaleY--200:hover {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
a:hover > .a:hover\:met_scalex--200:hover {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}
a:hover > .a:hover\:met_scaley--200:hover {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.active > .active\:met_scale--150 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.active > .active\:met_scaleX--20 {
  -webkit-transform: scaleX(0.2);
  transform: scaleX(0.2);
}
.active > .active\:met_scaleX--200 {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}
.active > .active\:met_scaleY--20 {
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
}
.active > .active\:met_scaleY--200 {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.active .active\:_\:met_scale--40 {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.active .active\:_\:met_scale--150 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.active .active\:_\:met_scaleX--20 {
  -webkit-transform: scaleX(0.2);
  transform: scaleX(0.2);
}
.active .active\:_\:met_scaleX--100 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.active .active\:_\:met_scaleX--200 {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}
.active .active\:_\:met_scaleY--20 {
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
}
.active .active\:_\:met_scaleY--100 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.active .active\:_\:met_scaleY--200 {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.met_scale--top {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.met_scale--bottom {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.met_scale--left {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.met_scale--right {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.elementor-editor-active .editor\:met_display--none,
.elementor-editor-preview .editor\:met_display--none {
  display: none;
}
.ekit-wid-con .ekit_social_media,
.ekit-wid-con .ekit_socialshare {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.ekit-wid-con .ekit_social_media > li > a,
.ekit-wid-con .ekit_socialshare > li > a {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit_social_media > li > a i,
.ekit-wid-con .ekit_socialshare > li > a i {
  vertical-align: middle;
  display: inline-block;
}
.ekit-wid-con .ekit_social_media > li > a svg,
.ekit-wid-con .ekit_socialshare > li > a svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .ekit-wid-con .ekit_social_media > li,
  .ekit-wid-con .ekit_socialshare > li {
    margin-bottom: 20px;
  }
}
.ekit-wid-con .ekit_socialshare > li > div {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit_socialshare > li > div i {
  vertical-align: middle;
  display: inline-block;
}
.ekit-wid-con .ekit_socialshare > li > div svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
  background-color: transparent !important;
}
.ekit-wid-con
  .ekit-post-list-wrapper.elementor-inline-items
  .elementor-icon-list-item {
  margin: 0;
}
.ekit-wid-con .elementor-inline-items {
  margin: 0 !important;
}
.ekit-wid-con .elementor-inline-items .elementor-icon-list-item {
  display: inline-block;
}
.ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
  display: inline-block;
}
.elementor-widget
  .ekit-wid-con
  .elementor-inline-items
  .elementor-icon-list-item::after {
  position: absolute;
}
.ekit-wid-con
  .elementor-inline-items
  .elementor-icon-list-item:last-child::after {
  display: none;
}
.elementor-widget-elementskit-page-list:not(.ekit-has-divider-yes)
  .ekit-wid-con
  .elementor-inline-items
  .elementor-icon-list-item::after {
  display: none;
}
.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item a {
  padding: 5px 15px;
}
.ekit-wid-con .elementor-icon-list-item > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ekit-wid-con .elementor-icon-list-item > a.ekit_badge_right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.ekit-wid-con .ekit_menu_label {
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #c91765;
  margin-left: 5px;
}
.ekit-wid-con .ekit_menu_subtitle {
  font-size: 11px;
  font-style: normal;
  color: #8d96ae;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementor-icon-list-text {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit_page_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-elementskit-page-list.elementor-align-center
  .ekit-wid-con
  .ekit_page_list_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-elementskit-page-list.elementor-align-left
  .ekit-wid-con
  .ekit_page_list_content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-elementskit-page-list.elementor-align-right
  .ekit-wid-con
  .ekit_page_list_content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ekit-wid-con .elementor-icon-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  line-height: inherit;
}
.ekit-wid-con .elementor-icon-list-icon svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementor-icon-list-icon > i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-enabled-bg-img .elementor-icon-list-item a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-enabled-bg-img .elementor-icon-list-item a::after {
  content: "";
  background-color: rgb(34 34 34 / 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ekit-enabled-bg-img .elementor-icon-list-item a:hover::after {
  background-color: rgb(34 34 34 / 0.9);
}
.ekit-enabled-bg-img
  .elementor-icon-list-item
  a
  .ekit_post_list_content_wraper {
  z-index: 1;
}
.ekit-enabled-bg-img .elementor-icon-list-item a > img {
  z-index: 1;
}
.ekit-wid-con .nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ekit-wid-con .ekit-form form p {
  margin-bottom: 0;
}
.ekit-wid-con
  .ekit-form
  form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  height: 56px;
  border-radius: 0;
  padding-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con
  .ekit-form
  form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover {
  border-color: #333;
}
.ekit-wid-con
  .ekit-form
  form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
  border-color: #4d68ff;
}
.ekit-wid-con .ekit-form form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 12px 72px;
  font-size: 0.9375rem;
  background-color: #313636;
  border: 0 solid #000;
  color: #fff;
  cursor: pointer;
}
.ekit-wid-con .ekit-form form input[type="submit"]:hover {
  background-color: #4d68ff;
}
.ekit-wid-con .ekit-form form select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  height: 56px;
}
.ekit-wid-con .ekit-form form select[multiple] {
  height: 100px;
}
.ekit-wid-con .ekit-form form label {
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #313636;
  font-weight: 400;
}
.ekit-wid-con .ekit-form form label span {
  color: #777;
  font-size: 0.8125rem;
  display: block;
}
.ekit-wid-con .ekit-form form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding-left: 30px;
  height: 176px;
  resize: none;
  padding-top: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con .ekit-form form textarea:hover {
  border-color: #333;
}
.ekit-wid-con .ekit-form form textarea:focus {
  border-color: #4d68ff;
}
.ekit-wid-con .ekit-form form .intl-tel-input {
  width: 100%;
}
.ekit-wid-con .ekit-form form .ekit-form-input {
  margin-bottom: 50px;
}
.ekit-wid-con .btn-text-primary {
  color: #4285f4;
}
.ekit-wid-con .btn-pill {
  border-radius: 2rem;
}
.ekit-wid-con .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .ekit-review-wrapper {
  background-color: #f2f2f5;
  font-family: Roboto, sans-serif;
  overflow: hidden;
}
.ekit-wid-con .ekit-review-overview,
.ekit-wid-con .review-card-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.ekit-wid-con .ekit-review-card,
.ekit-wid-con .ekit-review-overview {
  background-color: #fff;
}
.ekit-wid-con .ekit-review-card h4,
.ekit-wid-con .ekit-review-overview h4 {
  margin: 0;
  white-space: nowrap;
}
.ekit-wid-con .ekit-review-card--name,
.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-card--title h4,
.ekit-wid-con .ekit-review-overview--name,
.ekit-wid-con .ekit-review-overview--rating .rating-average,
.ekit-wid-con .ekit-review-overview--title h4 {
  color: #000032;
}
.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-weight: 500;
}
.ekit-wid-con .ekit-review-card--rating > div,
.ekit-wid-con .ekit-review-overview--rating > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .ekit-review-card--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-size: 18px;
  font-weight: 700;
}
.ekit-wid-con .ekit-review-card--rating .rating-stars,
.ekit-wid-con .ekit-review-overview--rating .rating-stars {
  margin: 0 0.5rem;
}
.ekit-wid-con .ekit-review-card--rating .rating-text,
.ekit-wid-con .ekit-review-overview--rating .rating-text {
  color: #878787;
  margin-bottom: 0;
}
.ekit-wid-con .ekit-review-overview {
  padding: 1.5rem 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
  border-width: 1px;
}
.ekit-wid-con .ekit-review-overview--thumbnail {
  margin-right: 1rem;
}
.ekit-wid-con .ekit-review-overview--thumbnail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ekit-wid-con .ekit-review-overview--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .ekit-review-overview--title img {
  height: 26px;
  margin-right: 0.5rem;
}
.ekit-wid-con .ekit-review-overview--title h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.ekit-wid-con .ekit-review-overview--title h4 span {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 900;
  text-transform: capitalize;
}
.ekit-wid-con .ekit-review-overview--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .ekit-review-overview--rating .rating-average,
.ekit-wid-con .ekit-review-overview--rating .rating-text {
  line-height: 27px;
}
.ekit-wid-con .ekit-review-overview--rating .rating-text {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
.ekit-wid-con .ekit-review-overview--rating .rating-average {
  font-size: 22px;
  font-weight: 700;
}
.ekit-wid-con .ekit-review-overview--stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  height: 27px;
}
.ekit-wid-con .ekit-review-overview--stars .icon {
  font-size: 20px;
}
.ekit-wid-con .ekit-review-overview--actions {
  display: grid;
  place-items: center;
}
.ekit-wid-con .ekit-review-overview--actions .btn {
  font-size: 15px;
  font-weight: 400;
  padding: 0 30px;
  color: #fff;
  min-height: 35px;
  line-height: 35px;
}
.ekit-wid-con .ekit-review-cards-grid .ekit-review-card--comment,
.ekit-wid-con .ekit-review-slider-wrapper .ekit-review-card--comment {
  overflow: hidden;
}
.ekit-wid-con .ekit-review-cards-masonry .ekit-review-card {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.ekit-wid-con .ekit-review-cards-list .ekit-review-card--comment {
  min-height: unset;
}
.ekit-wid-con .ekit-review-card {
  overflow: hidden;
  position: relative;
  border-color: #f2f2f5;
  border-width: 1px;
  padding: 2rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "comment comment comment" "posted-on posted-on posted-on";
}
.ekit-wid-con .ekit-review-card::before {
  content: "";
}
.ekit-wid-con .ekit-review-card--date,
.ekit-wid-con .ekit-review-card--desc {
  grid-area: date;
}
.ekit-wid-con .ekit-review-card--top-right-logo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.ekit-wid-con .ekit-review-card--top-right-logo i {
  font-size: 20px;
}
.ekit-wid-con .ekit-review-card--image,
.ekit-wid-con .ekit-review-card--image img,
.ekit-wid-con .ekit-review-card--thumbnail img {
  border-radius: 50%;
}
.ekit-wid-con .ekit-review-card--image {
  width: 60px;
  height: 60px;
  grid-area: thumbnail;
  min-width: 60px;
  border-radius: 50%;
  background-color: #eae9f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  position: relative;
}
.ekit-wid-con .ekit-review-card--image img {
  height: 100%;
  width: 100%;
}
.ekit-wid-con .ekit-review-card--thumbnail {
  grid-area: thumbnail;
  padding-right: 1rem;
}
.ekit-wid-con .ekit-review-card--thumbnail .thumbnail {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ekit-wid-con .ekit-review-card--thumbnail-badge .badge,
.ekit-wid-con .ekit-review-card--thumbnail-badge > div {
  position: relative;
}
.ekit-wid-con .ekit-review-card--thumbnail-badge .badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ekit-wid-con .ekit-review-card--thumbnail-badge .badge img {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.ekit-wid-con .ekit-review-card--average,
.ekit-wid-con .ekit-review-card--title {
  color: #000032;
}
.ekit-wid-con .ekit-review-card--title {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0.8rem 0;
}
.ekit-wid-con .ekit-review-card--name {
  grid-area: name;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.ekit-wid-con .ekit-review-card--rating .rating-text {
  font-size: 13px;
}
.ekit-wid-con .ekit-review-card--average {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 1rem;
}
.ekit-wid-con .ekit-review-card--stars {
  grid-area: stars;
  color: #f4be28;
  font-size: 13px;
  line-height: 20px;
}
.ekit-wid-con .ekit-review-card--date,
.ekit-wid-con .ekit-review-card--desc,
.ekit-wid-con .ekit-review-card--posted-on p {
  margin-bottom: 0;
}
.ekit-wid-con .ekit-review-card--top-right-image {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.ekit-wid-con .ekit-review-card--comment {
  grid-area: comment;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #32323d;
}
.ekit-wid-con .ekit-review-card--comment .more {
  color: #3476e0;
  cursor: pointer;
}
.ekit-wid-con .ekit-review-card--actions {
  grid-area: actions;
}
.ekit-wid-con .ekit-review-card--actions .btn {
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #4285f4;
}
.ekit-wid-con .ekit-review-card--actions .btn:hover {
  color: #3476e0;
}
.ekit-wid-con .ekit-review-card--actions .btn:first-child {
  margin-right: 10px;
}
.ekit-wid-con .ekit-review-card--posted-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: posted-on;
}
.ekit-wid-con .ekit-review-card--posted-on p {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}
.ekit-wid-con .ekit-review-card--posted-on h5 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.ekit-wid-con .ekit-review-card-bubble {
  background-color: transparent !important;
}
.ekit-wid-con .ekit-review-card-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1;
}
.ekit-wid-con .ekit-review-card-bubble::after {
  content: "";
  position: absolute;
  left: 2.4rem;
  top: calc(100% - 116px);
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  z-index: 10;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on {
  display: none;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
  grid-column: 1/4;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
  grid-row: 1;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment {
  grid-row: 2;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
  grid-column: 2/4;
  text-align: left;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name,
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  margin-top: 2.5rem;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
  padding-right: 1rem;
  grid-row: 3/5;
  grid-column: 1/2;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
  grid-row: 3;
}
.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date {
  grid-row: 4;
}
.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--date {
  grid-column: 3;
}
.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--stars {
  grid-column: 2;
  grid-row: 2;
}
.ekit-wid-con .ekit-review-card-thumbnail-left {
  grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "thumbnail comment comment" "thumbnail posted-on posted-on";
}
.ekit-wid-con .ekit-review-card-align-center {
  text-align: center;
  grid-template-areas: "thumbnail thumbnail thumbnail" "name name name" "date date date" "stars stars stars" "comment comment comment" "posted-on posted-on posted-on";
}
.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--thumbnail {
  padding-right: 0;
  margin-bottom: 2rem;
}
.ekit-wid-con
  .ekit-review-card-align-center
  .ekit-review-card--thumbnail
  > div {
  width: 40px;
  margin: 0 auto;
}
.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on {
  display: block;
  grid-row: 6;
  padding-top: 1rem;
}
.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on i {
  margin: 0 auto !important;
}
.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--stars {
  grid-row: 2;
}
.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--comment {
  grid-row: 3;
}
.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--name {
  grid-row: 4;
}
.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--date {
  grid-row: 5;
}
.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--posted-on {
  grid-row: 6;
}
.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--stars {
  grid-row: 2;
  grid-column: 2/3;
}
.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--date {
  grid-row: 2;
  grid-column: 3;
}
.ekit-wid-con
  .ekit-review-card-name-bottom.ekit-review-card-thumbnail-left
  .ekit-review-card--posted-on {
  grid-column: 1/4;
}
.ekit-wid-con .ekit-review-card-overview {
  grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "thumbnail actions actions";
}
.ekit-wid-con .ekit-review-card-overview::before {
  display: none;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--image {
  margin-right: 1rem;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--average {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-right: 6px;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--desc {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions {
  margin-top: 1rem;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions .btn {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: none;
  background-color: #fff0;
}
.ekit-wid-con .ekit-review-card-overview .ekit-review-card--stars {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .small {
  font-size: 12px;
  line-height: 20px;
}
.ekit-wid-con .muted {
  color: #adadad;
}
@media screen and (max-width: 411px) {
  .ekit-wid-con .ekit-review-card-overview {
    grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "actions actions actions";
  }
  .ekit-wid-con .ekit-review-overview {
    display: block !important;
  }
  .ekit-wid-con .ekit-review-overview--actions {
    display: block !important;
    margin-top: 1rem !important;
    text-align: center;
  }
  .ekit-wid-con .ekit-review-overview--actions .btn {
    padding: 0.75rem 3rem;
  }
}
.ekit-wid-con iframe {
  border: none;
}
.ekit-wid-con a {
  text-decoration: none;
}
.ekit-wid-con a,
.ekit-wid-con b,
.ekit-wid-con div,
.ekit-wid-con li,
.ekit-wid-con ul {
  -webkit-tap-highlight-color: #fff0;
  -webkit-tap-highlight-color: #fff0;
  outline: 0;
}
.ekit-wid-con a:active,
.ekit-wid-con a:focus,
.ekit-wid-con input,
.ekit-wid-con input:active,
.ekit-wid-con input:focus,
.ekit-wid-con input:hover,
.ekit-wid-con textarea,
.ekit-wid-con textarea:active,
.ekit-wid-con textarea:focus,
.ekit-wid-con textarea:hover {
  -moz-outline: none;
  outline: 0;
}
.ekit-wid-con a:active,
.ekit-wid-con a:focus,
.ekit-wid-con a:hover,
.ekit-wid-con a:visited {
  outline: 0;
  text-decoration: none;
}
.ekit-wid-con embed,
.ekit-wid-con img:not([draggable]),
.ekit-wid-con object,
.ekit-wid-con video {
  max-width: 100%;
  height: auto;
}
.ekit-wid-con [type="button"]:focus:not(:focus-visible),
.ekit-wid-con [type="submit"]:focus:not(:focus-visible),
.ekit-wid-con button:focus:not(:focus-visible) {
  outline: 0;
}
.ekit-wid-con a:focus-visible,
.ekit-wid-con button:focus-visible,
.ekit-wid-con input:focus-visible,
.ekit-wid-con textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.ekit-wid-con img {
  border: none;
  max-width: 100%;
}
.ekit-wid-con li,
.ekit-wid-con ul {
  margin: 0;
  padding: 0;
}
.ekit-wid-con .elementor-text-editor ol,
.ekit-wid-con .elementor-text-editor ul {
  padding-left: 18px;
}
.ekit-wid-con h4,
.ekit-wid-con p {
  margin-bottom: 10px;
}
.ekit-wid-con svg {
  width: 1em;
  height: 1em;
}
.ekit-wid-con .clear-both::after,
.ekit-wid-con .clear-both::before {
  display: table;
  content: "";
  clear: both;
}
.ekit-wid-con .text-left {
  text-align: left !important;
}
.ekit-wid-con .text-right {
  text-align: right !important;
}
.ekit-wid-con .text-center {
  text-align: center !important;
}
.ekit-wid-con .ekit-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.ekit-wid-con .ekit-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.ekit-wid-con .ekit-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.ekit-wid-con .ekit-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.ekit-wid-con .tab-content > .tab-pane {
  font-family: inherit;
}
.ekit-wid-con .elementskit-border-divider {
  left: 13px;
}
.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
  left: inherit;
}
.ekit-wid-con .elementskit-border-divider::before {
  left: -26px;
}
.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
  z-index: 1000;
}
.ekit-wid-con
  .elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > li
  > a:hover {
  background-color: #fff0;
}
.ekit-wid-con .elementor-icon-list-item a > img {
  width: 100px;
  margin-right: 15px;
}
.ekit-wid-con .elementor-icon-list-item .meta-lists {
  line-height: 1;
}
.ekit-wid-con .elementor-icon-list-item .meta-lists svg {
  max-width: 12px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .elementor-icon-list-item .meta-lists > span {
  color: #7f8595;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementor-icon-list-item .elementor-icon-list-text {
  display: block;
  margin-bottom: 0;
}
.ekit-wid-con .dialog-type-lightbox .dialog-widget-content {
  width: 100%;
}
.ekit-wid-con .nf-form-content .listselect-wrap .nf-field-element div,
.ekit-wid-con .nf-form-content input.ninja-forms-field,
.ekit-wid-con .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 100%;
}
.ekit-wid-con .nf-form-content .list-select-wrap > div div::after {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}
.ekit-wid-con .nf-error.field-wrap .nf-field-element::after,
.ekit-wid-con .nf-pass.field-wrap .nf-field-element::after {
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
}
.ekit-wid-con .nf-form-content button,
.ekit-wid-con .nf-form-content input[type="button"],
.ekit-wid-con .nf-form-content input[type="submit"] {
  cursor: pointer;
}
.ekit-wid-con .nf-response-msg > p {
  line-height: normal;
}
.ekit-wid-con textarea.ninja-forms-field {
  display: block;
}
.ekit-wid-con .nf-form-content .list-select-wrap > div div {
  border: none;
}
.ekit-wid-con .nf-form-content .list-select-wrap > div select {
  border: 1px solid #c4c4c4;
}
.ekit-wid-con .column-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.ekit-wid-con .column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.ekit-wid-con .column-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.ekit-wid-con .column-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.ekit-wid-con .column-count-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.ekit-wid-con .column-count-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.ekit-wid-con .text-left {
  text-align: left !important;
}
.ekit-wid-con .text-right {
  text-align: right !important;
}
.ekit-wid-con .text-center {
  text-align: center !important;
}
.ekit-wid-con .ekit-img-overlay {
  position: relative;
  z-index: 0;
}
.ekit-wid-con .ekit-img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ekit-wid-con .ekit-wrapper-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
}
.ekit-wid-con .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .ekit-wid-con .default_menu_position .elementor-column,
  .ekit-wid-con .default_menu_position .elementor-widget,
  .ekit-wid-con .default_menu_position .elementor-widget-wrap,
  .ekit-wid-con
    .default_menu_position
    .elementskit-navbar-nav-default.elementskit-menu-container {
    position: static;
  }
  .ekit-wid-con
    .default_menu_position
    .elementskit-menu-po-right
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width
    .elementskit-megamenu-panel,
  .ekit-wid-con
    .default_menu_position
    .elementskit-menu-po-right
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width
    .elementskit-megamenu-panel,
  .ekit-wid-con
    .elementskit-navbar-nav-default
    .elementskit-menu-po-right
    .relative_position.elementskit-megamenu-has
    .elementskit-megamenu-panel {
    right: 0;
    left: auto;
  }
  .ekit-wid-con
    .elementskit-navbar-nav-default
    .elementskit-megamenu-has
    .elementskit-megamenu-panel {
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .ekit-wid-con
    .elementskit-menu-po-center
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width
    .elementskit-megamenu-panel,
  .ekit-wid-con
    .elementskit-menu-po-center
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width
    .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
    left: 50%;
  }
  .ekit-wid-con
    .default_menu_position
    .elementskit-menu-po-center
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width:hover
    > .elementskit-megamenu-panel,
  .ekit-wid-con
    .default_menu_position
    .elementskit-menu-po-center
    .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width:hover
    > .elementskit-megamenu-panel {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    left: 50%;
  }
  .ekit-wid-con
    body.is-vertical-menu-active
    .ekit-wid-con
    .elementskit-navbar-nav-default.elementskit-menu-container {
    z-index: 9;
  }
  .ekit-wid-con
    body.is-vertical-menu-active
    .vertical-menu-active
    .xs-vertical-menu-backdrop {
    z-index: 150;
  }
  .ekit-wid-con body.is-vertical-menu-active .ekit-vertical-menu-tigger {
    z-index: 160;
  }
}
@media (max-width: 1024px) {
  .ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
    padding: 3px 10px;
    border: 1px solid;
    border-radius: 30px;
  }
}
.ekit-wid-con .xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.ekit-wid-con .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con .swiper-container {
  width: inherit;
  height: inherit;
}
.ekit-wid-con .swiper-container.ekit-main-swiper,
.ekit-wid-con .swiper.ekit-main-swiper {
  position: static;
}
.ekit-wid-con .swiper .swiper-navigation-button,
.ekit-wid-con .swiper-container .swiper-navigation-button {
  background: #fff0;
  width: auto;
  height: auto;
}
.ekit-wid-con .swiper .swiper-navigation-button::after,
.ekit-wid-con .swiper-container .swiper-navigation-button::after {
  display: none;
}
.ekit-wid-con .tab-pane.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.ekit-wid-con .mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}
.ekit-wid-con img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ekit-wid-con .image-switcher .content-image {
  position: relative;
}
.ekit-wid-con .image-switcher .content-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ekit-wid-con .image-switcher:hover .content-image .main-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ekit-wid-con .image-switcher:hover .content-image .hover-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con .fill-icon {
  display: inline-block;
  background-color: #2575fc;
  color: #fff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .fill-icon.round {
  border-radius: 50%;
}
.ekit-wid-con .fill-icon.style-light {
  background-color: #f5f5f5;
  color: #000;
}
.ekit-wid-con button {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .form-control {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ekit-wid-con .widgetarea_warper_edit {
  display: none;
}
.ekit-wid-con .swiper-pagination-bullet {
  opacity: inherit;
  background-color: inherit;
}
.ekit-wid-con [data-ajax-post-id]:not(.is--loaded):before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-style: solid;
  border-width: 3px;
  border-color: #acacac #ddd #ddd;
  border-radius: 50%;
  -webkit-animation: eicon-spin 1.5s infinite linear;
  animation: eicon-spin 1.5s infinite linear;
}
#wp-admin-bar-elementor_edit_page-default:empty {
  display: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.elementor-widget-elementskit-pricing .elementor-widget-container,
.elementor-widget-elementskit-pricing.elementor-element:not(
    :has(.elementor-widget-container)
  ) {
  overflow: hidden;
}
.elementor-widget-elementskit-timeline .elementor-widget-container,
.elementor-widget-elementskit-timeline.elementor-element:not(
    :has(.elementor-widget-container)
  ) {
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 60px;
}
.elementor-widget-elementskit-business-hours .elementor-widget-container,
.elementor-widget-elementskit-business-hours.elementor-element:not(
    :has(.elementor-widget-container)
  ) {
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
}
.elementor-widget-elementskit-dual-button-center .ekit-element-align-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-elementskit-dual-button-end .ekit-element-align-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-widget-elementskit-dual-button-start .ekit-element-align-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ekit_wpForms_container-form-button-full-width
  .wpforms-submit-container
  .wpforms-submit {
  width: 100%;
}
.ekit_ninjaForms_container-button-full-width
  .submit-container
  input[type="button"] {
  width: 100%;
}
.elemenetskit-alert-info {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.elementor-widget-elementskit-team.animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
@media (max-width: 1024px) {
  .ekit-tab-hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .ekit-mobile-hide {
    display: none;
  }
}
.ekit-template-content-footer,
.ekit-template-content-header {
  clear: both;
}
.elementor-edit-area-active .elementor-widget:hover .widgetarea_warper_edit {
  display: block;
}
.ekit-sticky {
  z-index: 9999;
}
div.elementor .ekit-sticky.elementor-element {
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.ekit-sticky[data-ekit-sticky] {
  z-index: 1;
}
div.elementor .ekit-sticky--show_on_scroll_up.elementor-element {
  -webkit-transition: background-color 0.3s ease-in, opacity 0.3s,
    visibility 0.3s;
  transition: background-color 0.3s ease-in, opacity 0.3s, visibility 0.3s;
}
.ekit-sticky--effects.ekit-sticky--down.ekit-sticky--show_on_scroll_up {
  opacity: 0;
  visibility: hidden;
}
.weforms_submit_btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.wpuf-label > label {
  margin-bottom: 0;
}
ul.wpuf-form li label.wpuf-form-sub-label {
  margin-bottom: 0;
}
.image-source-link {
  color: #98c3d1;
}
.mfp-bg,
.mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
button.mfp-close.ekit-popup-close {
  border: 1px solid #fff;
  margin: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button.mfp-close.ekit-popup-close:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  width: 44px;
}
.mfp-iframe-holder .mfp-close.ekit-popup-close {
  width: 44px;
  text-align: center;
  padding-right: 0;
  top: 0;
  right: 0;
}
.mfp-container.mfp-iframe-holder {
  position: fixed;
}
.mfp-container.mfp-iframe-holder .mfp-close.ekit-popup-close {
  position: fixed;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.white-popup-block {
  background: #ccc;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  -webkit-animation: open 1s;
  animation: open 1s;
}
.mfp-removing {
  -webkit-animation: close 1s;
  animation: close 1s;
}
.mfp-open .modal-popup-group,
.mfp-open .xs-modal-sidebar {
  -webkit-animation-name: galleryopen;
  animation-name: galleryopen;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-bg.ekit-promo-popup {
  background-color: rgb(0 0 0 / 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}
.ekit-promo-popup .modal-content {
  background-color: #fff0;
  padding: 0;
  border: 0;
}
.ekit-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
.ekit-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
}
body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
  margin-top: 45px;
}
.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
.ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@-webkit-keyframes bounceAnim {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bounceAnim {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@-webkit-keyframes show-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
@-webkit-keyframes radio-wave {
  0% {
    opacity: 0.8;
    border-width: 2px;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(var(--ekit-radio-wave-scale));
    transform: scale(var(--ekit-radio-wave-scale));
    opacity: 0;
    border-width: 0;
  }
}
@keyframes radio-wave {
  0% {
    opacity: 0.8;
    border-width: 2px;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(var(--ekit-radio-wave-scale));
    transform: scale(var(--ekit-radio-wave-scale));
    opacity: 0;
    border-width: 0;
  }
}
@-webkit-keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes galleryopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes galleryopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes location-indicator {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(12 90 219 / 0.2);
    box-shadow: 0 0 0 0 rgb(12 90 219 / 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px #fff0;
    box-shadow: 0 0 0 30px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes location-indicator {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(12 90 219 / 0.2);
    box-shadow: 0 0 0 0 rgb(12 90 219 / 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px #fff0;
    box-shadow: 0 0 0 30px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes RainDrop {
  0%,
  100%,
  25%,
  55%,
  75%,
  87%,
  97% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  26%,
  56%,
  76% {
    -webkit-transform: scaleX(1.3) scaleY(0.8);
    transform: scaleX(1.3) scaleY(0.8);
  }
  31%,
  61%,
  81% {
    -webkit-transform: scaleX(0.8) scaleY(1.2);
    transform: scaleX(0.8) scaleY(1.2);
  }
  76%,
  88% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
  }
  98% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
}
@keyframes RainDrop {
  0%,
  100%,
  25%,
  55%,
  75%,
  87%,
  97% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  26%,
  56%,
  76% {
    -webkit-transform: scaleX(1.3) scaleY(0.8);
    transform: scaleX(1.3) scaleY(0.8);
  }
  31%,
  61%,
  81% {
    -webkit-transform: scaleX(0.8) scaleY(1.2);
    transform: scaleX(0.8) scaleY(1.2);
  }
  76%,
  88% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
  }
  98% {
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
}
@-webkit-keyframes WaterWave {
  50% {
    -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
    transform: skewY(1deg) skewX(-1deg) scale(1.06);
  }
}
@keyframes WaterWave {
  50% {
    -webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
    transform: skewY(1deg) skewX(-1deg) scale(1.06);
  }
}
@-webkit-keyframes lightning {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes lightning {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes JoltZoom {
  10% {
    font-size: 140%;
  }
  40% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes JoltZoom {
  10% {
    font-size: 140%;
  }
  40% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes cursor {
  50% {
    border-color: #fff0;
  }
}
@keyframes cursor {
  50% {
    border-color: #fff0;
  }
}
@-webkit-keyframes wipe {
  to {
    width: 0;
  }
}
@keyframes wipe {
  to {
    width: 0;
  }
}
@keyframes open {
  from {
    width: 0;
  }
}
@-webkit-keyframes Magnify {
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    letter-spacing: 26px;
  }
}
@keyframes Magnify {
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    letter-spacing: 26px;
  }
}
@-webkit-keyframes Beat {
  14%,
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes Beat {
  14%,
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes FadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes FadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes FadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes FadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes FadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes FadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes FadeOutTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes FadeOutTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes FadeOutBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes FadeOutBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes MovingBackFromRight {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@keyframes MovingBackFromRight {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@-webkit-keyframes MovingBackFromLeft {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@keyframes MovingBackFromLeft {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@-webkit-keyframes KickOutFront {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@keyframes KickOutFront {
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@-webkit-keyframes KickOutBehind {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@keyframes KickOutBehind {
  40% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
    animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
  }
}
@-webkit-keyframes ScaleXIn {
  from {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ScaleXIn {
  from {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ScaleXOut {
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@keyframes ScaleXOut {
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@-webkit-keyframes ScaleYIn {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ScaleYIn {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ScaleYOut {
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@keyframes ScaleYOut {
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}
@-webkit-keyframes Jump {
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes Jump {
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes AboundTop {
  50% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes AboundTop {
  50% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes AboundBottom {
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes AboundBottom {
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes AboundLeft {
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes AboundLeft {
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes AboundRight {
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes AboundRight {
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes FlyInTop {
  0% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px, 50px);
    transform: translate(10px, 50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@keyframes FlyInTop {
  0% {
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px, 50px);
    transform: translate(10px, 50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes FlyInLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}
@keyframes FlyInLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes FlyInRight {
  0% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
}
@keyframes FlyInRight {
  0% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
}
@-webkit-keyframes FlyInBottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px, -50px);
    transform: translate(10px, -50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@keyframes FlyInBottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(10px, -50px);
    transform: translate(10px, -50px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes FlyOutTop {
  50% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  to {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0;
  }
}
@keyframes FlyOutTop {
  50% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  to {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0;
  }
}
@-webkit-keyframes FlyOutLeft {
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  to {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
  }
}
@keyframes FlyOutLeft {
  50% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  to {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes FlyOutRight {
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  to {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
  }
}
@keyframes FlyOutRight {
  50% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  to {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes FlyOutBottom {
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  to {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
  }
}
@keyframes FlyOutBottom {
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  to {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
  }
}
@-webkit-keyframes DoorCloseLeft {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes DoorCloseLeft {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes DoorOpenRight {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@keyframes DoorOpenRight {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes DoorCloseRight {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes DoorCloseRight {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes DoorOpenLeft {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes DoorOpenLeft {
  from,
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes HangAndDropLeft {
  from {
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: translateY(800px) rotate(70deg);
    transform: translateY(800px) rotate(70deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes HangAndDropLeft {
  from {
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: translateY(800px) rotate(70deg);
    transform: translateY(800px) rotate(70deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes HangAndDropRight {
  from {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  60% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: translateY(800px) rotate(-70deg);
    transform: translateY(800px) rotate(-70deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes HangAndDropRight {
  from {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  60% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: translateY(800px) rotate(-70deg);
    transform: translateY(800px) rotate(-70deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes PushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes PushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes PushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes PushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes PushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes PushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes PushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes PushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-webkit-keyframes PushReleaseTo {
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@keyframes PushReleaseTo {
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@-webkit-keyframes PushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes PushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes PushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes PushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes FlipInTop {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes FlipInTop {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@-webkit-keyframes FlipOutTop {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes FlipOutTop {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@-webkit-keyframes FlipInBottom {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes FlipInBottom {
  from {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@-webkit-keyframes FlipOutBottom {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@keyframes FlipOutBottom {
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    opacity: 0;
  }
  70% {
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}
@-webkit-keyframes ElevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes ElevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes ElevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes ElevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes RollFromLeft {
  from {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes RollFromLeft {
  from {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollFromRight {
  from {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@keyframes RollFromRight {
  from {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollFromTop {
  from {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@keyframes RollFromTop {
  from {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollFromBottom {
  from {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@keyframes RollFromBottom {
  from {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollToLeft {
  to {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes RollToLeft {
  to {
    -webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollToRight {
  to {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@keyframes RollToRight {
  to {
    -webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollToTop {
  to {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@keyframes RollToTop {
  to {
    -webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RollToBottom {
  to {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@keyframes RollToBottom {
  to {
    -webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateInRight {
  from {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
@keyframes RotateSkateInRight {
  from {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateInLeft {
  from {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
@keyframes RotateSkateInLeft {
  from {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateInTop {
  from {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
@keyframes RotateSkateInTop {
  from {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateInBottom {
  from {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
@keyframes RotateSkateInBottom {
  from {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateOutRight {
  to {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
@keyframes RotateSkateOutRight {
  to {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateOutLeft {
  to {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
@keyframes RotateSkateOutLeft {
  to {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateOutTop {
  to {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
@keyframes RotateSkateOutTop {
  to {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateSkateOutBottom {
  to {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
@keyframes RotateSkateOutBottom {
  to {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateXZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
}
@keyframes RotateXZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
}
@-webkit-keyframes RotateXZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
}
@keyframes RotateXZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
}
@-webkit-keyframes RotateYZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
}
@keyframes RotateYZoomIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
}
@-webkit-keyframes RotateYZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
}
@keyframes RotateYZoomOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
}
@-webkit-keyframes RotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes RotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes RotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes RotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-webkit-keyframes RotateInLeft {
  from {
    -webkit-transform: rotate(-180deg) translateX(150px);
    transform: rotate(-180deg) translateX(150px);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes RotateInLeft {
  from {
    -webkit-transform: rotate(-180deg) translateX(150px);
    transform: rotate(-180deg) translateX(150px);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes RotateOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(180deg) translateX(150px);
    transform: rotate(180deg) translateX(150px);
    opacity: 0;
  }
}
@keyframes RotateOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(180deg) translateX(150px);
    transform: rotate(180deg) translateX(150px);
    opacity: 0;
  }
}
@-webkit-keyframes RotateInRight {
  from {
    -webkit-transform: rotate(-180deg) translateX(-150px);
    transform: rotate(-180deg) translateX(-150px);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes RotateInRight {
  from {
    -webkit-transform: rotate(-180deg) translateX(-150px);
    transform: rotate(-180deg) translateX(-150px);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes RotateOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(180deg) translateX(-150px);
    transform: rotate(180deg) translateX(-150px);
    opacity: 0;
  }
}
@keyframes RotateOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(180deg) translateX(-150px);
    transform: rotate(180deg) translateX(-150px);
    opacity: 0;
  }
}
@-webkit-keyframes SpinInLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes SpinInLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes SpinInRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes SpinInRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes SpinOutLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes SpinOutLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes SpinOutRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes SpinOutRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes BlurIn {
  from {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurIn {
  from {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurInRight {
  from {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurInRight {
  from {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurInLeft {
  from {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurInLeft {
  from {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurInTop {
  from {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurInTop {
  from {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurInBottom {
  from {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurInBottom {
  from {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurOut {
  to {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurOut {
  to {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurOutRight {
  to {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurOutRight {
  to {
    -webkit-transform: scaleX(0.2) translateX(100px);
    transform: scaleX(0.2) translateX(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurOutLeft {
  to {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurOutLeft {
  to {
    -webkit-transform: scaleX(0.2) translateX(-100px);
    transform: scaleX(0.2) translateX(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurOutTop {
  to {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurOutTop {
  to {
    -webkit-transform: scaleY(0.2) translateY(-100px);
    transform: scaleY(0.2) translateY(-100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes BlurOutBottom {
  to {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes BlurOutBottom {
  to {
    -webkit-transform: scaleY(0.2) translateY(100px);
    transform: scaleY(0.2) translateY(100px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes PopUp {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes PopUp {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes PopUpLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(1.5);
    transform: translateX(-50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes PopUpLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(1.5);
    transform: translateX(-50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes PopUpRight {
  50% {
    -webkit-transform: translateX(50px) scale(1.5);
    transform: translateX(50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes PopUpRight {
  50% {
    -webkit-transform: translateX(50px) scale(1.5);
    transform: translateX(50px) scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes PopOut {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes PopOut {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes PopOutLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(0.5);
    transform: translateX(-50px) scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes PopOutLeft {
  50% {
    -webkit-transform: translateX(-50px) scale(0.5);
    transform: translateX(-50px) scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes PopOutRight {
  50% {
    -webkit-transform: translateX(50px) scale(0.5);
    transform: translateX(50px) scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes PopOutRight {
  50% {
    -webkit-transform: translateX(50px) scale(0.5);
    transform: translateX(50px) scale(0.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes BounceFromTop {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes BounceFromTop {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes BounceFromDown {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
@keyframes BounceFromDown {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
@-webkit-keyframes BounceY {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1);
  }
}
@keyframes BounceY {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1);
  }
}
@-webkit-keyframes BounceZoomIn {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes BounceZoomIn {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes BounceZoomOut {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes BounceZoomOut {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes PerspectiveOutTop {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    opacity: 0;
  }
}
@keyframes PerspectiveOutTop {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    opacity: 0;
  }
}
@-webkit-keyframes PerspectiveOutBottom {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    opacity: 0;
  }
}
@keyframes PerspectiveOutBottom {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes 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% {
    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 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% {
    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);
  }
}
@-webkit-keyframes 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% {
    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 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% {
    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);
  }
}
@-webkit-keyframes LetterZoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@keyframes LetterZoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes ZoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@keyframes ZoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes ZoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes ZoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ZoomOutLeft {
  40% {
    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(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes ZoomOutLeft {
  40% {
    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(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes ZoomOutRight {
  40% {
    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(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes ZoomOutRight {
  40% {
    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(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes ZoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@keyframes ZoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes ZoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@keyframes ZoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes oaoFadeInTop {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes oaoFadeInTop {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes oaoFadeInBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes oaoFadeInBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes oaoFadeOutop {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes oaoFadeOutop {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes oaoFadeOutBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes oaoFadeOutBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes oaoFlyInTop {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes oaoFlyInTop {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes oaoFlyInBottom {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes oaoFlyInBottom {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes oaoFlyOutTop {
  30% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
  }
}
@keyframes oaoFlyOutTop {
  30% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes oaoFlyOutBottom {
  30% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
  }
}
@keyframes oaoFlyOutBottom {
  30% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateInTop {
  from {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateInTop {
  from {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateInBottom {
  from {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateInBottom {
  from {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateOutTop {
  to {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateOutTop {
  to {
    -webkit-transform: translateY(-100px) rotate(360deg);
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateOutBottom {
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateOutBottom {
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
    transform: translateY(100px) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateXInTop {
  from {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateXInTop {
  from {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateXInBottom {
  from {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateXInBottom {
  from {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateXOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateXOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateX(360deg);
    transform: translateY(-100px) rotateX(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateXOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateXOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateX(360deg);
    transform: translateY(100px) rotateX(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateYInTop {
  from {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateYInTop {
  from {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateYInBottom {
  from {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateYInBottom {
  from {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateYOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateYOutTop {
  to {
    -webkit-transform: translateY(-100px) rotateY(360deg);
    transform: translateY(-100px) rotateY(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes oaoRotateYOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0;
  }
}
@keyframes oaoRotateYOutBottom {
  to {
    -webkit-transform: translateY(100px) rotateY(360deg);
    transform: translateY(100px) rotateY(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes fadeOutTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes fadeOutBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes fadeOutBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}
@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
}
@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
}
@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
}
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}
@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
}
@keyframes moveToRight {
  to {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@keyframes moveToTop {
  to {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
}
@keyframes moveToBottom {
  to {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
}
@-webkit-keyframes doorCloseFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
}
@keyframes doorCloseFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
}
@-webkit-keyframes doorOpenFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
}
@keyframes doorOpenFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
}
@-webkit-keyframes doorCloseFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
}
@keyframes doorCloseFromRight {
  from {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
}
@-webkit-keyframes doorOpenFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
}
@keyframes doorOpenFromLeft {
  from {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  50%,
  to {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
}
@-webkit-keyframes pushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pushReleaseFrom {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes pushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes pushReleaseFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes pushReleaseFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes pushReleaseFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-webkit-keyframes pushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes pushReleaseFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-webkit-keyframes pushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes pushReleaseFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-webkit-keyframes pushReleaseTo {
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@keyframes pushReleaseTo {
  30% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@-webkit-keyframes pushReleaseToLeft {
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes pushReleaseToLeft {
  30% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes pushReleaseToRight {
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes pushReleaseToRight {
  30% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes pushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes pushReleaseToTop {
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes pushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes pushReleaseToBottom {
  30% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes flipX {
  from {
    -webkit-transform: perspective(600px) rotateX(-180deg);
    transform: perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) rotateX(-360deg);
    transform: perspective(600px) rotateX(-360deg);
  }
}
@keyframes flipX {
  from {
    -webkit-transform: perspective(600px) rotateX(-180deg);
    transform: perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) rotateX(-360deg);
    transform: perspective(600px) rotateX(-360deg);
  }
}
@-webkit-keyframes flipXZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
    transform: perspective(600px) rotateX(-180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateX(-360deg) scale(0.7);
    transform: perspective(600px) rotateX(-360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes flipXZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
    transform: perspective(600px) rotateX(-180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateX(-360deg) scale(0.7);
    transform: perspective(600px) rotateX(-360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes flipXZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
    transform: perspective(600px) rotateX(180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateX(360deg) scale(0.7);
    transform: perspective(600px) rotateX(360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes flipXZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    transform: perspective(600px) rotateX(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
    transform: perspective(600px) rotateX(180deg) scale(1.8);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateX(360deg) scale(0.7);
    transform: perspective(600px) rotateX(360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes flipY {
  from {
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) rotateY(360deg);
    transform: perspective(600px) rotateY(360deg);
  }
}
@keyframes flipY {
  from {
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) rotateY(360deg);
    transform: perspective(600px) rotateY(360deg);
  }
}
@-webkit-keyframes flipYZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
    transform: perspective(600px) rotateY(180deg) scale(1.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(0.7);
    transform: perspective(600px) rotateY(360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes flipYZoomIn {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
    transform: perspective(600px) rotateY(180deg) scale(1.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(0.7);
    transform: perspective(600px) rotateY(360deg) scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes flipYZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(0.6);
    transform: perspective(600px) rotateY(180deg) scale(0.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
    transform: perspective(600px) rotateY(360deg) scale(1.8);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes flipYZoomOut {
  from {
    -webkit-transform: perspective(600px) rotateY(0) scale(1);
    transform: perspective(600px) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(600px) rotateY(180deg) scale(0.6);
    transform: perspective(600px) rotateY(180deg) scale(0.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
    transform: perspective(600px) rotateY(360deg) scale(1.8);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes skewLeft {
  70% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
  }
}
@keyframes skewLeft {
  70% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
  }
}
@-webkit-keyframes skewRight {
  70% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}
@keyframes skewRight {
  70% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}
@-webkit-keyframes skewInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-40deg);
    transform: translateX(-100%) skewX(-40deg);
  }
  70% {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
}
@keyframes skewInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-40deg);
    transform: translateX(-100%) skewX(-40deg);
  }
  70% {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
}
@-webkit-keyframes skewInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(40deg);
    transform: translateX(100%) skewX(40deg);
  }
  70% {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
}
@keyframes skewInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(40deg);
    transform: translateX(100%) skewX(40deg);
  }
  70% {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }
}
@-webkit-keyframes skewOutLeft {
  20% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
  }
  to {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    opacity: 0;
  }
}
@keyframes skewOutLeft {
  20% {
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
  }
  to {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    opacity: 0;
  }
}
@-webkit-keyframes skewOutRight {
  20% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-40deg);
    transform: translateX(100%) skewX(-40deg);
    opacity: 0;
  }
}
@keyframes skewOutRight {
  20% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-40deg);
    transform: translateX(100%) skewX(-40deg);
    opacity: 0;
  }
}
@-webkit-keyframes pullRelease {
  15% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes pullRelease {
  15% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes pushRelease {
  15% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes pushRelease {
  15% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes swingInLeft {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
    transform: matrix(3, 0, 0, 3, -800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
    transform: matrix(1.3, 0, 0, 1.3, 20, 0);
  }
}
@keyframes swingInLeft {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, -800, 0);
    transform: matrix(3, 0, 0, 3, -800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
    transform: matrix(1.3, 0, 0, 1.3, 20, 0);
  }
}
@-webkit-keyframes swingInRight {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
    transform: matrix(3, 0, 0, 3, 800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
    transform: matrix(1.3, 0, 0, 1.3, -20, 0);
  }
}
@keyframes swingInRight {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 800, 0);
    transform: matrix(3, 0, 0, 3, 800, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
    transform: matrix(1.3, 0, 0, 1.3, -20, 0);
  }
}
@-webkit-keyframes swingInTop {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
    transform: matrix(3, 0, 0, 3, 0, -800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
    transform: matrix(1.3, 0, 0, 1.3, 0, 20);
  }
}
@keyframes swingInTop {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, -800);
    transform: matrix(3, 0, 0, 3, 0, -800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
    transform: matrix(1.3, 0, 0, 1.3, 0, 20);
  }
}
@-webkit-keyframes swingInBottom {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
    transform: matrix(3, 0, 0, 3, 0, 800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
    transform: matrix(1.3, 0, 0, 1.3, 0, -20);
  }
}
@keyframes swingInBottom {
  from {
    -webkit-transform: matrix(3, 0, 0, 3, 0, 800);
    transform: matrix(3, 0, 0, 3, 0, 800);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
    transform: matrix(1.3, 0, 0, 1.3, 0, -20);
  }
}
@-webkit-keyframes elevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes elevateLeft {
  from {
    -webkit-transform: translateY(100%) rotate(-20deg);
    transform: translateY(100%) rotate(-20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes elevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes elevateRight {
  from {
    -webkit-transform: translateY(100%) rotate(20deg);
    transform: translateY(100%) rotate(20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes rollFromLeft {
  from {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@keyframes rollFromLeft {
  from {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rollFromRight {
  from {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@keyframes rollFromRight {
  from {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rollFromTop {
  from {
    -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
    transform: translateY(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@keyframes rollFromTop {
  from {
    -webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
    transform: translateY(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rollFromBottom {
  from {
    -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
    transform: translateY(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@keyframes rollFromBottom {
  from {
    -webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
    transform: translateY(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateY(0);
    transform: translateY(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rollToLeft {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes rollToLeft {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
    transform: translateX(-100%) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes rollToRight {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@keyframes rollToRight {
  from {
    -webkit-transform: translateX(0) perspective(600px) rotateY(0);
    transform: translateX(0) perspective(600px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
    transform: translateX(100%) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes rollToTop {
  from {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
    transform: translateY(-100%) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@keyframes rollToTop {
  from {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
    transform: translateY(-100%) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes rollToBottom {
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
    transform: translateY(100%) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@keyframes rollToBottom {
  to {
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
    transform: translateY(100%) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateX {
  from {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
  }
  to {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
}
@keyframes rotateX {
  from {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
  }
  to {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
}
@-webkit-keyframes rotateXIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
}
@keyframes rotateXIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
}
@-webkit-keyframes rotateXOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
}
@keyframes rotateXOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateX(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateY {
  from {
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
  }
  to {
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
  }
}
@keyframes rotateY {
  from {
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
  }
  to {
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateYIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
}
@keyframes rotateYIn {
  from {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
}
@-webkit-keyframes rotateYOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
}
@keyframes rotateYOut {
  95% {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -1500px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, -60px, -2000px)
      rotateY(75deg);
    transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(0);
    transform: translateX(-100%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@keyframes rotateInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(0);
    transform: translateX(-100%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@-webkit-keyframes rotateInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(0);
    transform: translateX(100%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg);
  }
}
@keyframes rotateInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(0);
    transform: translateX(100%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg);
  }
}
@-webkit-keyframes rotateInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-400%) rotate(0);
    transform: translateY(-400%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@keyframes rotateInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-400%) rotate(0);
    transform: translateY(-400%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@-webkit-keyframes rotateInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%) rotate(0);
    transform: translateY(400%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@keyframes rotateInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(400%) rotate(0);
    transform: translateY(400%) rotate(0);
  }
  to {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
}
@-webkit-keyframes rotateOutLeft {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateX(-800px) rotate(0);
    transform: translateX(-800px) rotate(0);
    opacity: 0;
  }
}
@keyframes rotateOutLeft {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateX(-800px) rotate(0);
    transform: translateX(-800px) rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutRight {
  from {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg);
  }
  to {
    -webkit-transform: translateX(800px) rotate(0);
    transform: translateX(800px) rotate(0);
    opacity: 0;
  }
}
@keyframes rotateOutRight {
  from {
    -webkit-transform: translateX(0) rotate(-360deg);
    transform: translateX(0) rotate(-360deg);
  }
  to {
    -webkit-transform: translateX(800px) rotate(0);
    transform: translateX(800px) rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutTop {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateY(-800px) rotate(0);
    transform: translateY(-800px) rotate(0);
    opacity: 0;
  }
}
@keyframes rotateOutTop {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateY(-800px) rotate(0);
    transform: translateY(-800px) rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutBottom {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateY(800px) rotate(0);
    transform: translateY(800px) rotate(0);
    opacity: 0;
  }
}
@keyframes rotateOutBottom {
  from {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg);
  }
  to {
    -webkit-transform: translateY(800px) rotate(0);
    transform: translateY(800px) rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes spinToLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes spinToLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinToRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes spinToRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinToTop {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes spinToTop {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinToBottom {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes spinToBottom {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  from {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinFromLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes spinFromLeft {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinFromRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes spinFromRight {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinFromTop {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes spinFromTop {
  from,
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinFromBottom {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes spinFromBottom {
  from,
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes blurIn {
  from {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes blurIn {
  from {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes blurInLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes blurInLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes blurInRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes blurInRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes blurInTop {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes blurInTop {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes blurInBottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes blurInBottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes blurOut {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 0;
  }
}
@keyframes blurOut {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blurOutLeft {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 0;
  }
}
@keyframes blurOutLeft {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blurOutRight {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 0;
  }
}
@keyframes blurOutRight {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blurOutTop {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 0;
  }
}
@keyframes blurOutTop {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blurOutBottom {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 0;
  }
}
@keyframes blurOutBottom {
  85%,
  to {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes bounceFromTop {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounceFromTop {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
    transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounceFromDown {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
@keyframes bounceFromDown {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
    transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
@-webkit-keyframes bounceX {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.8, 1, 1);
    transform: scale3d(1.8, 1, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.5, 1, 1);
    transform: scale3d(1.5, 1, 1);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
  }
}
@keyframes bounceX {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.8, 1, 1);
    transform: scale3d(1.8, 1, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1.5, 1, 1);
    transform: scale3d(1.5, 1, 1);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
  }
}
@-webkit-keyframes bounceY {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1);
  }
}
@keyframes bounceY {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1.1, 1);
    transform: scale3d(1, 1.1, 1);
  }
}
@-webkit-keyframes bounceZoomIn {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes bounceZoomIn {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes bounceZoomOut {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes bounceZoomOut {
  0%,
  100%,
  25%,
  55%,
  85% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  41%,
  44% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  70% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes bounceInTop {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
  58% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
}
@keyframes bounceInTop {
  0% {
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
  58% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
}
@-webkit-keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
  58% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
  58% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutTop {
  18%,
  33%,
  48% {
    opacity: 1;
  }
  18% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
  }
  33% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  48% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
}
@keyframes bounceOutTop {
  18%,
  33%,
  48% {
    opacity: 1;
  }
  18% {
    -webkit-transform: translate3d(0, 27px, 0);
    transform: translate3d(0, 27px, 0);
  }
  33% {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
  }
  48% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
    transform: translate3d(0, -300%, 0);
  }
}
@-webkit-keyframes bounceOutBottom {
  18%,
  33%,
  48% {
    opacity: 1;
  }
  18% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0);
  }
  33% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  48% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
}
@keyframes bounceOutBottom {
  18%,
  33%,
  48% {
    opacity: 1;
  }
  18% {
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0);
  }
  33% {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  48% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@-webkit-keyframes perspectiveToTop {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    opacity: 0;
  }
}
@keyframes perspectiveToTop {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    transform: perspective(500px) rotateX(90deg) translateY(-50px)
      translateZ(50px);
    opacity: 0;
  }
}
@-webkit-keyframes perspectiveToBottom {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    opacity: 0;
  }
}
@keyframes perspectiveToBottom {
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    transform: perspective(500px) rotateX(90deg) translateY(50px)
      translateZ(-50px);
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes 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% {
    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 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% {
    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);
  }
}
@-webkit-keyframes 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% {
    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 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% {
    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);
  }
}
@-webkit-keyframes zoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@keyframes zoomInTop {
  from {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes zoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@keyframes zoomInBottom {
  from {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    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(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    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(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    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(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    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(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes zoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@keyframes zoomOutTop {
  to {
    -webkit-transform: scale(10) translateY(-50%);
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@keyframes zoomOutBottom {
  to {
    -webkit-transform: scale(10) translateY(50%);
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes ekitRevealInTop {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes ekitRevealInTop {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes ekitRevealInBottom {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes ekitRevealInBottom {
  form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes ekitRevealInLeft {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes ekitRevealInLeft {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes ekitRevealInRight {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes ekitRevealInRight {
  form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: #fff0;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.ekit-wid-con .product-filter-area {
  margin-bottom: 30px;
}
.ekit-wid-con .product-filter-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ekit-wid-con .product-filter-wraper .woocommerce-ordering {
  margin-right: 50px;
  margin-bottom: 0;
}
.ekit-wid-con .woocommerce-ordering {
  position: relative;
  z-index: 10;
}
.ekit-wid-con .woocommerce-ordering .shop-filter-title {
  color: #777;
  font-size: 14px;
  position: relative;
  top: 9px;
  padding-right: 50px;
}
.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link {
  border: 0;
  color: #777;
  font-size: 18px;
  padding: 10px;
}
.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link.active {
  color: #2575fc;
  background-color: #fff0;
}
.ekit-wid-con .elementskit-accordion {
  counter-reset: myNumber;
}
.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
  padding-right: 10px;
  display: inline-block;
}
.ekit-wid-con .elementskit-accordion .elementskit-card {
  border: 0;
  border-radius: 0;
  background-color: #fff0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child) {
  margin-bottom: 10px;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-header {
  padding: 0;
  background-color: #fff0;
  border-bottom: 0 solid #000;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  .ekit_accordion_icon_group
  svg {
  vertical-align: middle;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background-color: #f7f9fb;
  font-weight: 700;
  padding: 14px 30px;
  border: 1px solid #fff0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link:focus,
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link:hover {
  text-decoration: none;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link
  > i {
  color: #2575fc;
  line-height: 1.6666666667;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link
  .ekit_accordion_icon_left_group,
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link
  > .icon-left {
  padding-right: 26px;
  float: left;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  .icon-closed {
  display: block;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  .icon-open {
  display: none;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  .ekit_accordion_normal_icon {
  display: none;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  .ekit_accordion_active_icon {
  display: block;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="false"]
  .icon-closed {
  display: none;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="false"]
  .icon-open {
  display: block;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="false"]
  .ekit_accordion_normal_icon {
  display: block;
}
.ekit-wid-con
  .elementskit-accordion
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="false"]
  .ekit_accordion_active_icon {
  display: none;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body {
  padding: 20px 30px;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body p {
  margin-top: 0;
  margin-bottom: 1em;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body p:last-child {
  margin-bottom: 0;
}
.ekit-wid-con
  .elementskit-accordion.floating-style
  .elementskit-card-header
  > .elementskit-btn-link {
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(37 117 252 / 0.2);
  box-shadow: -1.216px 6.894px 15px 0 rgb(37 117 252 / 0.2);
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-body {
  width: calc(100% - 40px);
  border-radius: 0 0 5px 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con
  .elementskit-accordion.floating-style
  .elementskit-card[aria-expanded="true"]
  .elementskit-btn-link {
  background-color: #2575fc;
  color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
}
.ekit-wid-con
  .elementskit-accordion.floating-style
  .elementskit-card[aria-expanded="true"]
  .elementskit-btn-link
  > i {
  color: inherit;
}
.ekit-wid-con
  .elementskit-accordion.floating-style
  .elementskit-card[aria-expanded="true"]
  .elementskit-card-body {
  background-color: #2575fc;
}
.ekit-wid-con
  .elementskit-accordion.floating-style
  .elementskit-card[aria-expanded="true"]
  .elementskit-card-body
  p {
  color: #fff;
}
.ekit-wid-con
  .elementskit-accordion.side-curve
  .elementskit-card-header
  > .elementskit-btn-link {
  background-color: #2575fc;
  position: relative;
  border: 0;
  padding-left: 70px;
}
.ekit-wid-con
  .elementskit-accordion.side-curve
  .elementskit-card-header
  > .elementskit-btn-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
  background-color: rgb(255 255 255 / 0.2);
  text-align: right;
  line-height: 55px;
}
.ekit-wid-con
  .elementskit-accordion.side-curve
  .elementskit-card-header
  > .elementskit-btn-link::after {
  position: absolute;
  content: "";
  left: 35px;
  top: 0;
  border-top: 26.5px solid #fff0;
  border-right: 26.5px solid #fff0;
  border-left: 26.5px solid rgb(255 255 255 / 0.2);
  border-bottom: 26.5px solid #fff0;
}
.ekit-wid-con
  .elementskit-accordion.side-curve
  .elementskit-card-header
  > .elementskit-btn-link
  .ekit_accordion_icon_left_group {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ekit-wid-con
  .elementskit-accordion.curve-shape
  .elementskit-card-header
  > .elementskit-btn-link {
  position: relative;
  z-index: 1;
  padding: 16.5px 30px;
}
.ekit-wid-con
  .elementskit-accordion.curve-shape
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"] {
  color: #fff;
}
.ekit-wid-con
  .elementskit-accordion.curve-shape
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  > i {
  color: inherit;
}
.ekit-wid-con
  .elementskit-accordion.curve-shape
  .elementskit-card-header
  > .elementskit-btn-link[aria-expanded="true"]
  .path {
  fill: #2575fc;
}
.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  padding-right: 85px;
}
.ekit-wid-con
  .elementskit-accordion.accordion-4
  .elementskit-card-header
  > .elementskit-btn-link {
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #2575fc;
  background-color: #fff;
  position: relative;
  padding-left: 85px;
}
.ekit-wid-con
  .elementskit-accordion.accordion-4
  .elementskit-card-header
  > .elementskit-btn-link::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  height: calc(100% + 2px);
  width: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background-color: #2575fc;
}
.ekit-wid-con
  .elementskit-accordion.accordion-4
  .elementskit-card-header
  > .elementskit-btn-link
  .ekit_accordion_icon_left_group {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-body {
  padding-left: 0;
  padding-right: 0;
}
.ekit-wid-con .number::before {
  counter-increment: myNumber;
  content: counter(myNumber) ".";
}
.ekit-wid-con .icon-right {
  float: right;
}
.ekit-wid-con .icon-left {
  float: left;
}
.ekit-wid-con .path {
  fill: #fff;
  stroke: #2575fc;
  stroke-miterlimit: 0;
}
.ekit-wid-con .ekit_accordion_icon_group {
  position: absolute;
  right: 0;
  margin-right: 30px;
}
.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
  height: 100%;
}
.ekit-accordion--content,
.ekit-accordion--toggler {
  font-size: 16px;
  line-height: 24px;
}
.ekit-wid-con .ekit-header-info {
  list-style: none;
}
.ekit-wid-con .ekit-header-info > li:not(:last-child) {
  margin-right: 15px;
}
.ekit-wid-con .ekit-header-info,
.ekit-wid-con .ekit-header-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .ekit-header-info svg {
  max-width: 15px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con table.dataTable tbody td,
.ekit-wid-con table.dataTable tbody th,
.ekit-wid-con table.dataTable thead td,
.ekit-wid-con table.dataTable thead th {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con.elemenetskit-tablepress .dataTables_filter input,
.ekit-wid-con.elemenetskit-tablepress .dataTables_filter select,
.ekit-wid-con.elemenetskit-tablepress .dataTables_length input,
.ekit-wid-con.elemenetskit-tablepress .dataTables_length select {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ekit-wid-con .round-img img {
  border-radius: 100%;
}
.ekit-wid-con .elementskit-infobox {
  padding: 60px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ekit-wid-con .elementskit-infobox.media .elementskit-box-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ekit-wid-con .elementskit-infobox:hover.image-active::before {
  background-color: #fff0;
}
.ekit-wid-con .elementskit-infobox:hover.image-active .image-hover > img {
  opacity: 1;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.ekit-wid-con .elementskit-infobox:hover .icon-hover {
  opacity: 1;
  bottom: -20px;
}
.ekit-wid-con .elementskit-infobox .elementskit-box-header {
  position: relative;
  z-index: 2;
}
.ekit-wid-con
  .elementskit-infobox
  .elementskit-box-header
  .elementskit-info-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}
.ekit-wid-con
  .elementskit-infobox
  .elementskit-box-header
  .elementskit-info-box-icon
  i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ekit-wid-con
  .elementskit-infobox
  .elementskit-box-header
  .icon-switcher
  > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-infobox
  .elementskit-box-header
  .icon-switcher
  .main-image {
  opacity: 1;
  position: relative;
  top: 0;
}
.ekit-wid-con
  .elementskit-infobox
  .elementskit-box-header
  .icon-switcher
  .hover-image {
  position: absolute;
  top: 80px;
  left: 0;
}
.ekit-wid-con .elementskit-infobox .elementskit-box-header .info-box-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #2575fc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-infobox .box-body {
  position: relative;
  z-index: 2;
}
.ekit-wid-con .elementskit-infobox .box-body p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-infobox .box-footer {
  position: relative;
  z-index: 2;
}
.ekit-wid-con
  .elementskit-infobox
  .box-footer.enable_hover_btn
  .elementskit-btn {
  left: 0;
  bottom: 0;
  opacity: 0;
}
.ekit-wid-con .elementskit-infobox .btn-wraper {
  position: relative;
  z-index: 2;
}
.ekit-wid-con .elementskit-infobox .border-divider {
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.ekit-wid-con .elementskit-infobox .link-btn {
  font-size: 13px;
}
.ekit-wid-con .elementskit-infobox .icon-hover {
  position: absolute;
  bottom: -50px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.ekit-wid-con .elementskit-infobox .icon-hover i {
  font-size: 100px;
}
.ekit-wid-con .elementskit-infobox .icon-hover svg {
  vertical-align: middle;
}
.ekit-wid-con .elementskit-infobox.gradient-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}
.ekit-wid-con .elementskit-infobox.gradient-active:hover::before {
  left: 0;
}
.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_top::before {
  left: 0;
  top: -100%;
}
.ekit-wid-con
  .elementskit-infobox.gradient-active.hover_from_top:hover::before {
  top: 0;
}
.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_right::before {
  left: 100%;
}
.ekit-wid-con
  .elementskit-infobox.gradient-active.hover_from_right:hover::before {
  left: 0;
}
.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_bottom::before {
  left: 0;
  top: 100%;
}
.ekit-wid-con
  .elementskit-infobox.gradient-active.hover_from_bottom:hover::before {
  top: 0;
}
.ekit-wid-con .elementskit-infobox.image-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  background-size: 101% 101%;
}
.ekit-wid-con .elementskit-infobox.image-active .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ekit-wid-con .elementskit-infobox.image-active .image-hover > img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-infobox:hover
  .box-footer.enable_hover_btn
  .elementskit-btn {
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
  padding: 15px;
}
.ekit-wid-con .elementkit-infobox-icon.framed {
  border: 2px solid red;
  padding: 10px;
}
.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
  padding: 15px 30px;
}
.ekit-wid-con .elementkit-infobox-icon.framed.round {
  border-radius: 100%;
}
.ekit-wid-con .elementskit-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ekit-wid-con .infobox-ovelry {
  position: relative;
}
.ekit-wid-con .infobox-ovelry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2575fc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.ekit-wid-con .elementskit-info-box-title {
  font-size: 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
}
.ekit-wid-con .elementskit-info-box-title svg {
  max-width: 26px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-infobox {
  position: relative;
}
.ekit-wid-con .ekit_global_link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
}
.ekit-wid-con .ekit-badge {
  background-color: #ff057c;
  font-size: 0.70588rem;
  color: #fff;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 0.29412rem 0 0.29412rem 0;
  display: inline-block;
}
.ekit-wid-con .ekit-icon-box-badge {
  position: absolute;
  line-height: 1;
  z-index: 2;
}
.ekit-wid-con .ekit_position_top_left {
  top: 0;
  left: 0;
}
.ekit-wid-con .ekit_position_top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ekit-wid-con .ekit_position_top_right {
  top: 0;
  right: 0;
}
.ekit-wid-con .ekit_position_center_left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.ekit-wid-con .ekit_position_center_right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.ekit-wid-con .ekit_position_bottom_left {
  bottom: 0;
  left: 0;
}
.ekit-wid-con .ekit_position_bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ekit-wid-con .ekit_position_bottom_right {
  bottom: 0;
  right: 0;
}
.ekit-wid-con .profile-card,
body .profile-card {
  background-color: #fff;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  padding: 40px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.ekit-wid-con .profile-card.text-center .profile-header,
body .profile-card.text-center .profile-header {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .profile-card:hover,
body .profile-card:hover {
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
}
.ekit-wid-con .profile-card:hover .profile-body .profile-title,
body .profile-card:hover .profile-body .profile-title {
  color: #2575fc;
}
.ekit-wid-con .profile-icon,
body .profile-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 0;
}
.ekit-wid-con .profile-icon[class*="icon-align-"],
body .profile-icon[class*="icon-align-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .profile-icon.icon-align-start,
body .profile-icon.icon-align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ekit-wid-con .profile-icon.icon-align-center,
body .profile-icon.icon-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit-wid-con .profile-icon.icon-align-end,
body .profile-icon.icon-align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ekit-wid-con .profile-icon svg,
body .profile-icon svg {
  max-width: 60px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .profile-icon > i,
body .profile-icon > i {
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #fc0467;
  border-radius: 50%;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .profile-body,
body .profile-body {
  padding-bottom: 20px;
}
.ekit-wid-con .profile-body .profile-title,
body .profile-body .profile-title {
  font-size: 22px;
  color: #000;
  margin: 0;
}
.ekit-wid-con .profile-body .profile-title > a,
body .profile-body .profile-title > a {
  color: inherit;
}
.ekit-wid-con .profile-body .profile-designation,
body .profile-body .profile-designation {
  color: rgb(0 0 0 / 0.5);
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 15px;
}
.ekit-wid-con .profile-header,
body .profile-header {
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.ekit-wid-con .profile-header > img,
body .profile-header > img {
  width: 160px;
  height: 160px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .profile-image-card,
body .profile-image-card {
  position: relative;
  overflow: hidden;
}
.ekit-wid-con .profile-image-card::before,
body .profile-image-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.ekit-wid-con .profile-image-card .hover-area,
body .profile-image-card .hover-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ekit-wid-con .profile-image-card .hover-area .profile-title,
body .profile-image-card .hover-area .profile-title {
  color: #fff;
}
.ekit-wid-con .profile-image-card .hover-area .profile-designation,
body .profile-image-card .hover-area .profile-designation {
  color: #fff;
}
.ekit-wid-con .profile-image-card .hover-area .profile-content,
body .profile-image-card .hover-area .profile-content {
  color: #fff;
}
.ekit-wid-con .profile-image-card:hover .hover-area,
body .profile-image-card:hover .hover-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.ekit-wid-con .profile-image-card:hover::before,
body .profile-image-card:hover::before {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ekit-wid-con .image-card-v2 .profile-image-card::before,
body .image-card-v2 .profile-image-card::before {
  background-color: #123075;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.ekit-wid-con .image-card-v2 .profile-image-card:hover::before,
body .image-card-v2 .profile-image-card:hover::before {
  opacity: 0.93;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ekit-wid-con .image-card-v2 .profile-image-card .hover-area,
body .image-card-v2 .profile-image-card .hover-area {
  padding-left: 50px;
  padding-right: 50px;
}
.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .border-hr,
body .image-card-v2 .profile-image-card .profile-body .border-hr {
  background-color: rgb(255 255 255 / 0.6);
  margin-bottom: 25px;
}
.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .profile-content,
body .image-card-v2 .profile-image-card .profile-body .profile-content {
  color: #fff;
}
.ekit-wid-con .image-card-v2.style-circle .profile-image-card::before,
body .image-card-v2.style-circle .profile-image-card::before {
  border-radius: inherit;
}
.ekit-wid-con .image-card-v2.style-circle .profile-image-card::after,
body .image-card-v2.style-circle .profile-image-card::after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
.ekit-wid-con .image-card-v2.style-circle .profile-image-card > img,
body .image-card-v2.style-circle .profile-image-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ekit-wid-con .image-card-v3 .profile-image-card::before,
body .image-card-v3 .profile-image-card::before {
  display: none;
}
.ekit-wid-con .image-card-v3 .profile-image-card::after,
body .image-card-v3 .profile-image-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.ekit-wid-con .image-card-v3 .profile-image-card .hover-area,
body .image-card-v3 .profile-image-card .hover-area {
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.ekit-wid-con .image-card-v3 .profile-image-card:hover .hover-area,
body .image-card-v3 .profile-image-card:hover .hover-area {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.ekit-wid-con .image-card-v3 .profile-image-card:hover::after,
body .image-card-v3 .profile-image-card:hover::after {
  opacity: 0.8;
}
.ekit-wid-con .image-card-v3.tiny-gutters,
body .image-card-v3.tiny-gutters {
  margin-left: -3px;
  margin-right: -3px;
}
.ekit-wid-con .image-card-v3.tiny-gutters > [class^="col-"],
body .image-card-v3.tiny-gutters > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.ekit-wid-con .profile-square-v .profile-card,
body .profile-square-v .profile-card {
  padding: 20px 20px 40px;
  z-index: 1;
}
.ekit-wid-con .profile-square-v .profile-card::before,
body .profile-square-v .profile-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #123075;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  background-size: 101% 102%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .profile-square-v .profile-card .profile-header,
body .profile-square-v .profile-card .profile-header {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.ekit-wid-con .profile-square-v .profile-card .profile-content,
body .profile-square-v .profile-card .profile-content {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .profile-square-v .profile-card:hover::before,
body .profile-square-v .profile-card:hover::before {
  opacity: 1;
}
.ekit-wid-con
  .profile-square-v
  .profile-card:hover
  .profile-body
  .profile-designation,
.ekit-wid-con
  .profile-square-v
  .profile-card:hover
  .profile-body
  .profile-title,
body .profile-square-v .profile-card:hover .profile-body .profile-designation,
body .profile-square-v .profile-card:hover .profile-body .profile-title {
  color: #fff;
}
.ekit-wid-con .profile-square-v .profile-card:hover .profile-content,
body .profile-square-v .profile-card:hover .profile-content {
  color: #fff;
}
.ekit-wid-con .profile-square-v.square-v2 .profile-card::before,
body .profile-square-v.square-v2 .profile-card::before {
  display: none;
}
.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover,
body .profile-square-v.square-v2 .profile-card:hover {
  background-color: #fff;
}
.ekit-wid-con
  .profile-square-v.square-v2
  .profile-card:hover
  .profile-body
  .profile-title,
body
  .profile-square-v.square-v2
  .profile-card:hover
  .profile-body
  .profile-title {
  color: #2575fc;
}
.ekit-wid-con
  .profile-square-v.square-v2
  .profile-card:hover
  .profile-body
  .profile-designation,
body
  .profile-square-v.square-v2
  .profile-card:hover
  .profile-body
  .profile-designation {
  color: #656565;
}
.ekit-wid-con .profile-square-v.square-v3 .profile-card:hover,
body .profile-square-v.square-v3 .profile-card:hover {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card,
body .profile-square-v.square-v4 .profile-card {
  max-height: 380px;
  overflow: hidden;
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card::before,
body .profile-square-v.square-v4 .profile-card::before {
  display: none;
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header,
body .profile-square-v.square-v4 .profile-card .profile-header {
  margin-bottom: 0;
  max-width: 255px;
  max-height: 255px;
}
.ekit-wid-con
  .profile-square-v.square-v4
  .profile-card.text-left
  .profile-header
  img,
body .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ekit-wid-con
  .profile-square-v.square-v4
  .profile-card.text-right
  .profile-header
  img,
body .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body,
body .profile-square-v.square-v4 .profile-card .profile-body {
  margin-bottom: 0;
  padding: 35px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body::before,
body .profile-square-v.square-v4 .profile-card .profile-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #123075;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  background-size: 101% 102%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con
  .profile-square-v.square-v4
  .profile-card
  .profile-body
  .ekit-team-social-list,
body
  .profile-square-v.square-v4
  .profile-card
  .profile-body
  .ekit-team-social-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover,
body .profile-square-v.square-v4 .profile-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body,
body .profile-square-v.square-v4 .profile-card:hover .profile-body {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ekit-wid-con
  .profile-square-v.square-v4
  .profile-card:hover
  .profile-body::before,
body .profile-square-v.square-v4 .profile-card:hover .profile-body::before {
  opacity: 1;
}
.ekit-wid-con
  .profile-square-v.square-v4
  .profile-card:hover
  .profile-body
  .ekit-team-social-list,
body
  .profile-square-v.square-v4
  .profile-card:hover
  .profile-body
  .ekit-team-social-list {
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con .profile-square-v.square-v5 .profile-card,
body .profile-square-v.square-v5 .profile-card {
  padding-bottom: 50px;
}
.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body,
.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-header,
body .profile-square-v.square-v5 .profile-card .profile-body,
body .profile-square-v.square-v5 .profile-card .profile-header {
  padding-bottom: 0;
}
.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body,
body .profile-square-v.square-v5 .profile-card .profile-body {
  padding: 32px 60px;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card,
body .profile-square-v.square-v6 .profile-card {
  padding-bottom: 35px;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card::after,
body .profile-square-v.square-v6 .profile-card::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #2965f1;
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body,
.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-header,
body .profile-square-v.square-v6 .profile-card .profile-body,
body .profile-square-v.square-v6 .profile-card .profile-header {
  margin-bottom: 0;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body,
body .profile-square-v.square-v6 .profile-card .profile-body {
  padding: 40px;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover,
body .profile-square-v.square-v6 .profile-card:hover {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover::after,
body .profile-square-v.square-v6 .profile-card:hover::after {
  opacity: 1;
}
.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::after,
body .profile-square-v.square-v6.square-v6-v2 .profile-card::after {
  display: none;
}
.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::before,
body .profile-square-v.square-v6.square-v6-v2 .profile-card::before {
  opacity: 0;
  background-size: 101% 101%;
}
.ekit-wid-con
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover::before,
body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
  opacity: 1;
}
.ekit-wid-con
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-title,
body
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-title {
  color: #fff;
}
.ekit-wid-con
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-content,
.ekit-wid-con
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-designation,
body
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-content,
body
  .profile-square-v.square-v6.square-v6-v2
  .profile-card:hover
  .profile-body
  .profile-designation {
  color: #fff;
}
.ekit-wid-con .profile-info-text,
body .profile-info-text {
  padding-right: 30px;
}
.ekit-wid-con .profile-info-text .info-title,
body .profile-info-text .info-title {
  font-size: 48px;
  margin-bottom: 23px;
}
.ekit-wid-con .profile-info-text p,
body .profile-info-text p {
  margin-bottom: 37px;
}
.ekit-wid-con .small-gutters .profile-card,
body .small-gutters .profile-card {
  padding: 10px 10px 40px;
}
.ekit-wid-con .no_gutters .profile-card,
body .no_gutters .profile-card {
  padding: 0;
}
.ekit-wid-con .style-circle .profile-image-card,
body .style-circle .profile-image-card {
  width: 255px;
  height: 255px;
  border-radius: 50%;
}
.ekit-wid-con .style-circle .profile-image-card.text-center,
body .style-circle .profile-image-card.text-center {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .text-center .profile-header,
body .text-center .profile-header {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .popup-modal,
body .popup-modal {
  display: inline-block;
}
.ekit-wid-con .elementskit-portfolio-thumb img,
body .elementskit-portfolio-thumb img {
  width: 100%;
}
.ekit-wid-con .ekit-team-style-default::before,
body .ekit-team-style-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.ekit-wid-con .ekit-team-style-default:hover::before,
body .ekit-team-style-default:hover::before {
  opacity: 1;
}
.ekit-wid-con .ekit-team-style-long_height_hover > img,
.ekit-wid-con .ekit-team-style-overlay > img,
.ekit-wid-con .ekit-team-style-overlay_details > img,
body .ekit-team-style-long_height_hover > img,
body .ekit-team-style-overlay > img,
body .ekit-team-style-overlay_details > img {
  display: block;
}
.ekit-wid-con .ekit-team-style-long_height_details,
body .ekit-team-style-long_height_details {
  overflow: hidden;
}
.ekit-wid-con .ekit-team-style-hover_info .ekit-team-img,
body .ekit-team-style-hover_info .ekit-team-img {
  padding-top: 0 !important;
}
.ekit-wid-con .ekit-team-style-centered_style_details .profile-designation,
.ekit-wid-con .ekit-team-style-long_height_details .profile-designation,
.ekit-wid-con .ekit-team-style-long_height_details_hover .profile-designation,
body .ekit-team-style-centered_style_details .profile-designation,
body .ekit-team-style-long_height_details .profile-designation,
body .ekit-team-style-long_height_details_hover .profile-designation {
  margin-bottom: 30px;
}
.ekit-wid-con .ekit-team-style-hover_info .profile-designation,
body .ekit-team-style-hover_info .profile-designation {
  margin-bottom: 25px;
}
.ekit-wid-con .ekit-team-style-overlay_circle_hover .profile-designation,
.ekit-wid-con .ekit-team-style-overlay_details .profile-designation,
body .ekit-team-style-overlay_circle_hover .profile-designation,
body .ekit-team-style-overlay_details .profile-designation {
  margin-bottom: 12px;
}
.ekit-wid-con .ekit-team-img > img,
body .ekit-team-img > img {
  margin-left: auto;
  margin-right: auto;
  border-radius: inherit;
}
.ekit-wid-con .ekit-team-img.profile-header > img,
body .ekit-team-img.profile-header > img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ekit-wid-con .ekit-team-img.profile-image-card > img,
body .ekit-team-img.profile-image-card > img {
  width: 100%;
}
.ekit-wid-con .ekit-team-modal.mfp-bg,
body .ekit-team-modal.mfp-bg {
  border-radius: 0;
  -webkit-animation: none;
  animation: none;
}
.ekit-wid-con .ekit-team-modal.mfp-wrap::before,
body .ekit-team-modal.mfp-wrap::before {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.ekit-wid-con .ekit-team-modal.mfp-wrap.mfp-ready::before,
body .ekit-team-modal.mfp-wrap.mfp-ready::before {
  opacity: 1;
}
.ekit-wid-con .ekit-team-modal.mfp-wrap.ekit-promo-popup::before,
body .ekit-team-modal.mfp-wrap.ekit-promo-popup::before {
  background-color: #555;
  border-radius: 0;
  -webkit-animation: none;
  animation: none;
}
.ekit-wid-con .ekit-team-modal.mfp-wrap > .mfp-container,
body .ekit-team-modal.mfp-wrap > .mfp-container {
  padding: 60px 15px;
  overflow: auto;
}
.ekit-wid-con .ekit-team-modal-close,
body .ekit-team-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #656565;
  background-color: #fff0;
  border-width: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  outline: 0;
  z-index: 1;
}
.ekit-wid-con .ekit-team-modal-title,
body .ekit-team-modal-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #000;
  font-size: 22px;
}
.ekit-wid-con .ekit-team-modal-position,
body .ekit-team-modal-position {
  margin-bottom: 35px;
  color: rgb(0 0 0 / 0.5);
  font-size: 13px;
}
.ekit-wid-con .ekit-team-modal-img,
body .ekit-team-modal-img {
  width: 100%;
  margin-bottom: 30px;
}
.ekit-wid-con .ekit-team-modal-img > img,
body .ekit-team-modal-img > img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
}
@media screen and (min-width: 481px) {
  .ekit-wid-con .ekit-team-modal-img,
  body .ekit-team-modal-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 0;
  }
}
.ekit-wid-con .ekit-team-modal-info,
body .ekit-team-modal-info {
  width: 100%;
}
.ekit-wid-con .ekit-team-modal-info .ekit-team-social-list > li > a,
body .ekit-team-modal-info .ekit-team-social-list > li > a {
  line-height: 32px;
  -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.1);
}
.ekit-wid-con .ekit-team-modal-info .ekit-team-social-list > li > a svg,
body .ekit-team-modal-info .ekit-team-social-list > li > a svg {
  max-width: 12px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 481px) {
  .ekit-wid-con .ekit-team-modal-info.has-img,
  body .ekit-team-modal-info.has-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .ekit-wid-con .ekit-team-modal-info.has-img,
  body .ekit-team-modal-info.has-img {
    padding-left: 50px;
  }
}
.ekit-wid-con .ekit-team-modal-content,
body .ekit-team-modal-content {
  margin-bottom: 22px;
}
.ekit-wid-con .ekit-team-modal-content p:not(:last-child),
body .ekit-team-modal-content p:not(:last-child) {
  margin-bottom: 10px;
}
.ekit-wid-con .ekit-team-modal-list,
body .ekit-team-modal-list {
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
  color: #656565;
  font-size: 15px;
}
.ekit-wid-con .ekit-team-modal-list > li,
body .ekit-team-modal-list > li {
  padding: 19px 0;
  border-top: 1px solid rgb(0 0 0 / 0.05);
}
.ekit-wid-con .ekit-team-modal-list > li:last-child,
body .ekit-team-modal-list > li:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 0.05);
}
.ekit-wid-con .ekit-team-modal-list strong,
body .ekit-team-modal-list strong {
  font-weight: 600;
  padding-right: 18px;
}
.ekit-wid-con .ekit-team-modal-list a,
body .ekit-team-modal-list a {
  color: inherit;
}
.ekit-wid-con .ekit-team-modal-list a:hover,
body .ekit-team-modal-list a:hover {
  color: #2575fc;
}
.ekit-wid-con .ekit-team-popup,
body .ekit-team-popup {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ekit-wid-con
  .ekit-promo-popup.my-mfp-slide-bottom
  .zoom-anim-dialog.elementskit-team-popup,
body
  .ekit-promo-popup.my-mfp-slide-bottom
  .zoom-anim-dialog.elementskit-team-popup {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.ekit-wid-con
  .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready
  .zoom-anim-dialog.elementskit-team-popup,
body
  .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready
  .zoom-anim-dialog.elementskit-team-popup {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.ekit-wid-con .elementskit-team-popup .modal-content,
body .elementskit-team-popup .modal-content {
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.ekit-wid-con .elementskit-team-popup .modal-body,
body .elementskit-team-popup .modal-body {
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ekit-wid-con .modal-header .mfp-close,
body .modal-header .mfp-close {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
}
.ekit-wid-con .ekit-promo-popup > .mfp-container,
body .ekit-promo-popup > .mfp-container {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .ekit-promo-popup > .mfp-container > .mfp-content,
body .ekit-promo-popup > .mfp-container > .mfp-content {
  max-width: 920px;
}
.ekit-wid-con .ekit-team-social-list,
body .ekit-team-social-list {
  list-style: none;
}
.ekit-wid-con .ekit-team-social-list > li,
body .ekit-team-social-list > li {
  display: inline-block;
}
.ekit-wid-con .ekit-team-social-list > li:not(:last-child),
body .ekit-team-social-list > li:not(:last-child) {
  margin-right: 10px;
}
.ekit-wid-con .ekit-team-social-list > li > a,
body .ekit-team-social-list > li > a {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ekit-wid-con .ekit-team-social-list > li > a:hover,
body .ekit-team-social-list > li > a:hover {
  background-color: rgb(0 0 0 / 0.8);
  border-radius: 50%;
}
.ekit-wid-con .ekit-team-social-list > li > a:hover > i::before,
body .ekit-team-social-list > li > a:hover > i::before {
  -webkit-animation: iconTranslateY 0.4s forwards;
  animation: iconTranslateY 0.4s forwards;
}
.ekit-wid-con .ekit-team-social-list > li > a:hover > svg,
body .ekit-team-social-list > li > a:hover > svg {
  -webkit-animation: iconTranslateY 0.4s forwards;
  animation: iconTranslateY 0.4s forwards;
}
.ekit-wid-con .ekit-team-social-list > li > a svg,
body .ekit-team-social-list > li > a svg {
  max-width: 12px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-team-social-list > li > a > i,
body .ekit-team-social-list > li > a > i {
  overflow: hidden;
}
.ekit-wid-con .ekit-team-social-list > li > a > i::before,
body .ekit-team-social-list > li > a > i::before {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .ekit-team-img-block > img,
body .ekit-team-img-block > img {
  display: block;
}
.ekit-wid-con .ekit-team-img-fit > .profile-image-card > img,
body .ekit-team-img-fit > .profile-image-card > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body .elementskit-team-popup svg {
  width: 1rem;
  height: 1rem;
}
.ekit-wid-con .elementskit-blog-block-post {
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
  border-radius: 10px;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
  border-radius: 10px;
  margin-right: 20px;
}
.ekit-wid-con .elementskit-blog-block-post .entry-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
.ekit-wid-con .elementskit-blog-block-post .entry-title a {
  color: #000;
}
.ekit-wid-con .elementskit-blog-block-post .entry-title a:hover {
  opacity: 0.8;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
  display: block;
  -webkit-box-shadow: 29.698px 29.698px 60px 0 rgb(0 0 0 / 0.2);
  box-shadow: 29.698px 29.698px 60px 0 rgb(0 0 0 / 0.2);
  width: 100%;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb > img {
  display: block;
  width: 100%;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.ekit-wid-con .elementskit-blog-block-post .post-meta-list {
  margin-bottom: 15px;
}
.ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-cat,
.ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-date {
  margin-right: 40px;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-post-footer > p {
  color: #8d8d8d;
  margin-bottom: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-blog-block-post:hover
  .elementskit-entry-thumb
  > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
.ekit-wid-con .post-meta-list svg {
  vertical-align: middle;
}
.ekit-wid-con .elementskit-post-card {
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #123075;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
  padding: 60px 40px;
  border-radius: 6px;
}
.ekit-wid-con .elementskit-post-card .elementskit-post-body {
  color: #a6aabb;
}
.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
  color: #fff;
}
.ekit-wid-con .elementskit-post-card .post-author .author-name {
  color: inherit;
}
.ekit-wid-con .elementskit-post-card .elementskit-border-hr {
  background-color: #8692af;
}
.ekit-wid-con .elementskit-post-card .elementskit-entry-header .post-meta-list {
  margin-bottom: 17px;
}
.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title {
  font-size: 18px;
  line-height: 1.333;
}
.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
  color: #000;
}
.ekit-wid-con
  .elementskit-post-card
  .elementskit-entry-header
  .entry-title
  a:hover {
  opacity: 0.9;
}
.ekit-wid-con
  .elementskit-post-card
  .elementskit-entry-header
  .elementskit-border-hr {
  margin-top: 25px;
  margin-bottom: 22px;
}
.ekit-wid-con .elementskit-post-card .elementskit-post-body {
  color: #8d8d8d;
}
.ekit-wid-con .elementskit-post-card .elementskit-post-body p {
  margin-bottom: 35px;
}
.ekit-wid-con .elementskit-post-image-card {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  border-radius: 10px;
  background: #123075;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.1);
}
.ekit-wid-con
  .elementskit-post-image-card:hover
  .elementskit-entry-thumb
  > img {
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}
.ekit-wid-con
  .elementskit-post-image-card:hover
  .post-author
  .author-img
  > img {
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.3);
  box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 0.3);
}
.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
  padding: 20px 40px 40px;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-post-body > p {
  color: #fff;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb {
  border-radius: 10px;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header {
  position: relative;
}
.ekit-wid-con
  .elementskit-post-image-card
  .elementskit-entry-header
  .elementskit-entry-thumb {
  position: relative;
  padding: 20px;
  overflow: hidden;
  display: block;
}
.ekit-wid-con
  .elementskit-post-image-card
  .elementskit-entry-header
  .elementskit-entry-thumb.box-shadow {
  -webkit-box-shadow: -3.473px 19.696px 25px 0 rgb(0 0 0 / 0.2);
  box-shadow: -3.473px 19.696px 25px 0 rgb(0 0 0 / 0.2);
}
.ekit-wid-con
  .elementskit-post-image-card
  .elementskit-entry-header
  .elementskit-entry-thumb
  > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-post-footer {
  margin-top: 16px;
}
.ekit-wid-con
  .elementskit-post-image-card
  .elementskit-post-footer
  .btn-wraper {
  margin-top: 25px;
}
.ekit-wid-con .elementskit-post-image-card .entry-title a {
  color: #fff;
}
.ekit-wid-con .elementskit-post-image-card .post-meta-list {
  margin-bottom: 20px;
  color: rgb(255 255 255 / 0.5);
  fill: rgb(255 255 255 / 0.5);
}
.ekit-wid-con .elementskit-post-image-card .post-meta-list > span a {
  color: inherit;
  vertical-align: middle;
}
.ekit-wid-con
  .elementskit-post-image-card
  .post-meta-list
  > span
  .meta-date-text {
  vertical-align: middle;
}
.ekit-wid-con .elementskit-post-image-card .entry-title {
  font-size: 18px;
  margin-bottom: 28px;
}
.ekit-wid-con .elementskit-post-image-card .post-author .author-name {
  color: inherit;
}
.ekit-wid-con .elementskit-post-image-card.modern {
  margin-top: 40px;
}
.ekit-wid-con
  .elementskit-post-image-card.modern:hover
  .elementskit-entry-thumb
  > img {
  opacity: 1;
}
.ekit-wid-con
  .elementskit-post-image-card.modern
  .elementskit-entry-header
  .elementskit-entry-thumb {
  margin-top: -60px;
}
.ekit-wid-con .blog-block-post[class*="gradient-"] {
  background: #123075;
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .entry-title a {
  color: #fff;
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .post-meta-list {
  color: rgb(255 255 255 / 0.5);
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .post-meta-list > span a {
  vertical-align: middle;
  color: inherit;
}
.ekit-wid-con
  .blog-block-post[class*="gradient-"]
  .elementskit-post-footer
  > p {
  color: rgb(255 255 255 / 0.5);
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .post-author .author-name {
  color: inherit;
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .first-letter::first-letter {
  border-bottom-color: #102966;
}
.ekit-wid-con .blog-block-post[class*="gradient-"] .elementskit-border-hr {
  background-color: #8692af;
}
.ekit-wid-con .gradient-bg-2 {
  background: #fa2b56;
}
.ekit-wid-con .post-meta-list {
  color: #a3a3a3;
}
.ekit-wid-con .post-meta-list > span {
  display: inline-block;
}
.ekit-wid-con .post-meta-list > span a {
  color: inherit;
  vertical-align: middle;
}
.ekit-wid-con .post-meta-list > span i {
  padding-right: 5px;
}
.ekit-wid-con .post-meta-list > span:not(:last-child) {
  margin-right: 40px;
}
.ekit-wid-con .post-meta-list .meta-author,
.ekit-wid-con .post-meta-list .meta-date,
.ekit-wid-con .post-meta-list .post-cat,
.ekit-wid-con .post-meta-list .post-comment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.ekit-wid-con .meta-author .author-img {
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 4.95px 4.95px 15px 0 rgb(0 0 0 / 0.2);
  box-shadow: 4.95px 4.95px 15px 0 rgb(0 0 0 / 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.ekit-wid-con .meta-author .author-img img {
  max-width: 100%;
}
.ekit-wid-con .meta-author .author-name {
  color: inherit;
}
.ekit-wid-con .meta-author .author-name:hover {
  opacity: 0.8;
}
.ekit-wid-con .first-letter {
  display: inline-block;
}
.ekit-wid-con .first-letter::first-letter {
  border-bottom: 3px solid #e5e5e5;
}
.ekit-wid-con .elementskit-border-hr {
  height: 3px;
  width: 30px;
  display: block;
  background-color: #e5e5e5;
}
.ekit-wid-con .text-center .elementskit-border-hr {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .text-right .elementskit-border-hr {
  margin-left: auto;
}
.ekit-wid-con .elementskit-meta-lists {
  position: absolute;
  top: 83%;
  left: 30px;
}
.ekit-wid-con .elementskit-meta-lists > .elementskit-single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #fa2b56;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con
  .elementskit-meta-lists
  > .elementskit-single-meta:not(:last-child) {
  margin-right: 15px;
}
.ekit-wid-con .elementskit-meta-lists > .elementskit-single-meta strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px;
}
.ekit-wid-con
  .elementskit-meta-lists
  > .elementskit-single-meta
  .elementskit-meta-wraper {
  display: block;
  margin: 10px 0;
  line-height: 1;
  width: 100%;
}
.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag {
  top: auto;
  left: 10px;
  bottom: 30px;
}
.ekit-wid-con
  .elementskit-meta-lists.elementskit-style-tag
  > .elementskit-single-meta {
  width: auto;
  height: auto;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 12px;
  position: relative;
}
.ekit-wid-con
  .elementskit-meta-lists.elementskit-style-tag
  > .elementskit-single-meta::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  color: #912f3d;
  border-bottom: solid currentColor;
  border-top: solid #fff0;
  border-width: 5px;
}
.ekit-wid-con
  .elementskit-meta-lists.elementskit-style-tag
  > .elementskit-single-meta.triangle_right::before {
  border-right: solid #fff0;
  border-left: solid currentColor;
}
.ekit-wid-con
  .elementskit-meta-lists.elementskit-style-tag
  > .elementskit-single-meta.triangle_left::before {
  border-right: solid currentColor;
  border-left: solid #fff0;
}
.ekit-wid-con
  .elementskit-meta-lists.elementskit-style-tag
  > .elementskit-single-meta
  .elementskit-meta-wraper {
  margin: 7px 0;
}
.ekit-wid-con .elementskit-entry-thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.ekit-wid-con .elementskit-entry-thumb > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-entry-header {
  position: relative;
}
.ekit-wid-con .elementskit-post-body.ekit-highlight-border {
  position: relative;
}
.ekit-wid-con .elementskit-post-body.ekit-highlight-border::before {
  content: "";
  height: 20px;
  width: 2px;
  background: #ff712b;
  position: absolute;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.ekit-wid-con .post-meta-list > span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  line-height: 1;
}
.ekit-wid-con .post-meta-list > span > i {
  display: inline-block;
}
.ekit-wid-con .meta-author .author-img > img {
  margin: 0;
}
.ekit-wid-con .elementskit-post-body {
  position: relative;
}
.ekit-wid-con .elementskit-post-body > p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-post-body > p:empty {
  display: none;
}
.ekit-wid-con .elementskit-meta-categories {
  position: absolute;
  top: 15px;
  left: 18px;
}
.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper {
  display: block;
}
.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span {
  background: #08f;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
}
.ekit-wid-con
  .elementskit-meta-categories
  .elementskit-meta-wraper
  span:not(:last-child) {
  margin-right: 5px;
}
.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span > a {
  color: #fff;
  white-space: nowrap;
}
.ekit-wid-con .elementskit-image-accordion-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 366px;
  position: relative;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 460px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    color-stop(60%, #fff0)
  );
  background: linear-gradient(0deg, #000 0, #fff0 60%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-accordion-content {
  width: 100%;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-accordion-title {
  color: #fff;
  margin-bottom: 0;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-accordion-title-wraper {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-btn-wraper {
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-icon-wraper {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -100px;
  opacity: 0;
  visibility: hidden;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-icon-wraper
  .icon-outline {
  color: #fff;
}
.ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion
  .elementskit-icon-wraper
  svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle;
}
.ekit-image-accordion-click
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.ekit-image-accordion-click
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label::before,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label::before,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion:hover::before {
  top: 0;
  opacity: 1;
}
.ekit-image-accordion-click
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-accordion-title-wraper,
.ekit-image-accordion-click
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-btn-wraper,
.ekit-image-accordion-click
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-icon-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-accordion-title-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-btn-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion--input:checked
  + label
  .elementskit-icon-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion:hover
  .elementskit-accordion-title-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion:hover
  .elementskit-btn-wraper,
.ekit-image-accordion-hover
  .ekit-wid-con
  .elementskit-image-accordion-wraper
  .elementskit-single-image-accordion:hover
  .elementskit-icon-wraper {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con .ekit-image-accordion-actions {
  display: block;
}
.ekit-wid-con .ekit-image-accordion-actions > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ekit-wid-con .ekit-image-accordion-actions > a > svg {
  width: 100%;
}
.ekit-wid-con .elementskit-accordion-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
  line-height: 1;
}
.ekit-wid-con .elementskit-accordion-title svg {
  max-width: 28px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-accordion-title.icon-title {
  font-size: 28px;
  display: inline-block;
}
.ekit-wid-con .elementskit-accordion-title.icon-title > i {
  position: relative;
  top: 3px;
  display: inline-block;
}
.ekit-wid-con .elementskit-accordion-title.icon-title .icon-right {
  padding-left: 15px;
}
.ekit-wid-con .elementskit-accordion-title.icon-title .icon-left {
  padding-right: 15px;
}
.ekit-wid-con .icon-outline {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #000;
  text-align: center;
  border: 1px solid currentColor;
}
.ekit-wid-con .icon-outline.circle {
  border-radius: 50%;
}
.ekit-image-accordion--btn {
  font-weight: 400;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button {
  color: rgb(237 237 237 / 0.9);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg {
  fill: rgb(237 237 237 / 0.9);
  height: 1em;
  width: 1em;
}
.ekit-wid-con
  .elementskit-clients-slider
  .elementskit-client-slider-item.log-separator {
  position: relative;
}
.ekit-wid-con
  .elementskit-clients-slider
  .elementskit-client-slider-item.log-separator::after {
  content: "";
  background: #e7e7e7;
  position: absolute;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ekit-wid-con
  .elementskit-clients-slider
  .swiper-navigation-button.swiper-button-next {
  left: inherit;
}
.ekit-wid-con
  .elementskit-clients-slider
  .hover-bg-gradient
  .single-client::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f2709c;
  background: linear-gradient(315deg, #f2709c 0, #fe8f75 60%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.ekit-wid-con .elementskit-clients-slider .single-client {
  min-height: 170px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 15px 0 rgb(0 0 0 / 0.1);
  box-shadow: 5px 10px 15px 0 rgb(0 0 0 / 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-clients-slider .single-client img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-clients-slider .single-client .content-image {
  display: block;
}
.ekit-wid-con
  .elementskit-clients-slider
  .single-client
  .content-image
  > .hover-image {
  display: none;
}
.ekit-wid-con
  .elementskit-clients-slider
  .single-client.image-switcher
  .content-image
  > .hover-image {
  display: block;
}
.ekit-wid-con .elementskit-clients-slider .single-client:hover {
  z-index: 6;
}
.ekit-wid-con .elementskit-clients-slider .single-client:hover::before {
  opacity: 1;
  top: 0;
}
.ekit-wid-con .elementskit-clients-slider .client-slider-item {
  position: relative;
}
.ekit-wid-con
  .elementskit-clients-slider.simple_logo_image
  .single-client::before {
  display: none;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image
  .single-client::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2709c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image
  .single-client:hover::before {
  opacity: 1;
  top: 0;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_top
  .single-client::before {
  top: -100%;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_top
  .single-client:hover::before {
  top: 0;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_left
  .single-client::before {
  top: 0;
  left: -100%;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_left
  .single-client:hover::before {
  left: 0;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_right
  .single-client::before {
  top: 0;
  left: 100%;
}
.ekit-wid-con
  .elementskit-clients-slider.banner_logo_image.hover_from_right
  .single-client:hover::before {
  left: 0;
}
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next,
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev {
  z-index: 1;
}
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next::before,
.ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev::before {
  color: #000;
}
.ekit-wid-con .elementskit-clients-sliderX .swiper-navigation-button {
  position: absolute;
  border: 0;
  background: 0 0;
  z-index: 1;
  padding: 0;
  height: initial !important;
  width: initial !important;
  line-height: initial !important;
  font-size: 20px;
  color: #000;
  padding: 15px;
}
.ekit-wid-con
  .elementskit-clients-sliderX
  .swiper-navigation-button
  .swiper-button-next {
  left: 100%;
}
.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-prev {
  left: 15px;
}
.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-next {
  right: 15px;
  left: inherit;
}
.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-prev {
  left: -60px;
}
.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-next {
  right: -60px;
}
.ekit-wid-con .swiper-pagination {
  line-height: 1;
}
.ekit-wid-con .swiper-pagination span {
  background-color: #ededed;
  padding: 0;
}
.ekit-wid-con .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #62606b;
}
.ekit-wid-con .dot_dashed .swiper-pagination span,
.ekit-wid-con .dot_dotted .swiper-pagination span {
  background-color: #101010;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .dot_dashed
  .swiper-pagination
  span.swiper-pagination-bullet-active,
.ekit-wid-con
  .dot_dotted
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}
.ekit-wid-con
  .dot_dashed
  .swiper-pagination
  > span.swiper-pagination-bullet-active {
  width: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 4px;
}
.ekit-wid-con .dot_paginated .swiper-pagination {
  counter-reset: myCounter;
}
.ekit-wid-con .dot_paginated .swiper-pagination > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 3.536px 3.536px 10px 0 rgb(0 0 0 / 0.1);
  box-shadow: 3.536px 3.536px 10px 0 rgb(0 0 0 / 0.1);
  color: #565656;
  opacity: 1;
  font-weight: 700;
  border-radius: 50%;
}
.ekit-wid-con .dot_paginated .swiper-pagination > span::before {
  counter-increment: myCounter;
  content: counter(myCounter);
}
.ekit-wid-con
  .dot_paginated
  .swiper-pagination
  > span.swiper-pagination-bullet-active {
  background-color: #2575fc;
  color: #fff;
}
.ekit-wid-con .dot_paginated .swiper-pagination > span > button {
  display: none;
}
.ekit-wid-con
  .elementskit-clients-slider
  .swiper-container:not(.swiper-container-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
  margin-right: var(--ekit_client_logo_left_right_spacing, 15px);
}
.ekit-wid-con
  .elementskit-clients-slider
  .swiper:not(.swiper-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
  margin-right: var(--ekit_client_logo_left_right_spacing, 15px);
}
.ekit-wid-con .elementskit-info-image-box {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-info-image-box:hover
  .elementskit-box-content
  .elementskit-info-box-title {
  color: #2575fc;
}
.ekit-wid-con .elementskit-info-image-box:hover .elementskit-btn {
  background-color: #2575fc;
  border-color: #2575fc;
  color: #fff;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-header .box-thumb {
  display: block;
}
.ekit-wid-con
  .elementskit-info-image-box
  .elementskit-box-header
  .box-thumb
  > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-header a {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
  padding: 55px 40px;
}
.ekit-wid-con
  .elementskit-info-image-box
  .elementskit-box-content
  .elementskit-info-box-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  display: block;
  font-weight: 700;
}
.ekit-wid-con
  .elementskit-info-image-box
  .elementskit-box-content
  .elementskit-info-box-title
  > i {
  font-size: 22px;
  padding-right: 14px;
  position: relative;
  top: 2px;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-outline-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-footer {
  line-height: 1;
  margin-top: 20px;
}
.ekit-wid-con .elementskit-info-image-box.style-modern {
  overflow: visible;
}
.ekit-wid-con .elementskit-info-image-box.style-modern .elementskit-box-body {
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.9);
  width: calc(100% - 40px);
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom
  .elementskit-box-body {
  position: relative;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom
  .elementskit-box-body::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2575fc;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom:hover
  .elementskit-box-body::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom.hover_from_left
  .elementskit-box-body::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom.hover_from_left:hover
  .elementskit-box-body::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom.hover_from_center
  .elementskit-box-body::before {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ekit-wid-con
  .elementskit-info-image-box.hover-border-bottom.hover_from_center:hover
  .elementskit-box-body::before {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
  background-color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  border-radius: 10px;
  width: calc(100% - 40px);
  position: relative;
  padding: 30px 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body::after,
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 20px);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  border-radius: 10px;
  background-color: #fff;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body::after {
  bottom: -20px;
  width: calc(100% - 40px);
  z-index: -2;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body
  .elementskit-box-content
  .elementskit-box-style-content {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body
  .elementskit-info-box-title {
  font-size: 18px;
  font-weight: 700;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-body
  .elementskit-info-box-title
  > i {
  font-size: 26px;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style
  .elementskit-box-footer {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style:hover
  .elementskit-box-body {
  height: 185px;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style:hover
  .elementskit-box-body::after,
.ekit-wid-con
  .elementskit-info-image-box.floating-style:hover
  .elementskit-box-body::before {
  opacity: 1;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style:hover
  .elementskit-box-body
  .elementskit-box-content
  .elementskit-box-style-content {
  opacity: 1;
}
.ekit-wid-con
  .elementskit-info-image-box.floating-style:hover
  .elementskit-box-body
  .elementskit-box-footer {
  opacity: 1;
}
.ekit-wid-con .elementskit-info-image-box.style-sideline .elementskit-box-body {
  padding-left: 0;
  padding-right: 0;
}
.ekit-wid-con
  .elementskit-info-image-box.style-sideline
  .elementskit-box-body
  .elementskit-box-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body {
  position: relative;
}
.ekit-wid-con
  .elementskit-info-image-box.shadow-line
  .elementskit-box-body::after,
.ekit-wid-con
  .elementskit-info-image-box.shadow-line
  .elementskit-box-body::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  width: 10px;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
}
.ekit-wid-con
  .elementskit-info-image-box.shadow-line
  .elementskit-box-body::after {
  left: inherit;
  right: 0;
  height: calc(100% + 40px);
}
.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
  position: relative;
  overflow: hidden;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-box-content,
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(247 56 89 / 0.8);
  padding: 45px 40px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-info-box-title {
  color: #fff;
  margin-bottom: 0;
  display: block;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-info-box-title
  > i {
  font-size: inherit;
  padding-right: 10px;
  top: 0;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .border-separetor {
  background-color: #fff;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-hover-content {
  opacity: 0;
  bottom: -40%;
  visibility: hidden;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card
  .elementskit-hover-content
  p {
  margin-top: 10px;
  color: #fff;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card:hover
  .elementskit-info-box-title {
  color: #fff;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card:hover
  .elementskit-hover-content {
  opacity: 1;
  bottom: 0;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card:hover
  .elementskit-box-content {
  opacity: 0;
  bottom: -40%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card.color-1
  .elementskit-box-content,
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card.color-1
  .elementskit-hover-content {
  background-color: rgb(0 228 154 / 0.8);
}
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card.color-2
  .elementskit-box-content,
.ekit-wid-con
  .elementskit-info-image-box.elementskit-thumb-card.color-2
  .elementskit-hover-content {
  background-color: rgb(106 17 203 / 0.8);
}
.ekit-wid-con .elementskit-info-image-box.image-card-2 {
  position: relative;
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2.style-shadow
  .elementskit-box-body {
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07);
}
.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-body {
  padding: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2
  .elementskit-info-box-title {
  margin-bottom: 0;
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2
  .elementskit-info-box-title
  > i {
  font-size: inherit;
  padding-right: 10px;
  top: 0;
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2
  .elementskit-box-content
  > p {
  margin-top: 10px;
}
.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: -60px;
}
.ekit-wid-con .elementskit-info-image-box.image-card-2:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2:hover
  .elementskit-box-body {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.ekit-wid-con
  .elementskit-info-image-box.image-card-2:hover
  .elementskit-box-footer {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.ekit-wid-con .elementskit-info-image-box.parallax-card {
  overflow: initial;
}
.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .image-box-img-center img {
  margin: 0 auto;
}
.ekit-wid-con .image-box-img-left img {
  margin-right: auto;
}
.ekit-wid-con .image-box-img-right img {
  margin-left: auto;
}
.ekit-image-box.floating-style .ekit-image-box-body::after,
.ekit-image-box.floating-style .ekit-image-box-body::before {
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
}
.ekit-image-box.style-sideline .ekit-image-box-body-inner {
  padding-left: 40px;
  padding-right: 40px;
  border-style: solid;
  border-color: #2575fc;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ekit-image-box.style-sideline:not(.text-right) .ekit-image-box-body-inner {
  border-right-width: 0 !important;
}
.ekit-image-box.style-sideline.text-right .ekit-image-box-body-inner {
  border-left-width: 0 !important;
}
.ekit-equal-height-enable .ekit-wid-con .elementskit-info-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ekit-equal-height-enable .ekit-wid-con .ekit-image-box-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ekit-wid-con .skill-medium .skill-bar {
  height: 10px;
}
.ekit-wid-con .skill-medium.skill-radius .skill-bar,
.ekit-wid-con .skill-medium.skill-radius .skill-track {
  border-radius: 5px;
}
.ekit-wid-con .skill-big .skill-bar {
  height: 35px;
}
.ekit-wid-con .skill-big.skill-radius .skill-bar,
.ekit-wid-con .skill-big.skill-radius .skill-track {
  border-radius: 17.5px;
}
.ekit-wid-con .waypoint-tigger svg {
  width: 100%;
  height: auto;
}
.ekit-wid-con .single-skill-bar:not(:last-child) {
  margin-bottom: 25px;
}
.ekit-wid-con .single-skill-bar.color-1 .skill-bar .skill-track {
  background-color: #ff3984;
}
.ekit-wid-con .single-skill-bar.color-2 .skill-bar .skill-track {
  background-color: #cc24fc;
}
.ekit-wid-con .single-skill-bar.color-3 .skill-bar .skill-track {
  background-color: #00e49a;
}
.ekit-wid-con .single-skill-bar.color-4 .skill-bar .skill-track {
  background-color: #4285f4;
}
.ekit-wid-con .single-skill-bar.color-5 .skill-bar .skill-track {
  background-color: #7ed500;
}
.ekit-wid-con .single-skill-bar.color-6 .skill-bar .skill-track {
  background-color: #f96933;
}
.ekit-wid-con .single-skill-bar.color-7 .skill-bar .skill-track {
  background-color: #53f8a2;
}
.ekit-wid-con .single-skill-bar.color-8 .skill-bar .skill-track {
  background-color: #fe8f75;
}
.ekit-wid-con .single-skill-bar.color-9 .skill-bar .skill-track {
  background-color: #35ed7e;
}
.ekit-wid-con .single-skill-bar.color-10 .skill-bar .skill-track {
  background-color: #9460ff;
}
.ekit-wid-con .skill-bar {
  height: 3px;
  background-color: #f5f5f5;
}
.ekit-wid-con .skill-bar .skill-track {
  width: 0%;
  background-color: #333;
  display: block;
  height: 100%;
  overflow: visible !important;
  position: relative;
}
.ekit-wid-con .skill-bar .skill-track .number-percentage-wraper {
  position: absolute;
  right: 0;
  top: -33px;
  z-index: 1;
}
.ekit-wid-con .skill-bar .skill-track .fa,
.ekit-wid-con .skill-bar .skill-track .icon,
.ekit-wid-con .skill-bar .skill-track .skill-track-icon {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.ekit-wid-con .skill-bar .skill-track .fa + .number-percentage-wraper,
.ekit-wid-con .skill-bar .skill-track .icon + .number-percentage-wraper,
.ekit-wid-con
  .skill-bar
  .skill-track
  .skill-track-icon
  + .number-percentage-wraper {
  padding-right: 57px;
}
.ekit-wid-con .skill-bar .skill-track .fa svg,
.ekit-wid-con .skill-bar .skill-track .icon svg,
.ekit-wid-con .skill-bar .skill-track .skill-track-icon svg {
  max-width: 15px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .skill-bar-content {
  margin-bottom: 7px;
}
.ekit-wid-con .skill-bar-content .skill-title {
  font-weight: 700;
  color: #000;
}
.ekit-wid-con .number-percentage-wraper {
  color: #000;
}
.ekit-wid-con .number-percentage-wraper.style2 {
  font-size: 13px;
  font-weight: 700;
}
.ekit-wid-con .inner-content .single-skill-bar {
  position: relative;
}
.ekit-wid-con .inner-content .single-skill-bar .skill-bar-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  padding-left: 30px;
}
.ekit-wid-con .inner-content .single-skill-bar .skill-title {
  color: #fff;
}
.ekit-wid-con .inner-content .skill-track .number-percentage-wraper {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding-right: 30px;
}
.ekit-wid-con .inner-content .skill-track .fa,
.ekit-wid-con .inner-content .skill-track .icon {
  color: #fff;
}
.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar {
  height: 30px;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.25);
  border-radius: 15px;
}
.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar .skill-track {
  height: 10px;
  border-radius: 5px;
}
.ekit-wid-con
  .skilltrack-style2
  .single-skill-bar
  .skill-bar
  .skill-track
  .number-percentage-wraper {
  top: -39px;
}
.ekit-wid-con .tooltip-style .single-skill-bar .number-percentage-wraper {
  color: #fff;
  height: 30px;
  padding: 0 10px;
  z-index: 1;
  text-align: center;
  right: calc(0% - 22px);
  top: -34px;
}
.ekit-wid-con
  .tooltip-style
  .single-skill-bar
  .number-percentage-wraper
  .svg-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  fill: #333;
  height: 100%;
  width: 100%;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-1 .svg-content > svg {
  fill: #ff3984;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-2 .svg-content > svg {
  fill: #cc24fc;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-3 .svg-content > svg {
  fill: #00e49a;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-4 .svg-content > svg {
  fill: #4285f4;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-5 .svg-content > svg {
  fill: #7ed500;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-6 .svg-content > svg {
  fill: #f96933;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-7 .svg-content > svg {
  fill: #53f8a2;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-8 .svg-content > svg {
  fill: #fe8f75;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-9 .svg-content > svg {
  fill: #35ed7e;
}
.ekit-wid-con .tooltip-style .single-skill-bar.color-10 .svg-content > svg {
  fill: #9460ff;
}
.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  right: calc(0% - 15.5px);
  top: -39.9px;
}
.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 5px;
  background-color: #333;
}
.ekit-wid-con .pin-style .single-skill-bar.color-1 .number-percentage-wraper {
  background-color: #ff3984;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-1
  .number-percentage-wraper::before {
  background-color: #ff3984;
}
.ekit-wid-con .pin-style .single-skill-bar.color-2 .number-percentage-wraper {
  background-color: #cc24fc;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-2
  .number-percentage-wraper::before {
  background-color: #cc24fc;
}
.ekit-wid-con .pin-style .single-skill-bar.color-3 .number-percentage-wraper {
  background-color: #00e49a;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-3
  .number-percentage-wraper::before {
  background-color: #00e49a;
}
.ekit-wid-con .pin-style .single-skill-bar.color-4 .number-percentage-wraper {
  background-color: #4285f4;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-4
  .number-percentage-wraper::before {
  background-color: #4285f4;
}
.ekit-wid-con .pin-style .single-skill-bar.color-5 .number-percentage-wraper {
  background-color: #7ed500;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-5
  .number-percentage-wraper::before {
  background-color: #7ed500;
}
.ekit-wid-con .pin-style .single-skill-bar.color-6 .number-percentage-wraper {
  background-color: #f96933;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-6
  .number-percentage-wraper::before {
  background-color: #f96933;
}
.ekit-wid-con .pin-style .single-skill-bar.color-7 .number-percentage-wraper {
  background-color: #53f8a2;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-7
  .number-percentage-wraper::before {
  background-color: #53f8a2;
}
.ekit-wid-con .pin-style .single-skill-bar.color-8 .number-percentage-wraper {
  background-color: #fe8f75;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-8
  .number-percentage-wraper::before {
  background-color: #fe8f75;
}
.ekit-wid-con .pin-style .single-skill-bar.color-9 .number-percentage-wraper {
  background-color: #35ed7e;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-9
  .number-percentage-wraper::before {
  background-color: #35ed7e;
}
.ekit-wid-con .pin-style .single-skill-bar.color-10 .number-percentage-wraper {
  background-color: #9460ff;
}
.ekit-wid-con
  .pin-style
  .single-skill-bar.color-10
  .number-percentage-wraper::before {
  background-color: #9460ff;
}
.ekit-wid-con .tooltip-style2 .single-skill-bar .number-percentage-wraper {
  height: 22px;
  padding: 0 8px;
  background-color: #333;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  right: -20px;
  top: -31px;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar
  .number-percentage-wraper::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: inherit;
  z-index: -1;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-1
  .number-percentage-wraper {
  background-color: #ff3984;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-2
  .number-percentage-wraper {
  background-color: #cc24fc;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-3
  .number-percentage-wraper {
  background-color: #00e49a;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-4
  .number-percentage-wraper {
  background-color: #4285f4;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-5
  .number-percentage-wraper {
  background-color: #7ed500;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-6
  .number-percentage-wraper {
  background-color: #f96933;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-7
  .number-percentage-wraper {
  background-color: #53f8a2;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-8
  .number-percentage-wraper {
  background-color: #fe8f75;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-9
  .number-percentage-wraper {
  background-color: #35ed7e;
}
.ekit-wid-con
  .tooltip-style2
  .single-skill-bar.color-10
  .number-percentage-wraper {
  background-color: #9460ff;
}
.ekit-wid-con .tooltip-style3 .single-skill-bar .number-percentage-wraper {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  background-color: #333;
  text-align: center;
  padding: 0 11px;
  border-radius: 4.32px;
  border-bottom-right-radius: 0;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar
  .number-percentage-wraper::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -8px;
  color: #333;
  border-top: solid currentColor;
  border-right: solid currentColor;
  border-left: solid #fff0;
  border-bottom: solid #fff0;
  border-width: 4px;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-1
  .number-percentage-wraper {
  background-color: #ff3984;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-1
  .number-percentage-wraper::before {
  color: #ff3984;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-2
  .number-percentage-wraper {
  background-color: #cc24fc;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-2
  .number-percentage-wraper::before {
  color: #cc24fc;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-3
  .number-percentage-wraper {
  background-color: #00e49a;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-3
  .number-percentage-wraper::before {
  color: #00e49a;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-4
  .number-percentage-wraper {
  background-color: #4285f4;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-4
  .number-percentage-wraper::before {
  color: #4285f4;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-5
  .number-percentage-wraper {
  background-color: #7ed500;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-5
  .number-percentage-wraper::before {
  color: #7ed500;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-6
  .number-percentage-wraper {
  background-color: #f96933;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-6
  .number-percentage-wraper::before {
  color: #f96933;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-7
  .number-percentage-wraper {
  background-color: #53f8a2;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-7
  .number-percentage-wraper::before {
  color: #53f8a2;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-8
  .number-percentage-wraper {
  background-color: #fe8f75;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-8
  .number-percentage-wraper::before {
  color: #fe8f75;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-9
  .number-percentage-wraper {
  background-color: #35ed7e;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-9
  .number-percentage-wraper::before {
  color: #35ed7e;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-10
  .number-percentage-wraper {
  background-color: #9460ff;
}
.ekit-wid-con
  .tooltip-style3
  .single-skill-bar.color-10
  .number-percentage-wraper::before {
  color: #9460ff;
}
.ekit-wid-con .style-switch .single-skill-bar .skill-bar-content {
  margin-bottom: 18px;
}
.ekit-wid-con .style-switch .single-skill-bar .content-group {
  width: calc(100% - 50px);
  display: inline-block;
}
.ekit-wid-con .style-switch .single-skill-bar .number-percentage-wraper {
  float: right;
  position: relative;
  top: 31px;
}
.ekit-wid-con .style-switch .single-skill-bar .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
  position: absolute;
  content: "";
  right: 0;
  border-radius: 50%;
  color: #333;
}
.ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
  top: -12.5px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid currentColor;
  -webkit-box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07),
    inset 0 2px 3px 0 rgb(0 0 0 / 0.2);
  box-shadow: -1.216px 6.894px 15px 0 rgb(0 0 0 / 0.07),
    inset 0 2px 3px 0 rgb(0 0 0 / 0.2);
}
.ekit-wid-con .style-switch .single-skill-bar .skill-track::after {
  width: 8px;
  height: 8px;
  background-color: currentColor;
  top: -3px;
  right: 8px;
}
.ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::before {
  color: #ff3984;
}
.ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::before {
  color: #cc24fc;
}
.ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::before {
  color: #00e49a;
}
.ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::before {
  color: #4285f4;
}
.ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::before {
  color: #7ed500;
}
.ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::before {
  color: #f96933;
}
.ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::before {
  color: #53f8a2;
}
.ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::before {
  color: #fe8f75;
}
.ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::before {
  color: #35ed7e;
}
.ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::after,
.ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::before {
  color: #9460ff;
}
.ekit-wid-con .style-stripe .single-skill-bar .skill-track {
  background: repeating-linear-gradient(
    to right,
    #333,
    #333 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-1 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #ff3984,
    #ff3984 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-2 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #cc24fc,
    #cc24fc 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-3 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #00e49a,
    #00e49a 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-4 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #4285f4,
    #4285f4 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-5 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #7ed500,
    #7ed500 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-6 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #f96933,
    #f96933 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-7 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #53f8a2,
    #53f8a2 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-8 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #fe8f75,
    #fe8f75 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-9 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #35ed7e,
    #35ed7e 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-stripe .single-skill-bar.color-10 .skill-track {
  background: repeating-linear-gradient(
    to right,
    #9460ff,
    #9460ff 4px,
    #fff 4px,
    #fff 8px
  );
}
.ekit-wid-con .style-ribbon .single-skill-bar .number-percentage-wraper {
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 0 8px;
  top: -10px;
  z-index: 1;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar
  .number-percentage-wraper::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  color: #1a1a1a;
  border-top: solid #fff;
  border-left: solid #fff;
  border-right: solid currentColor;
  border-bottom: solid currentColor;
  border-width: 5px;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-1
  .number-percentage-wraper {
  background-color: #cc2e6a;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-1
  .number-percentage-wraper::before {
  color: #801d42;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-2
  .number-percentage-wraper {
  background-color: #a31dca;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-2
  .number-percentage-wraper::before {
  color: #66127e;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-3
  .number-percentage-wraper {
  background-color: #00b67b;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-3
  .number-percentage-wraper::before {
  color: #00724d;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-4
  .number-percentage-wraper {
  background-color: #356ac3;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-4
  .number-percentage-wraper::before {
  color: #21437a;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-5
  .number-percentage-wraper {
  background-color: #65aa00;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-5
  .number-percentage-wraper::before {
  color: #3f6b00;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-6
  .number-percentage-wraper {
  background-color: #c75429;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-6
  .number-percentage-wraper::before {
  color: #7d351a;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-7
  .number-percentage-wraper {
  background-color: #42c682;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-7
  .number-percentage-wraper::before {
  color: #2a7c51;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-8
  .number-percentage-wraper {
  background-color: #cb725e;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-8
  .number-percentage-wraper::before {
  color: #7f483b;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-9
  .number-percentage-wraper {
  background-color: #2abe65;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-9
  .number-percentage-wraper::before {
  color: #1b773f;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-10
  .number-percentage-wraper {
  background-color: #764dcc;
}
.ekit-wid-con
  .style-ribbon
  .single-skill-bar.color-10
  .number-percentage-wraper::before {
  color: #4a3080;
}
.ekit-wid-con .elementskit-funfact {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ekit-wid-con .elementskit-funfact-inner.position_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .elementskit-funfact-inner.position_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ekit-wid-con .elementskit-funfact .funfact-icon svg {
  vertical-align: middle;
}
.ekit-wid-con .elementskit-funfact-overlay {
  z-index: -1;
}
.ekit-wid-con .elementskit-funfact .funfact-content {
  line-height: 1;
}
.ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.ekit-wid-con .elementskit-funfact .funfact-content .fa,
.ekit-wid-con .elementskit-funfact .funfact-content .icon {
  font-size: 25px;
  padding-right: 5px;
}
.ekit-wid-con .elementskit-funfact .elementskit-funfact-icon {
  display: inline-block;
}
.ekit-wid-con .elementskit-funfact .funfact-title {
  color: gray;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}
.ekit-wid-con .elementskit-funfact .funfact-title.black-v {
  color: #000;
}
.ekit-wid-con .elementskit-funfact .super {
  font-size: 22px;
  color: #2575fc;
  vertical-align: super;
  position: relative;
  top: -5px;
}
.ekit-wid-con .elementskit-funfact .color-1 .fa,
.ekit-wid-con .elementskit-funfact .color-1 .icon,
.ekit-wid-con .elementskit-funfact .color-1 .super {
  color: #9460ff;
}
.ekit-wid-con .elementskit-funfact .color-2 .fa,
.ekit-wid-con .elementskit-funfact .color-2 .icon,
.ekit-wid-con .elementskit-funfact .color-2 .super {
  color: #fc5290;
}
.ekit-wid-con .elementskit-funfact .color-3 .fa,
.ekit-wid-con .elementskit-funfact .color-3 .icon,
.ekit-wid-con .elementskit-funfact .color-3 .super {
  color: #09b2a0;
}
.ekit-wid-con .elementskit-funfact .xs-overlay {
  z-index: -1;
  opacity: 0.7;
  pointer-events: none;
}
.ekit-wid-con .elementskit-funfact.divider_funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .elementskit-funfact.divider_funfact .elementskit-funfact-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ekit-wid-con .elementskit-funfact.divider_funfact.position_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .elementskit-funfact.divider_funfact.position_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ekit-wid-con .style-border-bottom.elementskit-funfact::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: 1;
  background-color: #53f995;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ekit-wid-con .style-border-bottom.elementskit-funfact:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ekit-wid-con .style-border-bottom.elementskit-funfact.hover_from_left::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.ekit-wid-con
  .style-border-bottom.elementskit-funfact.hover_from_left:hover::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.ekit-wid-con .vertical-bar {
  width: 3px;
  height: 20px;
  background-color: #2575fc;
  display: inline-block;
  float: left;
}
.ekit-wid-con .vertical-bar.border_left_side {
  float: right;
}
.ekit-wid-con .elementskit-funfact.gradient-1 {
  background-color: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}
.ekit-wid-con .elementskit-funfact.gradient-2 {
  background-color: #b18cfe;
  background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%);
}
.ekit-wid-con .elementskit-funfact.gradient-3 {
  background-color: #82e182;
  background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%);
}
.ekit-wid-con .elementskit-funfact.gradient-4 {
  background-color: #07b787;
  background: linear-gradient(-35deg, #07b787 0, #7ed500 100%);
}
.ekit-wid-con .elementskit-funfact.divider_funfact.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit-wid-con .elementskit-funfact.divider_funfact.text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ekit-wid-con .ekit-single-piechart .piechart {
  position: relative;
  display: inline-block;
}
.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content svg {
  max-width: 28px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .flip-card {
  position: relative;
  max-height: 280px;
  overflow: hidden;
  color: #fff;
}
.ekit-wid-con .flip-card .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px 50px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}
.ekit-wid-con .flip-card .back,
.ekit-wid-con .flip-card .front {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .flip-card:hover .back {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con .flip-card:hover .front {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.ekit-wid-con .flip-card .ekit-piechart-title {
  color: #fff;
}
.ekit-wid-con .elementskit-single-faq {
  position: relative;
  overflow: hidden;
}
.ekit-wid-con .elementskit-single-faq .elementskit-faq-title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.ekit-wid-con .elementskit-single-faq .elementskit-faq-header {
  background-color: #f5f5f5;
  padding-top: 21px;
  padding-bottom: 21px;
}
.ekit-wid-con .elementskit-image-comparison {
  z-index: 3;
}
.ekit-wid-con .elementskit-image-comparison > img {
  width: 100%;
}
.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #fff0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con
  .elementskit-image-comparison
  .twentytwenty-handle
  .twentytwenty-left-arrow {
  border-right-color: #000;
}
.ekit-wid-con
  .elementskit-image-comparison
  .twentytwenty-handle
  .twentytwenty-right-arrow {
  border-left-color: #000;
}
.ekit-wid-con .elementskit-countdown-timer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-inner-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #443aca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content {
  width: 100%;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content > span {
  display: block;
  color: #fff;
  line-height: 1;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-count {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 13px;
}
.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-title {
  font-size: 14px;
  letter-spacing: 2.5px;
}
.ekit-wid-con .elementskit-countdown-timer-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}
.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-count {
  background-color: #2575fc;
  display: block;
  height: 107px;
  line-height: 87px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  border-radius: 10px;
}
.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: 2px solid #2575fc;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  background-color: #fff;
  margin: 0 auto;
  max-width: 80%;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.ekit-wid-con .elementskit-countdown-timer-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 3px;
}
.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count {
  height: 190px;
  line-height: 190px;
  color: #333;
  display: block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    -223deg,
    #fff 0,
    #fff 50%,
    #eaeaea 50%,
    #e7e7e7 100%
  );
}
.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-title {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background-color: #1cf196;
  color: #333;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-content {
  background-color: #5558ed;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px 0;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-inner-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-inner-container
  > span {
  color: #fff;
  background-color: #fff0;
  height: auto;
  line-height: normal;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-count {
  margin-bottom: 10px;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-count::before {
  display: none;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-container {
  padding: 0 5px;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-container:nth-child(2)
  .elementskit-timer-content {
  height: 240px;
  background-color: #ffcc03;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-container:nth-child(3)
  .elementskit-timer-content {
  background-color: #ff5657;
}
.ekit-wid-con
  .elementskit-countdown-timer-3.elementskit-version-box
  .elementskit-timer-container:nth-child(4)
  .elementskit-timer-content {
  height: 150px;
  background-color: #09b2a0;
}
.ekit-wid-con .elementskit-countdown-container {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  margin-bottom: 62px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.ekit-wid-con .elementskit-countdown-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  border-radius: inherit;
  pointer-events: none;
}
.ekit-wid-con .elementskit-countdown-container::after {
  position: absolute;
  content: "";
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  background-size: contain;
}
.ekit-wid-con .elementskit-countdown-timer-4 {
  position: relative;
  z-index: 2;
  height: 120px;
  line-height: 120px;
  background-color: #fd3358;
  background-size: 101% 101%;
  width: calc(100% + 60px);
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ekit-wid-con .elementskit-countdown-timer-4::after,
.ekit-wid-con .elementskit-countdown-timer-4::before {
  position: absolute;
  content: "";
  bottom: -20px;
  pointer-events: none;
}
.ekit-wid-con .elementskit-countdown-timer-4::before {
  left: 0;
  border-top: 20px solid #993535;
  border-left: 30px solid #fff0;
}
.ekit-wid-con .elementskit-countdown-timer-4::after {
  right: 0;
  border-bottom: 20px solid #fff0;
  border-left: 30px solid #993535;
}
.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  color: #fff;
  height: 100%;
}
.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
  font-size: 48px;
  font-weight: 700;
}
.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
  font-size: 18px;
  vertical-align: top;
}
.ekit-wid-con .elementskit-coundown-finish {
  height: auto !important;
  line-height: normal !important;
  padding: 15px;
}
.ekit-wid-con .ekit-countdown-inner {
  margin: 0 auto;
}
.ekit-wid-con .elementskit-flip-clock > .elementskit-time {
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 28px 40px 0 rgb(0 0 0 / 0.1);
  display: inline-block;
  position: relative;
  height: 140px;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ekit-wid-con .elementskit-flip-clock > .elementskit-time:not(:last-child) {
  margin-right: 30px;
}
.ekit-wid-con .elementskit-flip-clock .elementskit-count {
  color: #333;
  display: block;
  font-size: 48px;
  font-weight: 700;
  background-color: #fff;
  overflow: hidden;
  line-height: 140px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat;
}
.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-top {
  border-radius: 30px 30px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-bottom {
  border-radius: 0 0 30px 30px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ekit-wid-con
  .elementskit-flip-clock
  .elementskit-count.elementskit-curr.elementskit-top {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  z-index: 3;
  border-bottom: 3px solid #e7e7e7;
}
.ekit-wid-con
  .elementskit-flip-clock
  .elementskit-count.elementskit-next.elementskit-bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.ekit-wid-con
  .elementskit-flip-clock
  .elementskit-count.elementskit-next.elementskit-top {
  border-bottom: 3px solid #e7e7e7;
}
.ekit-wid-con
  .elementskit-flip-clock
  .elementskit-flip
  .elementskit-count.elementskit-curr.elementskit-top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.ekit-wid-con
  .elementskit-flip-clock
  .elementskit-flip
  .elementskit-count.elementskit-next.elementskit-bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.ekit-wid-con .elementskit-flip-clock .elementskit-label {
  background-color: #ff5657;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: inset 0 3px 7px 0 rgb(0 0 0 / 0.35);
  box-shadow: inset 0 3px 7px 0 rgb(0 0 0 / 0.35);
  color: #fff;
  font-size: 14px;
  border-radius: 30px 30px 0 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  top: -20px;
}
.ekit-wid-con .elementskit-pricing-tag {
  position: absolute;
  height: 100%;
  width: calc(100% + 30px);
  background-color: #666;
  top: 0;
  right: -30px;
  border-radius: 48px 0 0 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-pricing-tag + .elementskit-pricing-price {
  color: #fff;
}
.ekit-wid-con .elementskit-single-pricing {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.ekit-wid-con .elementskit-single-pricing.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ekit-wid-con .elementskit-single-pricing .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-title {
  font-size: 22px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-subtitle {
  color: #5a5a5a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header {
  margin-bottom: 25px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header svg {
  vertical-align: middle;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header > i {
  font-size: 40px;
  margin-bottom: 12px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header > p {
  margin-top: 7px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header > hr {
  border-top: 2px solid #fff;
  width: 30px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header > img {
  margin-bottom: 45px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price-wraper {
  position: relative;
  margin-bottom: 15px;
  line-height: initial;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.4px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price > sub,
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price > sup {
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price > sup {
  top: 0;
  left: 5px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price > sub {
  bottom: 0;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content > p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn {
  color: #fff;
  background-color: #666;
  border-radius: 25px;
  border-color: currentColor;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 41px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn.style-2 {
  border-color: #e7e7e7;
  color: #000;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn svg {
  max-width: 14px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-single-pricing .btn-outline-primary {
  color: #2575fc;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists > li {
  color: #565656;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-single-pricing
  .elementskit-pricing-lists
  > li:hover
  > .ekit-pricing-list-info
  svg {
  fill: #81848d;
}
.ekit-wid-con
  .elementskit-single-pricing
  .elementskit-pricing-lists
  > li::before {
  content: "";
  display: block;
}
.ekit-wid-con
  .elementskit-single-pricing
  .elementskit-pricing-lists
  > li:not(:last-child) {
  margin-bottom: 3px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists > li svg {
  max-width: 15px;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-single-pricing .title-divider {
  position: relative;
}
.ekit-wid-con .elementskit-single-pricing .title-divider::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #e7e7e7;
}
.ekit-wid-con
  .elementskit-single-pricing
  .title-divider
  .elementskit-pricing-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 45px;
  background-color: #fff;
}
.ekit-wid-con .elementkit-pricing-icon {
  display: inline-block;
}
.ekit-pricing-list-info {
  display: inline-block;
  position: relative;
  z-index: 0;
  cursor: help;
}
.ekit-pricing-list-info:before {
  display: none;
}
.ekit-pricing-list-info > span {
  display: none;
  position: absolute;
  top: -13px;
  left: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #021343 #fff0 #fff0;
  z-index: 1;
}
.ekit-pricing-list-info.is-active > span {
  display: block;
}
.ekit-pricing-list-info-content {
  position: absolute;
  left: 0;
  bottom: calc(100% + 13px);
  max-width: 280px;
  margin: 0;
  padding: 11px 20px 13px;
  color: #fff;
  background-color: #021343;
  border-radius: 6px;
  -webkit-box-shadow: 0 20px 20px rgb(0 10 38 / 0.16);
  box-shadow: 0 20px 20px rgb(0 10 38 / 0.16);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  z-index: 999;
}
.ekit-pricing-list-info > .ekit-pricing-list-info-content {
  display: none;
  position: fixed;
}
.ekit-wid-con .elementskit-single-testimonial-slider {
  background-color: #fff;
  -webkit-box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 0.1);
  box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 0.1);
  padding: 30px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content
  > p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-single-testimonial-slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.ekit-testimonial-fade
  .ekit-wid-con
  .elementskit-single-testimonial-slider:before {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
}
.ekit-testimonial-fade
  .ekit-wid-con
  .elementskit-single-testimonial-slider:hover:before {
  opacity: 1;
}
.ekit-wid-con .elementskit-single-testimonial-slider:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ekit-wid-con
  .elementskit-single-testimonial-slider:hover
  .elementskit-client_logo
  .elementskit-testimonial-client-active-logo {
  opacity: 1;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider:hover
  .elementskit-client_logo
  .elementskit-testimonial-client-active-logo
  + .elementskit-testimonial-client-logo {
  opacity: 0;
}
.ekit-wid-con .elementskit-single-testimonial-slider .tilte {
  font-size: 22px;
  margin-bottom: 22px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .ekit-team-social-list
  > li
  > a {
  font-size: 16px;
}
.ekit-wid-con .elementskit-single-testimonial-slider.gradient {
  background: #f2709c;
  background: linear-gradient(45deg, #f2709c 0, #fe8f75 100%);
}
.ekit-wid-con .elementskit-single-testimonial-slider.block-style {
  padding: 55px 40px;
  -webkit-transition: border-bottom-color 0.5s ease;
  transition: border-bottom-color 0.5s ease;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style
  .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style
  .elementskit-commentor-content
  > hr {
  width: 30px;
  border-top: 3px solid #e7e7e7;
  -webkit-transition: border-top-color 0.5s ease;
  transition: border-top-color 0.5s ease;
}
.ekit-wid-con .elementskit-single-testimonial-slider.block-style2 {
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 80px;
  margin-bottom: 105px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style2:not(.white-v)
  .elementskit-commentor-content
  > i {
  color: rgb(37 117 252 / 0.2);
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style2
  .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% - 35px);
  width: 100%;
  left: 0;
}
.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 {
  border-radius: 10px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style3
  .elementskit-commentor-content {
  margin-bottom: 30px;
}
.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4
  .elementskit-watermark-icon {
  left: inherit;
  right: 20px;
  top: 20px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4
  .elementskit-watermark-icon
  .quote {
  z-index: 1;
  position: relative;
  font-size: 28px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4
  .elementskit-commentor-image {
  margin-bottom: 30px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4
  .elementskit-commentor-bio {
  margin-bottom: 15px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4
  .elementskit-stars {
  margin-bottom: 25px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4.white-v
  .elementskit-watermark-icon {
  line-height: 0;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4.white-v
  .elementskit-profile-info
  .elementskit-author-des,
.ekit-wid-con
  .elementskit-single-testimonial-slider.block-style4.white-v
  .elementskit-profile-info
  .elementskit-author-name {
  color: #fff;
}
.ekit-wid-con .elementskit-single-testimonial-slider .commentor-header {
  margin-bottom: 15px;
}
.ekit-wid-con .elementskit-single-testimonial-slider .quote {
  font-size: 48px;
}
.ekit-wid-con .elementskit-single-testimonial-slider:not(.white-v) .quote {
  color: rgb(37 117 252 / 0.2);
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.ekit_testimonial_style_2
  .elementskit-watermark-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon {
  position: static;
  color: rgb(0 0 0 / 0.1);
  line-height: 1;
  display: inline-block;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon
  > i {
  font-size: 48px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon
  > svg {
  width: 48px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon.commentor-badge {
  line-height: 0;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon.commentor-badge
  .quote {
  color: #fff;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider
  .elementskit-watermark-icon.commentor-badge::before {
  position: absolute;
  content: "";
  top: -100px;
  left: -30px;
  background-color: #2575fc;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.ekit-wid-con .elementskit-single-testimonial-slider .main-logo {
  display: none;
}
.ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
  padding: 0;
  padding-left: 60px;
  border-left: 3px solid #2575fc;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.style-2
  .elementskit-profile-image-card {
  margin-left: 20px;
}
.ekit-wid-con .elementskit-single-testimonial-slider.version-2 {
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
  padding: 40px 50px 80px;
  border-radius: 10px;
  position: relative;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.version-2
  .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.version-2
  .elementskit-commentor-content
  > i {
  color: rgb(255 255 255 / 0.5);
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.version-2
  .elementskit-commentor-content
  > p {
  margin-bottom: 25px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.version-2
  .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% - 45px);
  left: 0;
  width: 100%;
}
.ekit-wid-con .elementskit-single-testimonial-slider.gradient-1 {
  background: #82e182;
  background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%);
}
.ekit-wid-con .elementskit-single-testimonial-slider.gradient-2 {
  background: #f2709c;
  background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}
.ekit-wid-con .elementskit-single-testimonial-slider.gradient-3 {
  background: #b18cfe;
  background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%);
}
.ekit-wid-con .elementskit-single-testimonial-slider.review-block {
  padding: 80px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.review-block
  .elementskit-commentor-content
  > p {
  margin-bottom: 20px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.review-block
  .elementskit-commentor-content
  .elementskit-author-name {
  font-size: 18px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.review-block
  .elementskit-stars {
  margin-bottom: 25px;
}
.ekit-wid-con
  .elementskit-single-testimonial-slider.review-block
  .elementskit-watermark-icon {
  top: -40px;
  left: 0;
  font-size: 132px;
  color: rgb(0 0 0 / 0.07);
}
.ekit-wid-con .elementskit-commentor-content {
  padding-right: 30px;
  position: relative;
}
.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo {
  margin-bottom: 32px;
  min-height: 50px;
  display: inline-block;
  position: relative;
}
.ekit-wid-con
  .elementskit-commentor-content
  .elementskit-client_logo
  .elementskit-testimonial-client-active-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con
  .elementskit-commentor-content
  .elementskit-client_logo
  .elementskit-testimonial-client-logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-commentor-content > i {
  font-size: 48px;
  margin-bottom: 23px;
  display: inline-block;
}
.ekit-wid-con .elementskit-commentor-content > p {
  margin-bottom: 35px;
  color: rgb(0 0 0 / 0.5);
}
.ekit-wid-con .elementskit-commentor-content > .elementskit-border-hr {
  width: 40px;
  height: 2px;
  background-color: #2575fc;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.ekit-wid-con .elementskit-commentor-content .elementskit-profile-info {
  display: block;
}
.ekit-wid-con .elementskit-commentor-content .elementskit-author-name {
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-commentor-content .elementskit-author-des {
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-testimonial_card {
  position: relative;
  padding: 200px 170px 80px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: block;
}
.ekit-wid-con .elementskit-testimonial_card .elementskit-stars {
  margin-bottom: 25px;
}
.ekit-wid-con .elementskit-testimonial_card .elementskit-stars > li > a,
.ekit-wid-con .elementskit-testimonial_card .elementskit-stars > li > span {
  color: #fff;
}
.ekit-wid-con .elementskit-testimonial_card .video-popup {
  -webkit-box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / 0.1);
  background-color: #fff;
  color: #2575fc;
  font-size: 28px;
}
.ekit-wid-con .elementskit-testimonial_card > p {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  margin-bottom: 35px;
}
.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  border-radius: inherit;
  z-index: -1;
}
.ekit-wid-con .elementskit-testimonial_card .elementskit-video-popup-content {
  margin-bottom: 30px;
}
.ekit-wid-con
  .elementskit-testimonial_card
  .elementskit-profile-info
  .elementskit-author-des,
.ekit-wid-con
  .elementskit-testimonial_card
  .elementskit-profile-info
  .elementskit-author-name {
  color: #fff;
}
.ekit-wid-con
  .elementskit-testimonial_card
  .elementskit-profile-info
  .elementskit-author-name {
  font-size: 22px;
}
.ekit-wid-con
  .elementskit-testimonial_card
  .elementskit-profile-info
  .elementskit-author-des {
  font-size: 13px;
}
.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content {
  background-color: #2575fc;
  border-radius: 10px;
  padding: 40px 60px;
  color: #fff;
  margin-bottom: 50px;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial
  .elementskit-commentor-content
  > p {
  margin-bottom: 0;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial
  .elementskit-commentor-content
  .elementskit-watermark-icon {
  position: absolute;
  bottom: -50px;
  left: 20px;
  font-size: 80px;
  color: rgb(0 0 0 / 0.1);
  line-height: 1;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial
  .elementskit-commentor-content::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  background-color: #2575fc;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial
  .elementskit-commentor-content
  .elementskit-stars
  > li
  > a,
.ekit-wid-con
  .elementskit-tootltip-testimonial
  .elementskit-commentor-content
  .elementskit-stars
  > li
  > span {
  color: #fff;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-2
  .elementskit-commentor-content {
  padding: 60px 50px;
  margin-bottom: 90px;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-2
  .elementskit-commentor-content::before {
  -webkit-transform: none;
  transform: none;
  left: 50%;
  bottom: inherit;
  top: 100%;
  border-top: 65px solid #2575fc;
  border-right: 89px solid #fff0;
  background-color: #fff0;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-2
  .elementskit-commentor-content
  .elementskit-watermark-icon {
  position: static;
  font-size: 48px;
  color: rgb(255 255 255 / 0.1);
  padding-right: 30px;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-3
  .elementskit-commentor-content {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-3
  .elementskit-commentor-content::before {
  display: none;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-3
  .elementskit-commentor-content
  .elementskit-commentor-text {
  position: relative;
}
.ekit-wid-con
  .elementskit-tootltip-testimonial.style-3
  .elementskit-commentor-content
  .elementskit-commentor-text
  .elementskit-commentor-bio {
  position: absolute;
  top: calc(100% + 35px);
  left: 0;
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-author-name {
  font-size: 22px;
  line-height: 1;
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-author-des {
  font-size: 13px;
}
.ekit-wid-con
  .elementskit-commentor-bio.style-2
  .elementskit-commentor-image
  > img {
  border: 5px solid #fff;
  -webkit-box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / 0.1);
  box-shadow: 19.799px 19.799px 40px 0 rgb(0 0 0 / 0.1);
  width: 80px;
  height: 80px;
}
.ekit-wid-con
  .elementskit-commentor-bio.style-3
  .elementskit-commentor-image
  > img {
  width: 120px;
  height: 120px;
}
.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-name {
  font-size: 18px;
}
.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-des {
  font-size: 13px;
}
.ekit-wid-con .testimonial-block-slider2 {
  padding-bottom: 100px;
}
.ekit-wid-con .testimonial-block-slider2.modern-nav .owl-nav {
  top: calc(50% - 30px);
}
.ekit-wid-con .testimonial-block-slider3 {
  margin-bottom: 70px;
}
.ekit-wid-con .testimonial-block-slider3 .owl-nav button > i {
  font-size: 36px;
  color: #2575fc;
}
.ekit-wid-con .elementskit-profile-info .elementskit-author-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ekit-wid-con .elementskit-profile-info .elementskit-author-des {
  color: rgb(0 0 0 / 0.5);
  font-weight: 400;
}
.ekit-wid-con .elementskit-profile-image-card {
  position: relative;
  overflow: hidden;
}
.ekit-wid-con .elementskit-profile-image-card::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.ekit-wid-con .elementskit-profile-image-card > img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .elementskit-profile-image-card:hover::before {
  background-color: rgb(17 17 17 / 0.8);
  top: 0;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-wrapper {
  overflow: visible;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination span {
  padding: 0;
  margin: 0;
}
.ekit-wid-con
  .elementskit-testimonial-slider
  .swiper-container:not(.swiper-container-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--ekit_testimonial_slidetoshow, 1));
  margin-right: var(--ekit_testimonial_left_right_spacing, 15px);
  margin-left: var(--ekit_testimonial_left_right_spacing, 15px);
}
.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  opacity: 1;
  background-color: rgb(0 0 0 / 0.5);
}
.ekit-wid-con .elementskit-commentor-bio {
  position: absolute;
  left: 0;
  width: 100%;
}
.ekit-wid-con .elementskit-commentor-bio.client_center {
  text-align: center;
}
.ekit-wid-con
  .elementskit-commentor-bio.client_center
  .elementskit-commentor-image
  > img {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .elementskit-commentor-bio.client_right {
  text-align: right;
}
.ekit-wid-con
  .elementskit-commentor-bio.client_right
  .elementskit-commentor-image
  > img {
  margin-left: auto;
}
.ekit-wid-con .elementskit-commentor-bio.client_left {
  text-align: left;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next,
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
  font-size: 36px;
  color: #2575fc;
  width: auto;
  height: auto;
  z-index: 1;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next::before,
.ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev::before {
  display: none;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementskit-commentor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementskit-stars {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementskit-commentor-bio {
  position: static;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementkit-commentor-details,
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementskit-commentor-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementkit-commentor-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-two
  .elementskit-icon-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
  background-color: rgb(0 0 0 / 0.5);
}
.ekit-wid-con .elementskit-testimonial-slider-block-style-three {
  overflow: hidden;
  position: relative;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-three
  .elementskit-commentor-bio {
  position: static;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-three
  .elementskit-profile-info {
  text-align: center;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-three
  .elementskit-commentor-content
  > p {
  margin-bottom: 30px;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-three
  .elementskit-icon-content {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
  z-index: 1;
}
.ekit-wid-con
  .elementskit-testimonial-slider-block-style-three
  .elementskit-icon-content.commentor-badge::before {
  position: absolute;
  content: "";
  top: -100px;
  left: -30px;
  background-color: #2575fc;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  z-index: -1;
}
.ekit-wid-con .elementkit-commentor-details.client_center {
  margin: auto;
}
.ekit-wid-con .elementkit-commentor-details.client_left {
  margin-right: auto;
}
.ekit-wid-con .elementkit-commentor-details.client_right {
  margin-left: auto;
}
.ekit-wid-con .ekit_testimonial_style_2 {
  padding: 30px;
  border-bottom: 3px solid #fff0;
  text-align: center;
}
.ekit-wid-con .ekit_testimonial_style_2:hover {
  border-bottom-color: #2575fc;
}
.ekit-wid-con .ekit_testimonial_style_2 .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con .ekit-testimonia-style-4 {
  text-align: center;
}
.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider {
  padding: 30px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  display: block;
}
.ekit-wid-con
  .ekit-testimonia-style-4
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con
  .ekit-testimonia-style-4
  .elementskit-single-testimonial-slider
  .elementskit-commentor-image
  img {
  margin: auto;
}
.ekit-wid-con .ekit-testimonia-style-4 .elementskit-watermark-icon {
  margin-bottom: 23px;
  color: rgb(37 117 252 / 0.2);
}
.ekit-wid-con .ekit-testimonia-style-4 .ekit-testimonial--avatar {
  margin-bottom: 20px;
}
.ekit-wid-con .ekit_testimonial_style_5 {
  text-align: left;
}
.ekit-wid-con .ekit_testimonial_style_5 .elementskit-commentor-header {
  display: block;
}
.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider {
  padding: 30px;
  display: block;
}
.ekit-wid-con
  .ekit_testimonial_style_5
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con
  .ekit_testimonial_style_5
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content
  > p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ekit-wid-con .ekit_testimonial_style_5 .elementskit-watermark-icon {
  position: absolute;
  color: rgb(37 117 252 / 0.2);
}
.ekit-wid-con .ekit_testimonial_style_5 .ekit-testimonial--avatar {
  margin-right: 20px;
}
.ekit-wid-con .ekit_testimonial_style_6 {
  text-align: center;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
  padding: 30px;
  display: block;
}
.ekit-wid-con
  .ekit_testimonial_style_6
  .elementskit-single-testimonial-slider
  .elementskit-commentor-content {
  padding-right: 0;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-stars {
  margin-bottom: 20px;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon {
  color: #fff;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon > i {
  font-size: 30px;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon > svg {
  width: 30px;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-profile-info {
  margin-bottom: 15px;
}
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-commentor-image > img {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .ekit_testimonial_style_6 .ekit-testimonial--avatar {
  margin-bottom: 20px;
}
.ekit-wid-con .ekit_watermark_icon_custom_position {
  position: absolute;
}
.ekit-wid-con .elementskit-commentor-content > i,
.ekit-wid-con .elementskit-icon-content > i {
  display: inline-block;
}
.ekit-wid-con .elementskit-stars {
  position: relative;
  z-index: 6;
}
.ekit-wid-con .elementskit-stars > li {
  display: inline-block;
}
.ekit-wid-con .elementskit-stars > li:not(:last-child) {
  margin-right: 5px;
}
.ekit-wid-con .elementskit-stars > li > a,
.ekit-wid-con .elementskit-stars > li > span {
  display: block;
  pointer-events: none;
}
.ekit-wid-con .elementskit-stars.style-2 > li > a {
  color: #fec42d;
}
.ekit-wid-con .elementskit-stars.style-3 > li > a {
  color: #000;
}
.ekit-wid-con .ekit-testimonial--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 1;
}
.elementskit-commentor-content ol,
.elementskit-commentor-content ul {
  padding-left: 18px;
}
.ekit-wid-con .elementkit-tab-wraper {
  line-height: 0;
}
.ekit-wid-con .elementkit-tab-wraper.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .elementkit-tab-wraper.vertical > ul {
  display: block;
  height: 100%;
}
.ekit-wid-con
  .elementkit-tab-wraper.vertical
  > .elementkit-tab-nav
  .elementkit-nav-item {
  display: block;
  width: 100%;
  margin-right: 0;
}
.ekit-wid-con
  .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical)
  .elementkit-tab-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ekit-wid-con
  .elementkit-tab-wraper.elementskit-fitcontent-tab
  .elementkit-tab-content {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.right-pos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ekit-wid-con
  .elementkit-tab-wraper
  .elementkit-nav-link
  .elementskit-tab-icon {
  display: block;
}
.ekit-wid-con
  .elementkit-tab-wraper
  .elementkit-nav-link
  .elementskit-tab-icon
  svg {
  max-width: 30px;
  height: auto;
}
.ekit-wid-con
  .elementkit-tab-wraper
  .elementkit-nav-link.left-pos
  .elementskit-tab-icon {
  -ms-flex-item-align: center;
  align-self: center;
}
.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.top-pos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.bottom-pos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ekit-wid-con .elementkit-tab-nav {
  position: relative;
  border-bottom: 0 solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item {
  margin-bottom: 0;
  float: none;
  display: inline-block;
}
.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item:not(:last-child) {
  margin-right: 10px;
}
.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
  font-weight: 700;
  padding: 14px 35px;
  border-radius: 0;
  position: relative;
  text-align: center;
  background-color: #fff0;
  border: none;
  margin: 0;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_tab_border_bottm
  .elementkit-nav-item
  .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2575fc;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_tab_border_bottm
  .elementkit-nav-item
  .elementkit-nav-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_tooltip_style
  .elementkit-nav-item
  .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#fff0),
    color-stop(50%, #fff0),
    color-stop(50%, #4b3fe1),
    to(#4b3fe1)
  );
  background-image: linear-gradient(
    to bottom right,
    #fff0 0,
    #fff0 50%,
    #4b3fe1 50%,
    #4b3fe1 100%
  );
  z-index: -1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_tooltip_style
  .elementkit-nav-item
  .elementkit-nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link::after,
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  opacity: 0;
  z-index: 1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link::before {
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: #2575fc;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link::after {
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  background-image: linear-gradient(136deg, #fff0 50%, #fff0 50%);
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #2575fc;
  z-index: 1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link.active::after,
.ekit-wid-con
  .elementkit-tab-nav.elementskit_heartbit_style
  .elementkit-nav-item
  .elementkit-nav-link.active::before {
  opacity: 1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_pregress_style
  .elementkit-nav-item
  .elementkit-nav-link::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#07b787),
    to(#7ed500)
  );
  background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 350ms ease 350ms;
  transition: -webkit-transform 350ms ease 350ms;
  transition: transform 350ms ease 350ms;
  transition: transform 350ms ease 350ms, -webkit-transform 350ms ease 350ms;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  z-index: 1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_pregress_style
  .elementkit-nav-item
  .elementkit-nav-link::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#07b787),
    to(#7ed500)
  );
  background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
  border: 5px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 350ms ease 0s;
  transition: opacity 350ms ease 0s;
  z-index: 1;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_pregress_style
  .elementkit-nav-item
  .elementkit-nav-link.active::after {
  opacity: 1;
  -webkit-transition: opacity 350ms ease 350ms;
  transition: opacity 350ms ease 350ms;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_pregress_style
  .elementkit-nav-item
  .elementkit-nav-link.active::before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 350ms ease 0s;
  transition: -webkit-transform 350ms ease 0s;
  transition: transform 350ms ease 0s;
  transition: transform 350ms ease 0s, -webkit-transform 350ms ease 0s;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link
  .elementskit-tab-icon,
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link
  .elementskit-tab-title {
  position: relative;
  z-index: 11;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 20px);
  background-image: linear-gradient(60deg, #f2709c 0, #fe8f75 100%);
  z-index: 10;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.4s ease 0.4s;
  transition: -webkit-transform 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 101% auto;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  background-image: linear-gradient(-221deg, #174eac 50%, #fff0 50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link.active::after {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit_ribbon_style
  .elementkit-nav-item
  .elementkit-nav-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.ekit-wid-con
  .elementkit-tab-nav.elementskit-fullwidth-tab
  > .elementkit-nav-item {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ekit-wid-con .elementkit-tab-content {
  line-height: 1.5;
}
.ekit-wid-con .elementkit-tab-content .elementkit-tab-pane {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ekit-wid-con .tab-nav-fluid {
  width: 100%;
  display: block !important;
  height: auto !important;
}
.ekit-wid-con .elementkit-nav-link {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit-tab-title-group {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.elementkit-tab-pane > div > ol,
.elementkit-tab-pane > div > ul {
  padding-left: 18px;
}
@media (min-width: 768px) {
  .elementkit-tab-wraper:not(.vertical) > ul > li > a {
    white-space: nowrap;
  }
}
[data-elementor-device-mode="tablet"] .elementkit-tab-wraper.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 1002;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in var(--transition-duration);
  transition: all 0.4s ease-in var(--transition-duration);
  cursor: url(/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg),
    pointer;
  background-color: rgb(0 0 0 / 0.9);
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group .ekit-overlay {
  left: auto;
  right: 100%;
}
.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
  padding: 20px;
  float: right;
}
.ekit-wid-con .ekit-sidebar-group.ekit-fade .ekit-overlay {
  left: 0;
  right: 0;
}
.ekit-wid-con .ekit-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all var(--transition-duration)
    cubic-bezier(0.9, 0.03, 0, 0.96) var(--transition-duration);
  transition: all var(--transition-duration) cubic-bezier(0.9, 0.03, 0, 0.96)
    var(--transition-duration);
  visibility: hidden;
  opacity: 0;
}
.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-widget {
  left: -100%;
  right: auto;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  visibility: visible;
  -webkit-transition: all var(--transition-duration) ease-out 0s;
  transition: all var(--transition-duration) ease-out 0s;
  left: 0;
  opacity: 1;
}
.ekit-off-canvas-position-left
  .ekit-wid-con
  .ekit-sidebar-group.ekit_isActive
  .ekit-overlay {
  left: auto;
  right: 0;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all var(--transition-duration)
    cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all var(--transition-duration) cubic-bezier(0.9, 0.03, 0, 0.96)
    0.4s;
}
.ekit-off-canvas-position-left
  .ekit-wid-con
  .ekit-sidebar-group.ekit_isActive
  .ekit-sidebar-widget {
  left: 0;
  right: auto;
}
.ekit-wid-con .ekit_sidebar-textwidget {
  padding: 20px;
  padding-top: 60px;
}
.ekit-wid-con .ekit_close-side-widget {
  position: absolute;
  color: #1768dd;
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 4px 7px 5px 7px;
  border: 1px solid #ccc;
  z-index: 1;
  background-color: #fff;
  top: 15px;
  right: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ekit-wid-con .ekit_close-side-widget svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit_sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ekit-wid-con .ekit_navSidebar-button {
  display: inline-block;
  line-height: 1;
}
.ekit-wid-con .ekit_offcanvas-sidebar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ekit-wid-con .ekit_offcanvas-sidebar svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-dropcap-cotnent {
  margin-bottom: 0;
}
.ekit-wid-con .ekit-dropcap-cotnent:first-child::first-letter {
  color: #903;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ekit-dropcap-wraper > ol,
.ekit-dropcap-wraper > ul {
  padding-left: 28px;
}
.ekit-wid-con .ekit_double_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .ekit-wid-con .ekit_double_button {
    display: block;
  }
}
.ekit-wid-con .ekit-double-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  overflow: hidden;
  color: #fff;
  width: 100%;
  background-color: #3b3b3b;
  padding: 20px;
  z-index: 1;
}
.ekit-wid-con .ekit-double-btn svg {
  max-width: 14px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-double-btn:hover {
  background-color: #1a1919;
}
.ekit-wid-con .ekit-element-align-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ekit-wid-con .ekit_button_middle_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 0 6px rgb(255 255 255 / 0.2);
  box-shadow: 0 0 0 6px rgb(255 255 255 / 0.2);
  background: #fafaf8;
  color: #444;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 5;
}
.ekit-wid-con .ekit-double-btn-one {
  background-color: #2575fc;
}
.ekit-wid-con .ekit-double-btn-one:hover {
  background-color: #0359eb;
}
.ekit-wid-con .ekit_creative_icon_box {
  display: inline-block;
  padding: 20px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ekit-wid-con .ekit_hover_grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.ekit-wid-con .ekit_hover_grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ekit-wid-con .ekit_hover_pulse:hover {
  -webkit-animation-name: ekit-hvr-pulse;
  animation-name: ekit-hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes ekit-hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes ekit-hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.ekit-wid-con .ekit_hover_pushe:hover {
  -webkit-animation-name: ekit-hvr-push;
  animation-name: ekit-hvr-push;
  -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;
}
@-webkit-keyframes ekit-hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ekit-hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ekit-wid-con .ekit_hover_pop:hover {
  -webkit-animation-name: ekit-hvr-pop;
  animation-name: ekit-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;
}
@-webkit-keyframes ekit-hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes ekit-hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.ekit-wid-con .ekit_hover_rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.ekit-wid-con .ekit_hover_float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.ekit-wid-con .ekit_hover_sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.ekit-wid-con .ekit_hover_skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.ekit-wid-con .ekit_hover_wobble_horizontal:hover {
  -webkit-animation-name: ekit-hvr-wobble-horizontal;
  animation-name: ekit-hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes ekit-hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ekit-hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ekit-wid-con .ekit_hover_wobble_vertical:hover {
  -webkit-animation-name: ekit-hvr-wobble-vertical;
  animation-name: ekit-hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes ekit-hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ekit-hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ekit-wid-con .ekit_hover_shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background-color: #e1e1e1;
  color: #666;
}
.ekit-wid-con .ekit_hover_shadow:hover {
  -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 0.5);
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 0.5);
}
.ekit-wid-con .ekit_hover_float_shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 0.35) 0,
    #fff0 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.ekit-wid-con .ekit_hover_float_shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ekit-wid-con .ekit_hover_float_shadow:hover::before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.ekit-wid-con .ekit_hover_glow_out:hover {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.ekit-wid-con .ekit_hover_glow_out:hover::before {
  -webkit-animation: ekit-hover-glow-out 1.3s ease-out 75ms;
  animation: ekit-hover-glow-out 1.3s ease-out 75ms;
}
.ekit-wid-con .ekit_hover_glow_out::before {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1);
  box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
}
@-webkit-keyframes ekit-hover-glow-out {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ekit-hover-glow-out {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    box-shadow: 0 0 0 2px rgb(51 51 51 / 0.1), 0 0 10px 10px #333,
      0 0 0 10px rgb(51 51 51 / 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.ekit-wid-con .ekit_hover_border_spined,
.ekit-wid-con .ekit_hover_dashed {
  background-color: #fff;
  color: #333;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: inset 0 0 0 4px #333;
  box-shadow: inset 0 0 0 4px #333;
}
.ekit-wid-con .ekit_hover_border_spined::before,
.ekit-wid-con .ekit_hover_dashed::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 4px dashed #333;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: inherit;
}
.ekit-wid-con .ekit_hover_border_spined:hover,
.ekit-wid-con .ekit_hover_dashed:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ekit-wid-con .ekit_hover_border_spined:hover::before {
  -webkit-animation-name: ekit-hover-spined;
  animation-name: ekit-hover-spined;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes ekit-hover-spined {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ekit-hover-spined {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ekit-wid-con .ekit_round_icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.ekit-wid-con .ekit_hover_fill_with_shadow {
  color: #333;
  -webkit-box-shadow: 0 0 0 4px #333;
  box-shadow: 0 0 0 4px #333;
  background-color: #fff0;
}
.ekit-wid-con .ekit_hover_fill_with_shadow:hover {
  -webkit-box-shadow: 0 0 0 8px rgb(51 51 51 / 0.3);
  box-shadow: 0 0 0 8px rgb(51 51 51 / 0.3);
  background-color: #333;
  color: #fff;
}
.ekit-wid-con .ekit_hover_fill_only {
  -webkit-box-shadow: 0 0 0 4px #333;
  box-shadow: 0 0 0 4px #333;
  color: #333;
  background-color: #fff0;
}
.ekit-wid-con .ekit_hover_fill_only:hover {
  background-color: #333;
  color: #fff;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border {
  background-color: rgb(0 0 0 / 0.1);
  color: #000;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border::before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 4px #000;
  box-shadow: 0 0 0 4px #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  z-index: -1;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border:hover {
  background-color: #000;
  color: #fff;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border_inset {
  -webkit-box-shadow: 0 0 0 3px #333;
  box-shadow: 0 0 0 3px #333;
  background-color: #fff0;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border_inset::before {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #333;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.ekit-wid-con .ekit_hover_fill_and_scale_border_inset:hover::before {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.ekit-wid-con .ekit-video-popup {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit-video-popup.ekit_icon_button {
  padding: 10px;
}
.ekit-wid-con .ekit-video-popup-btn {
  width: 60px;
  height: 60px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.ekit-wid-con .ekit-video-popup svg {
  max-width: 40px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-video-popup.fill-btn {
  width: 100px;
  height: 100px;
  line-height: 104px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 25px 0 rgb(0 0 0 / 0.15);
  box-shadow: 0 25px 25px 0 rgb(0 0 0 / 0.15);
}
.ekit-wid-con .ekit-video-popup.text-btn {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff0;
  text-decoration: underline;
}
.ekit-wid-con .ekit-video-popup.square-btn {
  height: 156px;
  line-height: 156px;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
  padding: 0 69px;
}
.ekit-wid-con .ekit-video-popup.square-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ekit-wid-con .ekit-video-frame {
  position: relative;
}
.ekit-wid-con .ekit-video-frame .ekit_icon_button {
  padding: 10px;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline.ekit_icon_button {
  padding: 10px;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline-btn {
  width: 60px;
  height: 60px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #da3175;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline svg {
  max-width: 40px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline.fill-btn {
  width: 100px;
  height: 100px;
  line-height: 104px;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 25px 0 rgb(0 0 0 / 0.15);
  box-shadow: 0 25px 25px 0 rgb(0 0 0 / 0.15);
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline.text-btn {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff0;
  text-decoration: underline;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn {
  height: 156px;
  line-height: 156px;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
  box-shadow: 0 42px 60px 0 rgb(0 0 0 / 0.3);
  padding: 0 69px;
}
.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ekit-wid-con .glow-ripple {
  position: relative;
}
.ekit-wid-con .glow-ripple::after,
.ekit-wid-con .glow-ripple::before,
.ekit-wid-con .glow-ripple > i::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: red;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}
.ekit-wid-con .glow-ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ekit-wid-con .glow-ripple::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ekit-wid-con .glow-radio_wave {
  position: relative;
  padding: 12px 24px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(45deg, #f36, #ff6b6b);
  border: none;
  cursor: pointer;
  overflow: visible;
  z-index: 1;
}
.ekit-wid-con .glow-radio_wave::after,
.ekit-wid-con .glow-radio_wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid currentColor;
  -webkit-animation: radio-wave 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: radio-wave 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  opacity: 0;
  z-index: -1;
}
.ekit-wid-con .glow-radio_wave::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ekit-wid-con .glow-radio_wave::after {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.ekit-wid-con .ekit-video-inline-overlay-wrapper {
  position: relative;
}
.ekit-wid-con
  .ekit-video-inline-overlay-wrapper
  .ekit-inline-video-overlay-image
  img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.ekit_self_video_wrap .mejs-video {
  margin: 0 auto;
  line-height: 0;
  width: 100%;
}
.ekit_self_video_wrap .mfp-close {
  position: fixed;
  outline: 0;
}
.ekit_self_video_wrap .mfp-close:hover {
  background: #000;
  border-color: #000;
}
.ekit_self_video_wrap_content .mfp-content {
  max-width: 900px;
}
.ekit-wid-con.ekit_wpForms_container .wpforms-submit {
  line-height: normal;
}
.ekit-wid-con.ekit_wpForms_container
  .wpforms-container
  .wpforms-field
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field select,
.ekit-wid-con.ekit_wpForms_container
  .wpforms-container
  .wpforms-field
  textarea {
  max-width: 100% !important;
}
.ekit-wid-con.ekit_wpForms_container
  .wpforms-container
  .wpforms-form
  .wpforms-field-name
  .wpforms-field-row {
  max-width: 100%;
}
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="date"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="datetime-local"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="datetime"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="email"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="month"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="number"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="password"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="range"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="search"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="tel"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="text"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="time"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="url"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type="week"],
.ekit-wid-con.ekit_wpForms_container .wpforms-form select,
.ekit-wid-con.ekit_wpForms_container .wpforms-form textarea {
  height: 100%;
}
.elementor-element div.wpforms-container-full,
.elementor-element div.wpforms-container-full .wpforms-form * {
  visibility: inherit;
}
.ekit-wid-con .elementskit-btn {
  border-radius: 5px;
  font-size: 15px;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background-color: #2575fc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .elementskit-btn:hover {
  background-color: #0350d2;
}
.ekit-wid-con .elementskit-btn:hover::before {
  opacity: 1;
}
.ekit-wid-con .elementskit-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}
.ekit-wid-con .single-btn {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ekit-wid-con .single-btn:last-child {
  margin-bottom: 0;
}
.ekit-wid-con .btn.sm {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 16px;
  padding-right: 16px;
}
.ekit-wid-con .btn.sm.round {
  border-radius: 15px;
}
.ekit-wid-con .btn.md {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
}
.ekit-wid-con .btn.md.round {
  border-radius: 20px;
}
.ekit-wid-con .btn.lg {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.ekit-wid-con .btn.lg.round {
  border-radius: 25px;
}
.ekit-wid-con .btn.xl {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-left: 36px;
  padding-right: 36px;
}
.ekit-wid-con .btn.xl.round {
  border-radius: 30px;
}
.ekit-wid-con .btn.border-gra-one,
.ekit-wid-con .btn.gra-one {
  background: gradieintplate(gra-one, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-one, angle)),
    color-stop(0, gradieintplate(gra-one, bg-one)),
    to(gradieintplate(gra-one, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-one, angle),
    gradieintplate(gra-one, bg-one) 0,
    gradieintplate(gra-one, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-two,
.ekit-wid-con .btn.gra-two {
  background: gradieintplate(gra-two, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-two, angle)),
    color-stop(0, gradieintplate(gra-two, bg-one)),
    to(gradieintplate(gra-two, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-two, angle),
    gradieintplate(gra-two, bg-one) 0,
    gradieintplate(gra-two, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-three,
.ekit-wid-con .btn.gra-three {
  background: gradieintplate(gra-three, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-three, angle)),
    color-stop(0, gradieintplate(gra-three, bg-one)),
    to(gradieintplate(gra-three, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-three, angle),
    gradieintplate(gra-three, bg-one) 0,
    gradieintplate(gra-three, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-four,
.ekit-wid-con .btn.gra-four {
  background: gradieintplate(gra-four, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-four, angle)),
    color-stop(0, gradieintplate(gra-four, bg-one)),
    to(gradieintplate(gra-four, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-four, angle),
    gradieintplate(gra-four, bg-one) 0,
    gradieintplate(gra-four, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-five,
.ekit-wid-con .btn.gra-five {
  background: gradieintplate(gra-five, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-five, angle)),
    color-stop(0, gradieintplate(gra-five, bg-one)),
    to(gradieintplate(gra-five, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-five, angle),
    gradieintplate(gra-five, bg-one) 0,
    gradieintplate(gra-five, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-six,
.ekit-wid-con .btn.gra-six {
  background: gradieintplate(gra-six, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-six, angle)),
    color-stop(0, gradieintplate(gra-six, bg-one)),
    to(gradieintplate(gra-six, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-six, angle),
    gradieintplate(gra-six, bg-one) 0,
    gradieintplate(gra-six, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-seven,
.ekit-wid-con .btn.gra-seven {
  background: gradieintplate(gra-seven, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-seven, angle)),
    color-stop(0, gradieintplate(gra-seven, bg-one)),
    to(gradieintplate(gra-seven, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-seven, angle),
    gradieintplate(gra-seven, bg-one) 0,
    gradieintplate(gra-seven, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-eight,
.ekit-wid-con .btn.gra-eight {
  background: gradieintplate(gra-eight, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-eight, angle)),
    color-stop(0, gradieintplate(gra-eight, bg-one)),
    to(gradieintplate(gra-eight, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-eight, angle),
    gradieintplate(gra-eight, bg-one) 0,
    gradieintplate(gra-eight, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-nine,
.ekit-wid-con .btn.gra-nine {
  background: gradieintplate(gra-nine, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-nine, angle)),
    color-stop(0, gradieintplate(gra-nine, bg-one)),
    to(gradieintplate(gra-nine, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-nine, angle),
    gradieintplate(gra-nine, bg-one) 0,
    gradieintplate(gra-nine, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-ten,
.ekit-wid-con .btn.gra-ten {
  background: gradieintplate(gra-ten, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-ten, angle)),
    color-stop(0, gradieintplate(gra-ten, bg-one)),
    to(gradieintplate(gra-ten, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-ten, angle),
    gradieintplate(gra-ten, bg-one) 0,
    gradieintplate(gra-ten, bg-two)
  );
}
.ekit-wid-con .btn.border-gra-eleven,
.ekit-wid-con .btn.gra-eleven {
  background: gradieintplate(gra-eleven, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(gradieintplate(gra-eleven, angle)),
    color-stop(0, gradieintplate(gra-eleven, bg-one)),
    to(gradieintplate(gra-eleven, bg-two))
  );
  background: linear-gradient(
    gradieintplate(gra-eleven, angle),
    gradieintplate(gra-eleven, bg-one) 0,
    gradieintplate(gra-eleven, bg-two)
  );
}
.ekit-wid-con .btn.gra-one::before {
  background: hovergradieintplate(gra-one, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-one, angle)),
    color-stop(0, hovergradieintplate(gra-one, bg-one)),
    to(hovergradieintplate(gra-one, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-one, angle),
    hovergradieintplate(gra-one, bg-one) 0,
    hovergradieintplate(gra-one, bg-two)
  );
}
.ekit-wid-con .btn.gra-two::before {
  background: hovergradieintplate(gra-two, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-two, angle)),
    color-stop(0, hovergradieintplate(gra-two, bg-one)),
    to(hovergradieintplate(gra-two, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-two, angle),
    hovergradieintplate(gra-two, bg-one) 0,
    hovergradieintplate(gra-two, bg-two)
  );
}
.ekit-wid-con .btn.gra-three::before {
  background: hovergradieintplate(gra-three, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-three, angle)),
    color-stop(0, hovergradieintplate(gra-three, bg-one)),
    to(hovergradieintplate(gra-three, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-three, angle),
    hovergradieintplate(gra-three, bg-one) 0,
    hovergradieintplate(gra-three, bg-two)
  );
}
.ekit-wid-con .btn.gra-four::before {
  background: hovergradieintplate(gra-four, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-four, angle)),
    color-stop(0, hovergradieintplate(gra-four, bg-one)),
    to(hovergradieintplate(gra-four, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-four, angle),
    hovergradieintplate(gra-four, bg-one) 0,
    hovergradieintplate(gra-four, bg-two)
  );
}
.ekit-wid-con .btn.gra-five::before {
  background: hovergradieintplate(gra-five, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-five, angle)),
    color-stop(0, hovergradieintplate(gra-five, bg-one)),
    to(hovergradieintplate(gra-five, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-five, angle),
    hovergradieintplate(gra-five, bg-one) 0,
    hovergradieintplate(gra-five, bg-two)
  );
}
.ekit-wid-con .btn.gra-six::before {
  background: hovergradieintplate(gra-six, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-six, angle)),
    color-stop(0, hovergradieintplate(gra-six, bg-one)),
    to(hovergradieintplate(gra-six, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-six, angle),
    hovergradieintplate(gra-six, bg-one) 0,
    hovergradieintplate(gra-six, bg-two)
  );
}
.ekit-wid-con .btn.gra-seven::before {
  background: hovergradieintplate(gra-seven, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-seven, angle)),
    color-stop(0, hovergradieintplate(gra-seven, bg-one)),
    to(hovergradieintplate(gra-seven, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-seven, angle),
    hovergradieintplate(gra-seven, bg-one) 0,
    hovergradieintplate(gra-seven, bg-two)
  );
}
.ekit-wid-con .btn.gra-eight::before {
  background: hovergradieintplate(gra-eight, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-eight, angle)),
    color-stop(0, hovergradieintplate(gra-eight, bg-one)),
    to(hovergradieintplate(gra-eight, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-eight, angle),
    hovergradieintplate(gra-eight, bg-one) 0,
    hovergradieintplate(gra-eight, bg-two)
  );
}
.ekit-wid-con .btn.gra-nine::before {
  background: hovergradieintplate(gra-nine, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-nine, angle)),
    color-stop(0, hovergradieintplate(gra-nine, bg-one)),
    to(hovergradieintplate(gra-nine, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-nine, angle),
    hovergradieintplate(gra-nine, bg-one) 0,
    hovergradieintplate(gra-nine, bg-two)
  );
}
.ekit-wid-con .btn.gra-ten::before {
  background: hovergradieintplate(gra-ten, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-ten, angle)),
    color-stop(0, hovergradieintplate(gra-ten, bg-one)),
    to(hovergradieintplate(gra-ten, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-ten, angle),
    hovergradieintplate(gra-ten, bg-one) 0,
    hovergradieintplate(gra-ten, bg-two)
  );
}
.ekit-wid-con .btn.gra-eleven::before {
  background: hovergradieintplate(gra-eleven, bg-one);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hovergradieintplate(gra-eleven, angle)),
    color-stop(0, hovergradieintplate(gra-eleven, bg-one)),
    to(hovergradieintplate(gra-eleven, bg-two))
  );
  background: linear-gradient(
    hovergradieintplate(gra-eleven, angle),
    hovergradieintplate(gra-eleven, bg-one) 0,
    hovergradieintplate(gra-eleven, bg-two)
  );
}
.ekit-wid-con .btn.square {
  border-radius: 0;
}
.ekit-wid-con .btn-outline-primary {
  border-color: #f5f5f5;
  background-color: #fff;
}
.ekit-wid-con .btn-info {
  background-color: #f15;
}
.ekit-wid-con .btn.info-s2 {
  color: #f15;
  background-color: #fff;
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
  box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 0.07);
}
.ekit-wid-con .btn-outline-info {
  border-color: #f15;
  background-color: #fff;
  color: #000;
}
.ekit-wid-con .btn-outline-info.info-s2 {
  color: #000;
}
.ekit-wid-con .btn.border-gra,
.ekit-wid-con .btn.btn-gra {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.ekit-wid-con .btn.border-gra::before,
.ekit-wid-con .btn.btn-gra::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.ekit-wid-con .btn.btn-gra::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 101% 101%;
  opacity: 0;
}
.ekit-wid-con .btn.btn-gra:hover::before {
  opacity: 1;
}
.ekit-wid-con .btn.border-gra {
  background-size: 101% 101%;
  border: 0;
}
.ekit-wid-con .btn.border-gra::before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
}
.ekit-wid-con .btn.border-gra:hover::before {
  opacity: 0;
}
.ekit-wid-con .elementskit-btn i {
  display: inline-block;
  vertical-align: middle;
}
.ekit-wid-con .ekit-mailChimpForm .elementskit_input_label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.ekit-wid-con .ekit-mailChimpForm .elementskit_form_group {
  margin-bottom: 1rem;
  margin: 0;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control {
  display: block;
  width: 100%;
  height: auto;
  min-height: 42px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ekit-wid-con
  .ekit-mailChimpForm
  .ekit_form_control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.25);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.25);
}
.ekit-wid-con .ekit-mail-submit {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 15px 40px 15px 40px;
  -webkit-box-shadow: 0 7px 15px 0 rgb(55 74 94 / 0.3);
  box-shadow: 0 7px 15px 0 rgb(55 74 94 / 0.3);
  border-style: solid;
  border-width: 0;
  color: #fff;
  background-color: #374a5e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
.ekit-wid-con .ekit-mail-submit svg {
  max-width: 16px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .ekit-mail-submit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  opacity: 0;
  background-size: 101% 101%;
  border-radius: inherit;
}
.ekit-wid-con .ekit-mail-submit:hover::before {
  opacity: 1;
}
.ekit-wid-con .elementskit_input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.ekit-wid-con .elementskit_input_group .ekit_form_control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.ekit-wid-con .elementskit_input_group .ekit_form_control.ekit_append_input {
  border-radius: 5px 0 0 5px;
}
.ekit-wid-con .elementskit_input_group_prepend {
  margin-right: -1px;
}
.ekit-wid-con .elementskit_input_group_prepend + .ekit_form_control {
  border-radius: 0 5px 5px 0;
}
.ekit-wid-con .elementskit_input_group_append .elementskit_input_group_text {
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}
.ekit-wid-con .elementskit_input_group_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  height: 100%;
  padding: 15px;
  border-radius: 5px 0 0 5px;
}
.ekit-wid-con .elementskit_input_group_text svg {
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}
.ekit-wid-con .elementskit_inline_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ekit-wid-con .elementskit_inline_form .elementskit_form_group {
  margin-bottom: 0;
}
.ekit-wid-con
  .elementskit_inline_form
  .elementskit_input_wraper:not(.ekit_submit_input_holder) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ekit-wid-con .elementskit_inline_form .ekit_submit_input_holder {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ekit-wid-con .elementskit_inline_form .ekit-mail-submit {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ekit-wid-con .elementskit_inline_form.has-extra-fields > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .ekit-wid-con
    .elementskit_inline_form.has-extra-fields
    > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ekit-wid-con .ekit-mail-submit {
  padding: 11.5px 40px;
}
.ekit-wid-con .ekit-mail-message {
  display: none;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.ekit-wid-con .ekit-mail-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.ekit-wid-con .ekit-mail-message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.ekit-wid-con .ekit-single-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ekit-wid-con .ekit-single-day:not(:last-child) {
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
}
.ekit-wid-con .ekit-single-day > span {
  display: inline-block;
}
.ekit-wid-con .ekit-single-day .ekit-business-day {
  font-size: 30px;
  color: #3b3b3b;
  font-weight: 500;
  padding-left: 5px;
  margin-right: auto;
}
.ekit-wid-con .ekit-single-day .ekit-business-time {
  font-size: 20px;
  color: #333;
  padding-right: 5px;
  margin-left: auto;
}
@media (max-width: 480px) {
  .ekit-wid-con .ekit-single-day {
    display: block;
  }
  .ekit-wid-con .ekit-single-day > span {
    display: block;
  }
  .ekit-wid-con .ekit-single-day .ekit-business-time {
    padding-left: 5px;
  }
}
.ekit-wid-con .ekit-heading {
  position: relative;
}
.ekit-wid-con .ekit-heading__shadow-text {
  z-index: 0;
  font-size: 90px;
  position: absolute;
  font-weight: 700;
  line-height: 120px;
  white-space: nowrap;
  letter-spacing: -6px;
  font-family: Archivo, sans-serif;
  color: #fff0;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(16 16 16 / 0.1);
}
.ekit-wid-con .ekit-heading__shadow-text ~ * {
  z-index: 1;
  position: relative;
}
.ekit-wid-con .ekit-heading__title-has-border {
  position: relative;
}
.ekit-wid-con .ekit-heading__title-has-border::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff512f),
    to(#dd2476)
  );
  background: linear-gradient(to bottom, #ff512f, #dd2476);
}
.ekit-wid-con .ekit-heading__title-has-border.start::before {
  left: 0;
}
.ekit-wid-con .ekit-heading__title-has-border.end::before {
  right: 0;
}
.ekit-wid-con .ekit-heading__title-has-border ~ .ekit-heading__description {
  display: block;
}
.ekit-wid-con .ekit-heading__title-in-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ekit-wid-con .ekit-heading__subtitle-has-border {
  border: 1px solid #fff;
  padding: 0.25rem 3rem;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ekit-wid-con .ekit-heading .ekit_border_custom img {
  display: inline-block;
}
.ekit-wid-con .elementskit-border-divider {
  height: 4px;
  width: 30px;
  background: #2575fc;
  border-radius: 2px;
  position: relative;
  margin-left: 27px;
}
.ekit-wid-con .elementskit-border-divider::before {
  content: "";
  position: absolute;
  color: #0c5adb;
  left: -27px;
  top: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #0c5adb;
  -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
  box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}
.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
  width: 150px;
  border-radius: 0;
  background: #2575fc;
  margin-left: 0;
}
.ekit-wid-con .elementskit-border-divider.elementskit-style-long::before {
  display: none;
}
.ekit-wid-con .elementskit-border-divider.elementskit-style-long.style-3 {
  width: 90px;
}
.ekit-wid-con .elementskit-border-divider.style-2 {
  background: #e7e7e7;
}
.ekit-wid-con .elementskit-border-divider.style-2::before {
  background-color: #e7e7e7;
  -webkit-box-shadow: 9px 0 0 0 #e7e7e7;
  box-shadow: 9px 0 0 0 #e7e7e7;
  left: -19px;
}
.ekit-wid-con .elementskit-border-star {
  width: 135px;
  color: #2575fc;
  background: #2575fc;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(currentColor),
    color-stop(38%, currentColor),
    color-stop(38%, #fff0),
    color-stop(62%, #fff0),
    color-stop(62%, currentColor),
    to(currentColor)
  );
  background: linear-gradient(
    90deg,
    currentColor 0,
    currentColor 38%,
    #fff0 38%,
    #fff0 62%,
    currentColor 62%,
    currentColor 100%
  );
  height: 2px;
  position: relative;
}
.ekit-wid-con .elementskit-border-star::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 14.3px;
  height: 14.3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #2575fc;
  top: -7.15px;
}
.ekit-wid-con .elementskit-border-star.style-2 {
  background: #d7d7d7;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d7d7d7),
    color-stop(38%, #d7d7d7),
    color-stop(38%, #fff0),
    color-stop(62%, #fff0),
    color-stop(62%, #d7d7d7),
    to(#d7d7d7)
  );
  background: linear-gradient(
    90deg,
    #d7d7d7 0,
    #d7d7d7 38%,
    #fff0 38%,
    #fff0 62%,
    #d7d7d7 62%,
    #d7d7d7 100%
  );
}
.ekit-wid-con .elementskit-border-star.style-2::after {
  background-color: #d7d7d7;
}
.ekit-wid-con .elementskit-border-star.elementskit-bullet {
  height: 1px;
}
.ekit-wid-con .elementskit-border-star.elementskit-bullet::after {
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ekit-wid-con .elementskit-section-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  margin-bottom: 20px;
}
.ekit-wid-con .elementskit-section-title.medium {
  font-size: 36px;
}
.ekit-wid-con .elementskit-section-title em {
  font-family: "Playfair Display", serif;
}
.ekit-wid-con .elementskit-section-title.block span {
  background-color: #2575fc;
  color: #fff;
  padding: 5px;
}
.ekit-wid-con .elementskit-section-title a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ekit-wid-con .elementskit-section-subtitle {
  font-weight: 700;
  color: rgb(0 0 0 / 0.5);
}
.ekit-wid-con .elementskit-section-subtitle.primary-v {
  color: #2575fc;
}
.ekit-wid-con .elementskit-section-subtitle.elementskit-gradient-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
  color: #2575fc;
  background-size: 50%;
}
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after,
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #d7d7d7;
  display: inline-block;
  vertical-align: middle;
}
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
  margin-right: 15px;
}
.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after {
  margin-left: 15px;
}
.ekit-wid-con .elementskitsection-title-wraper {
  position: relative;
  z-index: 2;
}
.ekit-wid-con .elementskitsection-title-wraper > p {
  margin-top: 21px;
  margin-bottom: 12px;
}
.ekit-wid-con .elementskitsection-title-wraper .section-title {
  margin-bottom: 5px;
}
.ekit-wid-con .elementskitsection-title-wraper.text-center,
.ekit-wid-con .elementskitsection-title-wraper.text-right {
  margin-bottom: 40px;
}
.ekit-wid-con .elementskitsection-title-wraper.green-v .section-title {
  color: #53f995;
}
.ekit-wid-con
  .elementskitsection-title-wraper.green-v
  .elementskit-border-divider {
  background: #53f995;
}
.ekit-wid-con
  .elementskitsection-title-wraper.green-v
  .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995;
  box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995;
}
.ekit-wid-con .elementskitsection-title-wraper.white-v .section-title {
  color: #fff;
}
.ekit-wid-con
  .elementskitsection-title-wraper.white-v
  .elementskit-border-divider {
  background: #fff;
}
.ekit-wid-con
  .elementskitsection-title-wraper.white-v
  .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff;
  box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff;
}
.ekit-wid-con .elementskitsection-title-wraper.primary-v .section-title {
  color: #2575fc;
}
.ekit-wid-con
  .elementskitsection-title-wraper.primary-v
  .elementskit-border-divider {
  background: #2575fc;
}
.ekit-wid-con
  .elementskitsection-title-wraper.primary-v
  .elementskit-border-divider::before {
  background-color: inherit;
  -webkit-box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc;
  box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc;
}
.ekit-wid-con
  .elementskitsection-title-wraper.version-2.primary-v
  .section-title {
  color: #000;
}
.ekit-wid-con .elementskitsection-title-wraper.version-3 > p {
  margin-top: 18px;
}
.ekit-wid-con .elementskitsection-title-wraper.version-4 .section-title {
  position: relative;
  margin-left: 52px;
}
.ekit-wid-con
  .elementskitsection-title-wraper.version-4
  .section-title::before {
  position: absolute;
  content: "";
  top: calc(50% - 1.5px);
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2575fc;
}
.ekit-wid-con .elementskitsection-title-wraper.version-5 .mask-title {
  margin-bottom: 12px;
}
.ekit-wid-con .elementskitsection-title-wraper.version-5 .section-title {
  font-size: 22px;
  color: rgb(0 0 0 / 0.5);
  letter-spacing: 5.8px;
  margin-bottom: 10px;
}
.ekit-wid-con .elementskitsection-title-wraper .shuffle-letter-title-wraper {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.ekit-wid-con .elementskit-section-title {
  font-weight: 500;
}
.ekit-wid-con .elementskit-section-title.text_fill > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
  color: #2575fc;
}
.ekit-wid-con .elementskit-section-title span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 700;
}
.ekit-wid-con .text_fill > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.ekit-wid-con .elementskit-section-title-wraper.center,
.ekit-wid-con .elementskit-section-title-wraper.text_center {
  text-align: center;
}
.ekit-wid-con
  .elementskit-section-title-wraper.center
  .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.center .elementskit-border-star,
.ekit-wid-con
  .elementskit-section-title-wraper.text_center
  .elementskit-border-divider,
.ekit-wid-con
  .elementskit-section-title-wraper.text_center
  .elementskit-border-star {
  margin-left: auto;
  margin-right: auto;
}
.ekit-wid-con .elementskit-section-title-wraper.right,
.ekit-wid-con .elementskit-section-title-wraper.text_right {
  text-align: right;
}
.ekit-wid-con
  .elementskit-section-title-wraper.right
  .elementskit-border-divider,
.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-star,
.ekit-wid-con
  .elementskit-section-title-wraper.text_right
  .elementskit-border-divider,
.ekit-wid-con
  .elementskit-section-title-wraper.text_right
  .elementskit-border-star {
  margin-left: auto;
}
.ekit-wid-con
  .elementskit-section-title-wraper.right
  .elementskit-border-divider,
.ekit-wid-con
  .elementskit-section-title-wraper.text_right
  .elementskit-border-divider {
  left: 0;
}
.ekit-wid-con .elementskit-section-title-wraper.left,
.ekit-wid-con .elementskit-section-title-wraper.text_left {
  text-align: left;
}
.ekit-wid-con
  .elementskit-section-title-wraper.left
  .elementskit-border-divider,
.ekit-wid-con
  .elementskit-section-title-wraper.text_left
  .elementskit-border-divider {
  left: 0;
}
.ekit-heading--subtitle {
  margin-top: 8px;
  margin-bottom: 16px;
}
.ekit-heading__description {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.ekit-heading__description > p:first-child {
  margin-top: 10px;
}
.ekit-wid-con .post--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-wid-con .post--tab .tabHeader {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
.ekit-wid-con .post--tab .tabHeader .tab__list {
  list-style: none;
  padding-left: 0;
}
.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px 14px 30px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  position: relative;
}
.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item.active,
.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item:hover {
  color: #d72924;
  background-color: #f0f1f4;
  z-index: 2;
}
.ekit-wid-con .post--tab .tabContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
}
.ekit-wid-con .ekit--tab__post__details {
  min-height: 100px;
}
.ekit-wid-con .ekit--tab__post__details .tabItem {
  display: none;
  -webkit-animation: hide-fadeout 0.6s ease-out;
  animation: hide-fadeout 0.6s ease-out;
}
.ekit-wid-con .ekit--tab__post__details .tabItem.active {
  display: block;
  -webkit-animation: show-fadein 0.6s ease-in;
  animation: show-fadein 0.6s ease-in;
}
.ekit-wid-con .ekit--tab__post__details .tab__post__single--item {
  border-top: 0;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.ekit-wid-con
  .ekit--tab__post__details
  .tab__post__single--item.ekit___column-2 {
  width: 50%;
}
.ekit-wid-con
  .ekit--tab__post__details
  .tab__post__single--item.ekit___column-4 {
  width: 25%;
}
.ekit-wid-con
  .ekit--tab__post__details
  .tab__post__single--item:hover
  .tab__post--header
  > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ekit-wid-con .ekit--tab__post__details .tab__post--header {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.ekit-wid-con .ekit--tab__post__details .tab__post--header > img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.ekit-wid-con .ekit--tab__post__details .tab__post--header .tab__post--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ekit-wid-con
  .ekit--tab__post__details
  .tab__post--header
  .tab__post--icon
  > span {
  color: #fff;
  font-size: 48px;
}
.ekit-wid-con .ekit--tab__post__details .tab__post--title {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}
.ekit-wid-con .ekit--tab__post__details .tab__post--title > a {
  color: inherit;
  line-height: inherit;
  padding-left: 0;
  padding-right: 0;
}
.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ekit-wid-con .post--tab.disbale-hover img {
  -webkit-transform: inherit !important;
  transform: inherit !important;
}
.ekit-wid-con .clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.ekit-wid-con .post--lists {
  list-style: none;
  padding-left: 0;
}
.ekit-wid-con .post--lists > li {
  border: none !important;
}
.ekit-wid-con .post--lists > li > a {
  padding: 8px 16px;
  line-height: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit-wid-con .post--lists.vertical--list > li {
  float: left;
  margin-right: 16px;
}
.ekit-wid-con .post--lists.vertical--list > li > a {
  padding-left: 0;
  padding-right: 0;
}
.ekit-wid-con .ekit-post_grid-item {
  margin-bottom: 27px;
}
.ekit-wid-con .ekit-post_grid-title {
  margin-top: 0;
  margin-bottom: 0;
}
.ekit_modal-searchPanel .xs-serach {
  position: relative;
}
.ekit_modal-searchPanel .xs-serach input:not([type="submit"]) {
  padding: 0 20px;
  background-color: #fff0;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 0;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit_modal-searchPanel
  .xs-serach
  input:not([type="submit"])::-moz-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}
.ekit_modal-searchPanel
  .xs-serach
  input:not([type="submit"])::-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}
.ekit_modal-searchPanel
  .xs-serach
  input:not([type="submit"]):-ms-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}
.ekit_modal-searchPanel
  .xs-serach
  input:not([type="submit"])::-ms-input-placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}
.ekit_modal-searchPanel .xs-serach input:not([type="submit"])::placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}
.ekit_modal-searchPanel .xs-serach input:not([type="submit"]):focus {
  border-color: #2575fc;
}
.ekit_modal-searchPanel .xs-serach .search-btn {
  width: 62px;
  border: 0;
  font-size: 14px;
  color: #777;
  background-color: #fff0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0 0 0 / 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}
.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup {
  height: 100vh;
  overflow: hidden;
}
.ekit_modal-searchPanel .mfp-bg.my-mfp-slide-bottom {
  display: none;
}
.ekit_modal-searchPanel .ekit-sidebar-widget {
  height: 100vh;
}
.ekit_modal-searchPanel .ekit-bg-black {
  height: 100vh !important;
}
.ekit_modal-searchPanel .ekit-search-group {
  position: relative;
}
.ekit_modal-searchPanel .ekit-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: #fff0;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
  width: 100%;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input:not([type="submit"])::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input:not([type="submit"])::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input:not([type="submit"]):-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input:not([type="submit"])::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input:not([type="submit"])::placeholder {
  color: #fff;
  opacity: 1;
}
.ekit_modal-searchPanel .ekit-search-group .ekit_search-button {
  background-color: #fff0;
  border: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}
.ekit_modal-searchPanel
  .ekit-search-group
  input[type="search"]::-webkit-search-cancel-button,
.ekit_modal-searchPanel
  .ekit-search-group
  input[type="search"]::-webkit-search-decoration,
.ekit_modal-searchPanel
  .ekit-search-group
  input[type="search"]::-webkit-search-results-button,
.ekit_modal-searchPanel
  .ekit-search-group
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.ekit_modal-searchPanel .ekit-search-panel {
  max-width: 800px;
  margin: 1.75rem auto;
}
.ekit_navsearch-button {
  display: inline-block;
}
.ekit_navsearch-button svg {
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}
.elementor-widget-elementskit-header-search .mfp-close {
  width: 44px;
}
.ekit-wid-con .fluentform .ff-el-ratings label {
  display: inline-block;
}
.ekit-wid-con .fluentform .ff-el-progress,
.ekit-wid-con .fluentform .ff-el-progress-bar {
  height: 20px;
}
.ekit-wid-con .fluentform .ff-el-progress-status {
  font-size: 13px;
  display: none;
}
.ekit-wid-con .fluentform .ff-el-progress-bar span {
  font-size: 10px;
}
.ekit-wid-con .fluentform .ff-step-header {
  display: none;
}
.ekit-wid-con
  .fluentform
  .choices[data-type*="select-multiple"]
  .choices__inner {
  padding: 0;
}
.ekit-wid-con
  .fluentform
  .ff-el-form-check-label
  .ff-el-form-check-input::after {
  display: none;
}
.ekit-wid-con
  .fluentform-widget-custom-radio-checkbox
  .ff-el-form-check-input:checked::before {
  display: none;
}
.ekit-wid-con .frm-fluent-form .choices__inner {
  border: none;
}
.ekit-wid-con
  .fluentform-widget-custom-radio-checkbox
  input[type="checkbox"]:checked::after,
.ekit-wid-con
  .fluentform-widget-custom-radio-checkbox
  input[type="radio"]:checked::after {
  position: static;
  -webkit-transform: inherit;
  transform: inherit;
}
.ekit-fluent-form-widget-step-header-yes .ff-el-progress-status {
  display: block !important;
}
.ekit-fluent-form-widget-step-progressbar-yes .ff-step-header {
  display: block !important;
}
.ekit-wid-con .ekit-btt__button {
  padding: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.ekit-wid-con .ekit-btt__button:focus,
.ekit-wid-con .ekit-btt__button:hover {
  text-decoration: none;
}
.ekit-wid-con .ekit-btt__button .canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: inherit;
}
.ekit-wid-con .ekit-btt__button.ekit-tt-show {
  -webkit-animation: ekit-btt-fadein 0.5s;
  animation: ekit-btt-fadein 0.5s;
  opacity: 1;
}
.ekit-wid-con .ekit-btt__button.yes:not(.ekit-tt-show) {
  -webkit-animation: ekit-btt-fadeOut 0.5s;
  animation: ekit-btt-fadeOut 0.5s;
  opacity: 0;
}
.ekit-wid-con .ekit-btt.progress_indicator .ekit-btt__button {
  border: 0 !important;
  border-radius: 50% !important;
}
@-webkit-keyframes ekit-btt-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ekit-btt-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ekit-btt-fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
@keyframes ekit-btt-fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}
.ekit-wid-con .ekit-form .caldera-form-wrap form label span {
  display: inline-block;
}
@media (max-width: 480px) {
  .ekit-wid-con .hotspot-following-line-style .ekit-hotspot-horizontal-line {
    width: 50px;
  }
  .ekit-wid-con .ekit-location_inner {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .ekit-wid-con .elementskit-image-accordion-wraper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .ekit-image-accordion-vertical .ekit-image-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekit-image-accordion-vertical .ekit-image-accordion-item {
    min-height: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ekit-image-accordion-tablet-vertical .ekit-image-accordion,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal)
    .ekit-image-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekit-image-accordion-tablet-vertical .ekit-image-accordion-item,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal)
    .ekit-image-accordion-item {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .ekit-image-accordion-mobile-vertical .ekit-image-accordion,
  .ekit-image-accordion-tablet-vertical:not(
      .ekit-image-accordion-mobile-horizontal
    )
    .ekit-image-accordion,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal)
    .ekit-image-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekit-image-accordion-mobile-vertical .ekit-image-accordion-item,
  .ekit-image-accordion-tablet-vertical:not(
      .ekit-image-accordion-mobile-horizontal
    )
    .ekit-image-accordion-item,
  .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal)
    .ekit-image-accordion-item {
    min-height: 0 !important;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    width: 50%;
  }
  .ekit-wid-con .elementskit-flip-clock > .elementskit-time {
    margin-bottom: 40px;
  }
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
    max-width: 100%;
  }
  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
    font-size: 28px;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
    display: block;
    width: 100%;
  }
  .ekit-wid-con .elementskit-flip-clock > .elementskit-time {
    margin-bottom: 40px;
    width: 100%;
  }
  .ekit-wid-con .elementskit-flip-clock > .elementskit-time:not(:last-child) {
    margin-right: 0;
  }
  .ekit-wid-con .elementskit-countdown-timer-4::after,
  .ekit-wid-con .elementskit-countdown-timer-4::before {
    display: none;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 {
    width: 100%;
    margin-left: 0;
    height: 100%;
    line-height: 1;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
    padding: 15px;
  }
  .ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container,
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .ekit-wid-con
    .elementskit-countdown-timer
    .elementskit-timer-container:not(:last-child),
  .ekit-wid-con
    .elementskit-countdown-timer-2
    .elementskit-timer-container:not(:last-child),
  .ekit-wid-con
    .elementskit-countdown-timer-3
    .elementskit-timer-container:not(:last-child),
  .ekit-wid-con
    .elementskit-countdown-timer-4
    .elementskit-timer-container:not(:last-child) {
    margin-bottom: 30px;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
    display: block;
  }
  .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
    line-height: normal;
  }
  .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-1 .ekit-video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-2 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 1 0 45%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-3 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    -ms-flex: 1 0 31%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-4 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    -ms-flex: 1 0 20%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-5 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    -ms-flex: 1 0 18%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-tablet-6 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 16.66%;
    -ms-flex: 1 0 15%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-1
    .ekit-video-item {
    width: 100%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-2
    .ekit-video-item {
    width: 50%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-3
    .ekit-video-item {
    width: 33.33%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-4
    .ekit-video-item {
    width: 25%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-5
    .ekit-video-item {
    width: 20%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-tablet-6
    .ekit-video-item {
    width: 16.66%;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-1 .ekit-video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-2 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 1 0 45%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-3 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    -ms-flex: 1 0 31%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-4 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    -ms-flex: 1 0 20%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-5 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    -ms-flex: 1 0 18%;
  }
  .ekit-wid-con .ekit-video-gallery.ekit-column-mobile-6 .ekit-video-item {
    -webkit-box-flex: 0;
    flex: 0 0 16.66%;
    -ms-flex: 1 0 15%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-1
    .ekit-video-item {
    width: 100%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-2
    .ekit-video-item {
    width: 50%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-3
    .ekit-video-item {
    width: 33.33%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-4
    .ekit-video-item {
    width: 25%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-5
    .ekit-video-item {
    width: 20%;
  }
  .ekit-wid-con
    .ekit-video-gallery.ekit-masonry.ekit-column-mobile-6
    .ekit-video-item {
    width: 16.66%;
  }
  .ekit-wid-con .ekit-video-gallery-wrapper .elementskit-main-filter > li {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .profile-image-card-group > li {
    margin-bottom: 0;
  }
  .ekit-wid-con .fullwidth-profile-card .profile-entry-content {
    padding-left: 30px;
    padding-right: 25px;
  }
  .ekit-wid-con .fullwidth-profile-card .profile-img {
    display: block;
  }
  .ekit-wid-con .owl-carousel .owl-item .profile-header img {
    width: 100%;
  }
  .ekit-wid-con .team-slider-wraper {
    overflow: hidden;
    position: relative;
  }
  .ekit-wid-con .single-preview .entry-content {
    background-size: 100%;
  }
  .ekit-wid-con .team-sync-thumb {
    overflow: visible;
    margin-bottom: 30px;
  }
  .ekit-wid-con .team-sync-thumb .owl-item {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .ekit-wid-con .team-sync-prev .owl-stage-outer {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ekit-wid-con .team-slider {
    padding: 0;
  }
  .ekit-wid-con .team-slider {
    overflow: visible;
  }
  .ekit-wid-con .team-slider .owl-stage-outer {
    padding: 50px 0;
  }
  .ekit-wid-con .profile-square-v.square-v4 .profile-card {
    max-height: 500px;
  }
  .ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header {
    max-height: 380px;
  }
  .ekit-wid-con .fullwidth-profile-card .profile-entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .profile-image-card-group.five-col > li,
  .ekit-wid-con .profile-image-card-group.four-col > li {
    width: 100%;
  }
  .ekit-wid-con .vintage-style-2 .vintage-profile-card .profile-group {
    padding: 62px 29px;
  }
  .ekit-wid-con .profile-info-text {
    padding-right: 0;
  }
  .ekit-wid-con .elementskit-team-popup .modal-body {
    display: block;
    padding: 60px 25px 40px;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .timeline-item {
    padding: 20px;
  }
  .ekit-wid-con
    .timeline-area.reverse
    .single-timeline:nth-child(odd)
    .timeline-content {
    padding-left: 20px;
  }
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-content {
    padding-left: 20px;
  }
  .ekit-wid-con .timeline-content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ekit-wid-con .timeline-item {
    padding: 10px;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ekit-wid-con
    .timeline-area.reverse
    .single-timeline:nth-child(odd)
    .timeline-content {
    padding-left: 0;
  }
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-content {
    padding-left: 0;
  }
  .ekit-wid-con .timeline-content {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .single-timeline {
    display: block;
  }
  .ekit-wid-con .single-timeline .timeline-img {
    display: none;
  }
  .ekit-wid-con .timeline-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .ekit-wid-con .timeline-info {
    width: 100%;
    margin-left: 0;
    text-align: right;
    padding: 10px;
  }
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-item {
    margin-right: 0;
    margin-left: 0;
  }
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-info {
    text-align: left;
  }
  .ekit-wid-con
    .timeline-area.reverse
    .single-timeline:nth-child(odd)
    .timeline-item {
    margin-right: 0;
    margin-left: 0;
  }
  .ekit-wid-con
    .timeline-area.reverse
    .single-timeline:nth-child(odd)
    .timeline-info {
    text-align: left;
  }
  .ekit-wid-con .timeline-classic .timeline-info {
    width: 100%;
    margin-left: 0;
  }
  .ekit-wid-con .timeline-slider-info .title {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .ekit-wid-con .timeline-slider-area {
    padding: 0;
  }
  .ekit-wid-con .horizantal-timeline .single-timeline {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ekit-wid-con .bothside .single-timeline:nth-child(2n) .timeline-info {
    text-align: left;
  }
  .ekit-wid-con .timeline-item .timeline-content {
    text-align: left;
  }
  .ekit-wid-con .timeline-area.vertical-timeline {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .horizantal-timeline .single-timeline {
    margin-right: 1%;
  }
}
@media (max-width: 991px) and (min-width: 568px) {
  .ekit-wid-con .horizantal-timeline .single-timeline {
    width: 49%;
  }
}
@media (max-width: 1024px) {
  .ekit-wid-con .timeline-info {
    text-align: left;
  }
  .ekit-wid-con .timeline-pin-icon {
    left: -60px;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .timeline-pin-icon {
    width: 20px;
    height: 20px;
    line-height: 18px;
    left: -43px;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-content {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-icon {
    margin-left: 30px;
  }
  .ekit-wid-con
    .vertical-timeline
    .single-timeline:nth-child(even)
    .timeline-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con
    .timeline-area.floating-style
    .single-timeline:nth-child(even)
    .timeline-icon {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.tablet-ekit___column-2 {
    width: 50%;
  }
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.tablet-ekit___column-3 {
    width: 33.3333333333%;
  }
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.tablet-ekit___column-4 {
    width: 25%;
  }
  .ekit-wid-con .post--tab .tabContent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .ekit-wid-con .post--tab .tabHeader {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.mobile-ekit___column-2 {
    width: 50%;
  }
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.mobile-ekit___column-3 {
    width: 33.3333333333%;
  }
  .ekit-wid-con
    .ekit--tab__post__details
    .tab__post__single--item.mobile-ekit___column-4 {
    width: 25%;
  }
  .ekit-wid-con .post--tab {
    display: block;
  }
  .ekit-wid-con .post--tab .tabHeader .tab__list {
    border: none;
    margin-bottom: 15px;
  }
  .ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ekit-wid-con .elementskit-single-testimonial-slider.block-style {
    padding: 30px;
  }
  .ekit-wid-con
    .elementskit-single-testimonial-slider.block-style3
    .icon-content {
    display: none;
  }
  .ekit-wid-con .elementskit-testimonial-preset {
    overflow: hidden;
  }
  .ekit-wid-con .elementskit-single-testimonial-slider {
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
  }
}
@media (max-width: 991px) {
  .ekit-wid-con .elementskit-testimonial-preset {
    overflow: hidden;
    padding: 40px;
  }
  .ekit-wid-con .elementskit-testimonial-preset.testimonial-block-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .ekit-wid-con .elementskit-single-testimonial-slider {
    -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 0.1);
    padding: 30px;
  }
  .ekit-wid-con
    .elementskit-single-testimonial-slider
    .elementskit-profile-image-card {
    margin-bottom: 0;
  }
  .ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
    padding: 30px;
    border-left: 0 solid #2575fc;
  }
  .ekit-wid-con
    .elementskit-single-testimonial-slider.style-2
    .elementskit-profile-image-card {
    margin-left: 0;
  }
  .ekit-wid-con .elementskit-single-testimonial-slider.block-style {
    padding: 30px;
  }
  .ekit-wid-con
    .elementskit-single-testimonial-slider.block-style3
    .icon-content {
    display: none;
  }
  .ekit-wid-con .elementskit-commentor-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .ekit-wid-con .elementskit-tootltip-testimonial {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .ekit-wid-con .elementskit-testimonial_card {
    padding: 100px 60px 40px;
  }
  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next,
  .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .ekit-wid-con .elementskit-testimonial-preset {
    padding: 20px 10px;
  }
  .ekit-wid-con .elementskit-single-testimonial-slider.review-block {
    padding: 20px;
  }
  .ekit-wid-con .elementskit-testimonial_card {
    padding: 50px 30px 20px;
  }
  .ekit-wid-con .elementskit-testimonial_card > p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_left {
    text-align: left;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_left
    .elementskit-border-divider {
    margin: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_left
    .ekit_heading_elementskit-border-divider.ekit-dotted
    .elementskit-border-divider {
    left: 26px;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_left
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_right {
    text-align: right;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_right
    .elementskit-border-divider {
    margin-left: auto;
    margin-right: 0;
    left: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_right
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin-left: auto;
    margin-right: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_center {
    text-align: center;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_center
    .elementskit-border-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_center
    .ekit_heading_elementskit-border-divider.ekit-dotted
    .elementskit-border-divider {
    left: 13px;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_tablet-text_center
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_left {
    text-align: left;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_left
    .elementskit-border-divider {
    margin: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_left
    .ekit_heading_elementskit-border-divider.ekit-dotted
    .elementskit-border-divider {
    left: 26px;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_left
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_right {
    text-align: right;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_right
    .elementskit-border-divider {
    margin-left: auto;
    margin-right: inherit;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_right
    .ekit_heading_elementskit-border-divider.ekit-dotted
    .elementskit-border-divider {
    left: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_right
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin-left: auto;
    margin-right: 0;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_center {
    text-align: center;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_center
    .elementskit-border-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_center
    .ekit_heading_elementskit-border-divider.ekit-dotted
    .elementskit-border-divider {
    left: 13px;
  }
  .ekit-wid-con
    .elementskit-section-title-wraper.ekit_heading_mobile-text_center
    .ekit_heading_elementskit-border-star
    .elementskit-border-star {
    margin: auto;
  }
}
@media (max-width: 991px) {
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-center
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-center
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-left
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-left
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-right
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-right
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-bottom
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-bottom
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: inherit;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-top
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-top
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: 0;
    bottom: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-center
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-center
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-1
    ul.products
    .product-category {
    width: 100%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-2
    ul.products
    .product-category {
    width: 50%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-3
    ul.products
    .product-category {
    width: 33.33%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-4
    ul.products
    .product-category {
    width: 25%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-5
    ul.products
    .product-category {
    width: 20%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-tablet-columns-6
    ul.products
    .product-category {
    width: 16.66%;
  }
}
@media (max-width: 480px) {
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-center
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-center
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-left
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-left
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-right
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-right
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-bottom
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-bottom
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: inherit;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-top
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-top
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: 0;
    bottom: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-center
    .ekit-woo-featured-cat
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title,
  body
    .ekit-wid-con
    .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-center
    .woocommerce
    ul.products
    .product-category
    .woocommerce-loop-category__title {
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-1
    ul.products
    .product-category {
    width: 100%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-2
    ul.products
    .product-category {
    width: 50%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-3
    ul.products
    .product-category {
    width: 33.33%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-4
    ul.products
    .product-category {
    width: 25%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-5
    ul.products
    .product-category {
    width: 20%;
  }
  body
    .ekit-wid-con
    .ekit-woo-category-list-container
    .woocommerce.ekit-cat-list-mobile-columns-6
    ul.products
    .product-category {
    width: 16.66%;
  }
}
@media (max-width: 991px) {
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-1
    ul.products
    .product {
    width: 100%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-2
    ul.products
    .product {
    width: 50%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-3
    ul.products
    .product {
    width: 33.33%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-4
    ul.products
    .product {
    width: 25%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-5
    ul.products
    .product {
    width: 20%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-tablet-columns-6
    ul.products
    .product {
    width: 16.66%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-1
    ul.products
    .product {
    width: 100%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-2
    ul.products
    .product {
    width: 50%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-3
    ul.products
    .product {
    width: 33.33%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-4
    ul.products
    .product {
    width: 25%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-5
    ul.products
    .product {
    width: 20%;
    margin: 0;
  }
  .ekit-wid-con
    .ekit-wc-products
    .ekit-wc-products-wrapper.ekit-mobile-columns-6
    ul.products
    .product {
    width: 16.66%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .elementor-widget-elementskit-page-list.elementor-align-tablet-left
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-left
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget-elementskit-page-list.elementor-align-tablet-center
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-center
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-elementskit-page-list.elementor-align-tablet-right
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-tablet-right
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget-elementskit-page-list.elementor-align-tablet-center
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-elementskit-page-list.elementor-align-tablet-left
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .elementor-widget-elementskit-page-list.elementor-align-tablet-right
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .elementor-widget-elementskit-page-list.elementor-align-mobile-left
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-left
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget-elementskit-page-list.elementor-align-mobile-center
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-center
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-elementskit-page-list.elementor-align-mobile-right
    .ekit-wid-con
    .elementor-icon-list-item,
  .elementor-widget-elementskit-page-list.elementor-align-mobile-right
    .ekit-wid-con
    .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget-elementskit-page-list.elementor-align-mobile-center
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-elementskit-page-list.elementor-align-mobile-left
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .elementor-widget-elementskit-page-list.elementor-align-mobile-right
    .ekit-wid-con
    .ekit_page_list_content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.ekit-template-content-header .elementor-section,
.ekit-template-content-header .panel-row-style {
  -webkit-transform: none;
}
@media (max-width: 767px) {
  .ekit-wid-con .column-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .ekit-wid-con .column-count-3,
  .ekit-wid-con .column-count-4,
  .ekit-wid-con .column-count-5,
  .ekit-wid-con .column-count-6 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .ekit-wid-con .column-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .ekit-wid-con .column-count-2,
  .ekit-wid-con .column-count-3,
  .ekit-wid-con .column-count-4,
  .ekit-wid-con .column-count-5,
  .ekit-wid-con .column-count-6 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .ekit-wid-con .elementkit-tab-wraper.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}
.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
  padding-top: 40px;
}
.eael-contact-form input[type="text"],
.eael-contact-form input[type="email"],
.eael-contact-form input[type="url"],
.eael-contact-form input[type="tel"],
.eael-contact-form input[type="date"],
.eael-contact-form input[type="number"],
.eael-contact-form textarea {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
  width: 100%;
}
.eael-contact-form input[type="submit"] {
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.eael-custom-radio-checkbox input[type="checkbox"],
.eael-custom-radio-checkbox input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}
.eael-custom-radio-checkbox input[type="checkbox"]:before,
.eael-custom-radio-checkbox input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.eael-custom-radio-checkbox input[type="checkbox"]:checked:before,
.eael-custom-radio-checkbox input[type="radio"]:checked:before {
  background: #999;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.eael-custom-radio-checkbox input[type="radio"] {
  border-radius: 50%;
}
.eael-custom-radio-checkbox input[type="radio"]:before {
  border-radius: 50%;
}
.eael-post-elements-readmore-btn {
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}
.elementor-lightbox .dialog-widget-content {
  width: 100%;
  height: 100%;
}
.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left
  .eael-weform-container {
  margin: 0 auto 0 0;
  display: inline-block;
  text-align: left;
}
.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center
  .eael-weform-container {
  float: none;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right
  .eael-weform-container {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
}
.eael-force-hide {
  display: none !important;
}
.eael-d-none {
  display: none !important;
}
.eael-d-block {
  display: block !important;
}
.eael-h-auto {
  height: auto !important;
}
.theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating {
  display: none;
}
.theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating
  ~ .count {
  display: none;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.elementor-widget-eael-adv-tabs .eael-tab-content-item,
.elementor-widget-eael-adv-accordion .eael-accordion-content,
.elementor-widget-eael-data-table .td-content,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template,
.elementor-widget-eael-countdown .eael-countdown-container,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,
.elementor-widget-eael-protected-content .eael-protected-content-message,
.elementor-widget-eael-protected-content .protected-content,
.eael-offcanvas-content-visible .eael-offcanvas-body,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
  position: relative;
}
.elementor-widget-eael-adv-tabs
  .eael-tab-content-item:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-adv-accordion
  .eael-accordion-content:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-data-table
  .td-content:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-info-box
  .eael-infobox-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown
  .eael-countdown-expiry-template:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown
  .eael-countdown-container:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-cta-box
  .eael-cta-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle
  .eael-toggle-primary-wrap:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle
  .eael-toggle-secondary-wrap:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content
  .eael-protected-content-message:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content
  .protected-content:hover
  .eael-onpage-edit-template-wrapper,
.eael-offcanvas-content-visible
  .eael-offcanvas-body:hover
  .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-stacked-cards
  .eael-stacked-cards__item:hover
  .eael-onpage-edit-template-wrapper {
  display: block;
}
.eael-widget-otea-active .elementor-element:hover > .elementor-element-overlay,
.eael-widget-otea-active .elementor-empty-view,
.eael-widget-otea-active .elementor-add-section-inline,
.eael-widget-otea-active .elementor-add-section {
  display: initial !important;
}
.eael-onpage-edit-template-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 2px solid #5eead4;
}
.eael-onpage-edit-template-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #5eead4;
  opacity: 0.3;
}
.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
  display: block;
}
.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
  display: none;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
  background: #5eead4;
  color: #000;
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
  content: "";
  border-top: 30px solid #5eead4;
  border-right: 0;
  border-bottom: 0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  right: 100%;
  position: absolute;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #5eead4;
  left: 100%;
  position: absolute;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template > i {
  margin-right: 8px;
}
.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,
.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,
.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,
.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4 {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.wpr-anim-text-inner {
  display: inline-block;
  position: relative;
  text-align: left;
}
.wpr-anim-text-inner b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.wpr-anim-text-inner b.wpr-anim-text-visible {
  position: relative;
}
.wpr-anim-text.wpr-anim-text-type-rotate-1 .wpr-anim-text-inner {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.wpr-anim-text.wpr-anim-text-type-rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.wpr-anim-text.wpr-anim-text-type-rotate-1 b.wpr-anim-text-visible {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-animation: wpr-anim-text-rotate-1-in 1.2s;
  animation: wpr-anim-text-rotate-1-in 1.2s;
}
.wpr-anim-text.wpr-anim-text-type-rotate-1 b.wpr-anim-text-hidden {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: wpr-anim-text-rotate-1-out 1.2s;
  animation: wpr-anim-text-rotate-1-out 1.2s;
}
@-webkit-keyframes wpr-anim-text-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes wpr-anim-text-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes wpr-anim-text-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes wpr-anim-text-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.wpr-anim-text.wpr-anim-text-type-typing .wpr-anim-text-inner {
  vertical-align: top;
  overflow: hidden;
}
.wpr-anim-text.wpr-anim-text-type-typing b {
  visibility: hidden;
}
.wpr-anim-text.wpr-anim-text-type-typing b.wpr-anim-text-visible {
  visibility: visible;
}
.wpr-anim-text.wpr-anim-text-type-typing i {
  position: absolute;
  visibility: hidden;
}
.wpr-anim-text.wpr-anim-text-type-typing i.wpr-anim-text-in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes wpr-anim-text-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes wpr-anim-text-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 .wpr-anim-text-inner {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 em,
.wpr-anim-text.wpr-anim-text-type-rotate-2 i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-rotate-2 i {
  opacity: 1;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 i.wpr-anim-text-in {
  -webkit-animation: wpr-anim-text-rotate-2-in 0.4s forwards;
  animation: wpr-anim-text-rotate-2-in 0.4s forwards;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 i.wpr-anim-text-out {
  -webkit-animation: wpr-anim-text-rotate-2-out 0.4s forwards;
  animation: wpr-anim-text-rotate-2-out 0.4s forwards;
}
.wpr-anim-text.wpr-anim-text-type-rotate-2 em {
  -webkit-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-2 i {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0;
}
.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-2 i em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions
  .wpr-anim-text.wpr-anim-text-type-rotate-2
  .wpr-anim-text-visible
  i {
  opacity: 1;
}
@-webkit-keyframes wpr-anim-text-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
}
@keyframes wpr-anim-text-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}
@-webkit-keyframes wpr-anim-text-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes wpr-anim-text-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.wpr-anim-text.wpr-anim-text-type-slide span {
  display: inline-block;
  padding: 0.2em 0;
}
.wpr-anim-text.wpr-anim-text-type-slide .wpr-anim-text-inner {
  overflow: hidden;
  vertical-align: top;
}
.wpr-anim-text.wpr-anim-text-type-slide b {
  opacity: 0;
  top: 0.2em;
}
.wpr-anim-text.wpr-anim-text-type-slide b.wpr-anim-text-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: wpr-anim-text-slide-in 0.6s;
  animation: wpr-anim-text-slide-in 0.6s;
}
.wpr-anim-text.wpr-anim-text-type-slide b.wpr-anim-text-hidden {
  -webkit-animation: wpr-anim-text-slide-out 0.6s;
  animation: wpr-anim-text-slide-out 0.6s;
}
@-webkit-keyframes wpr-anim-text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes wpr-anim-text-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes wpr-anim-text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@keyframes wpr-anim-text-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.wpr-anim-text.wpr-anim-text-type-clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.wpr-anim-text.wpr-anim-text-type-clip .wpr-anim-text-inner {
  overflow: hidden;
  vertical-align: top;
}
.wpr-anim-text.wpr-anim-text-type-clip b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-clip b.wpr-anim-text-visible {
  opacity: 1;
}
.wpr-anim-text.wpr-anim-text-type-zoom .wpr-anim-text-inner {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.wpr-anim-text.wpr-anim-text-type-zoom b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-zoom b.wpr-anim-text-visible {
  opacity: 1;
  -webkit-animation: wpr-anim-text-zoom-in 0.8s;
  animation: wpr-anim-text-zoom-in 0.8s;
}
.wpr-anim-text.wpr-anim-text-type-zoom b.wpr-anim-text-hidden {
  -webkit-animation: wpr-anim-text-zoom-out 0.8s;
  animation: wpr-anim-text-zoom-out 0.8s;
}
@-webkit-keyframes wpr-anim-text-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@keyframes wpr-anim-text-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wpr-anim-text-zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@keyframes wpr-anim-text-zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.wpr-anim-text.wpr-anim-text-type-rotate-3 .wpr-anim-text-inner {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.wpr-anim-text.wpr-anim-text-type-rotate-3 b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-rotate-3 i {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.wpr-anim-text.wpr-anim-text-type-rotate-3 i.wpr-anim-text-in {
  -webkit-animation: wpr-anim-text-rotate-3-in 0.6s forwards;
  animation: wpr-anim-text-rotate-3-in 0.6s forwards;
}
.wpr-anim-text.wpr-anim-text-type-rotate-3 i.wpr-anim-text-out {
  -webkit-animation: wpr-anim-text-rotate-3-out 0.6s forwards;
  animation: wpr-anim-text-rotate-3-out 0.6s forwards;
}
.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-3 i {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 0;
}
.no-csstransitions
  .wpr-anim-text.wpr-anim-text-type-rotate-3
  .wpr-anim-text-visible
  i {
  opacity: 1;
}
@-webkit-keyframes wpr-anim-text-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  }
}
@keyframes wpr-anim-text-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes wpr-anim-text-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@keyframes wpr-anim-text-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.wpr-anim-text.wpr-anim-text-type-scale b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-scale i {
  opacity: 1;
}
.wpr-anim-text.wpr-anim-text-type-scale i.wpr-anim-text-in {
  -webkit-animation: wpr-anim-text-scale-up 0.6s forwards;
  animation: wpr-anim-text-scale-up 0.6s forwards;
}
.wpr-anim-text.wpr-anim-text-type-scale i.wpr-anim-text-out {
  -webkit-animation: wpr-anim-text-scale-down 0.6s forwards;
  animation: wpr-anim-text-scale-down 0.6s forwards;
}
.no-csstransitions .wpr-anim-text.wpr-anim-text-type-scale i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions
  .wpr-anim-text.wpr-anim-text-type-scale
  .wpr-anim-text-visible
  i {
  opacity: 1;
}
@-webkit-keyframes wpr-anim-text-scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes wpr-anim-text-scale-up {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes wpr-anim-text-scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes wpr-anim-text-scale-down {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.wpr-anim-text-type-push {
  overflow: hidden;
}
.wpr-anim-text.wpr-anim-text-type-push b {
  opacity: 0;
}
.wpr-anim-text.wpr-anim-text-type-push b.wpr-anim-text-visible {
  opacity: 1;
  -webkit-animation: wpr-anim-text-push-in 0.6s;
  animation: wpr-anim-text-push-in 0.6s;
}
.wpr-anim-text.wpr-anim-text-type-push b.wpr-anim-text-hidden {
  -webkit-animation: wpr-anim-text-push-out 0.6s;
  animation: wpr-anim-text-push-out 0.6s;
}
@-webkit-keyframes wpr-anim-text-push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes wpr-anim-text-push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wpr-anim-text-push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes wpr-anim-text-push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  height: 1px;
  margin: 20px 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
[class*="elementor-widget-wpr-"] a {
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  display: block;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
  display: inline;
}
button,
input {
  overflow: visible;
  outline: 0;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  outline: 0;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  outline: 0;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  outline: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  outline: 0;
}
[type="search"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0;
}
[type="search"]:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.wpr-pointer-events-none {
  pointer-events: none;
}
.wpr-fix-grid-height {
  min-height: 50vh;
}
.wpr-grid-loader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100px;
}
.wpr-grid-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.wpr-grid-loader div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #222020;
  -webkit-animation: wpr-grid-loader 1.2s linear infinite;
  animation: wpr-grid-loader 1.2s linear infinite;
}
.wpr-grid-loader div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wpr-grid-loader div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.wpr-grid-loader div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.wpr-grid-loader div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.wpr-grid-loader div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.wpr-grid-loader div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.wpr-grid-loader div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.wpr-grid-loader div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.wpr-grid-loader div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
@-webkit-keyframes wpr-grid-loader {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes wpr-grid-loader {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.wpr-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.wpr-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  margin: 4px;
  border: 3px solid #222020;
  border-radius: 50%;
  -webkit-animation: wpr-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: wpr-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #222020 transparent transparent transparent;
}
.wpr-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.wpr-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.wpr-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes wpr-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wpr-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-outer {
  direction: ltr;
  z-index: 999999 !important;
}
button.lg-icon {
  font-family: lg;
}
.wpr-body-overflow-hidden {
  overflow: hidden;
}
.wpr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-z-index {
  z-index: 9999 !important;
}
.wpr-inline-flex-center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-hidden-img {
  display: none !important;
}
.wpr-zero-opacity {
  opacity: 0 !important;
}
.wpr-section-z-index {
  z-index: 999 !important;
}
.wpr-hidden-element {
  display: none !important;
}
.wpr-visibility-hidden {
  visibility: hidden !important;
}
.wpr-visibility-hidden * {
  display: none !important;
}
.wpr-marquee-hidden {
  visibility: hidden !important;
}
.wpr-marquee-hidden * {
  visibility: hidden !important;
  height: 0 !important;
}
.wpr-cv-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}
.wpr-cv-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.wpr-cv-inner {
  display: table-cell;
  vertical-align: middle;
}
.wpr-no-transition-delay {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.wpr-enable-dropcap p:first-child:first-letter {
  float: left;
  padding-right: 10px;
  font-size: 50px;
  line-height: 1;
}
.wpr-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 15px;
  -webkit-transition: all 230ms ease-in-out 0s;
  -o-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
}
.wpr-tooltip:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-style: solid;
  border-top-width: 6px;
}
.wpr-nav-menu,
.wpr-nav-menu ul,
.wpr-mobile-nav-menu,
.wpr-mobile-nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.wpr-nav-menu li {
  position: relative;
}
.wpr-nav-menu-horizontal > .wpr-nav-menu > li {
  display: inline-block;
}
.wpr-nav-menu .wpr-menu-item {
  display: block;
  position: relative;
  z-index: 1;
}
.wpr-nav-menu > li > a,
.wpr-mobile-nav-menu > li > a {
  font-size: 16px;
  line-height: 1;
}
.wpr-mobile-nav-menu li {
  margin: 0;
}
.wpr-nav-menu-horizontal > .wpr-nav-menu > li:first-child,
.wpr-pointer-none .wpr-nav-menu-horizontal > li:first-child .wpr-menu-item,
.wpr-pointer-line-fx .wpr-nav-menu-horizontal > li:first-child .wpr-menu-item {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.wpr-nav-menu-horizontal .wpr-nav-menu > li:last-child,
.wpr-pointer-none .wpr-nav-menu-horizontal > li:last-child .wpr-menu-item,
.wpr-pointer-line-fx .wpr-nav-menu-horizontal > li:last-child .wpr-menu-item {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
div[class*="wpr-main-menu-align-"]
  .wpr-nav-menu-vertical
  .wpr-nav-menu
  > li
  > .wpr-sub-menu,
div[class*="wpr-main-menu-align-"]
  .wpr-nav-menu-vertical
  .wpr-nav-menu
  > li
  > .wpr-sub-mega-menu {
  left: 100%;
}
.wpr-main-menu-align-left .wpr-nav-menu-vertical .wpr-menu-item .wpr-sub-icon,
.wpr-main-menu-align-center
  .wpr-nav-menu-vertical
  .wpr-menu-item
  .wpr-sub-icon {
  right: 0;
}
.wpr-main-menu-align-right .wpr-nav-menu-vertical .wpr-sub-icon {
  left: 0;
}
.wpr-main-menu-align-left .wpr-nav-menu-horizontal .wpr-nav-menu,
.wpr-main-menu-align-left .wpr-nav-menu-vertical .wpr-menu-item,
.wpr-main-menu-align-left .wpr-nav-menu-vertical .wpr-sub-menu li a {
  text-align: left;
}
.wpr-main-menu-align-center
  > .elementor-widget-container
  > .wpr-nav-menu-horizontal
  > .wpr-nav-menu,
.wpr-main-menu-align-center
  > .elementor-widget-container
  > .wpr-nav-menu-vertical
  > .wpr-menu-item {
  text-align: center;
}
.wpr-main-menu-align-center > .wpr-nav-menu-horizontal > .wpr-nav-menu,
.wpr-main-menu-align-center > .wpr-nav-menu-vertical > .wpr-menu-item {
  text-align: center;
}
.wpr-main-menu-align-right
  > .elementor-widget-container
  > .wpr-nav-menu-horizontal
  > .wpr-nav-menu,
.wpr-main-menu-align-right
  > .elementor-widget-container
  > .wpr-nav-menu-vertical
  > .wpr-menu-item,
.wpr-main-menu-align-right
  > .elementor-widget-container
  > .wpr-nav-menu-vertical
  > .wpr-sub-menu
  li
  a {
  text-align: right;
}
.wpr-main-menu-align-right > .wpr-nav-menu-horizontal > .wpr-nav-menu,
.wpr-main-menu-align-right > .wpr-nav-menu-vertical > .wpr-menu-item,
.wpr-main-menu-align-right > .wpr-nav-menu-vertical > .wpr-sub-menu li a {
  text-align: right;
}
@media screen and (min-width: 2400px) {
  .wpr-main-menu-align--widescreenleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--widescreencenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--widescreenleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--widescreenleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--widescreencenter .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--widescreencenter .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--widescreenright .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--widescreenright .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: right;
  }
}
@media screen and (max-width: 1221px) {
  .wpr-main-menu-align--laptopleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--laptopcenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--laptopleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--laptopleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--laptopcenter .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--laptopcenter .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--laptopright .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--laptopright .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: right;
  }
}
@media screen and (max-width: 1200px) {
  .wpr-main-menu-align--tablet_extraleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--tablet_extracenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--tablet_extraleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--tablet_extraleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--tablet_extracenter
    .wpr-nav-menu-horizontal
    .wpr-nav-menu,
  .wpr-main-menu-align--tablet_extracenter
    .wpr-nav-menu-vertical
    .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--tablet_extraright
    .wpr-nav-menu-horizontal
    .wpr-nav-menu,
  .wpr-main-menu-align--tablet_extraright
    .wpr-nav-menu-vertical
    .wpr-menu-item {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .wpr-main-menu-align--tabletleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--tabletcenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--tabletleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--tabletleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--tabletcenter .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--tabletcenter .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--tabletright .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--tabletright .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: right;
  }
}
@media screen and (max-width: 880px) {
  .wpr-main-menu-align--mobile_extraleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--mobile_extracenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--mobile_extraleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--mobile_extraleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--mobile_extracenter
    .wpr-nav-menu-horizontal
    .wpr-nav-menu,
  .wpr-main-menu-align--mobile_extracenter
    .wpr-nav-menu-vertical
    .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--mobile_extraright
    .wpr-nav-menu-horizontal
    .wpr-nav-menu,
  .wpr-main-menu-align--mobile_extraright
    .wpr-nav-menu-vertical
    .wpr-menu-item {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .wpr-main-menu-align--mobileleft
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon,
  .wpr-main-menu-align--mobilecenter
    .wpr-nav-menu-vertical
    .wpr-menu-item
    .wpr-sub-icon {
    right: 0;
  }
  .wpr-main-menu-align--mobileleft .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--mobileleft .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: left;
  }
  .wpr-main-menu-align--mobilecenter .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--mobilecenter .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: center;
  }
  .wpr-main-menu-align--mobileright .wpr-nav-menu-horizontal .wpr-nav-menu,
  .wpr-main-menu-align--mobileright .wpr-nav-menu-vertical .wpr-menu-item {
    text-align: right;
  }
}
.wpr-nav-menu .wpr-sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 180px;
  text-align: left;
  list-style: none;
  margin: 0;
}
.wpr-nav-menu-vertical .wpr-nav-menu > li > .wpr-sub-menu,
.wpr-nav-menu-vertical .wpr-nav-menu > li > .wpr-sub-mega-menu {
  top: 0;
}
.wpr-sub-menu-position-inline .wpr-nav-menu-vertical .wpr-sub-menu {
  position: static;
  width: 100% !important;
  text-align: center !important;
  margin-left: 0 !important;
}
.wpr-sub-menu-position-inline .wpr-sub-menu a {
  position: relative;
}
.wpr-nav-menu .wpr-sub-menu .wpr-sub-menu {
  top: 0;
  left: 100%;
}
.wpr-sub-menu .wpr-sub-menu-item {
  display: block;
  font-size: 14px;
}
.wpr-nav-menu-horizontal .wpr-menu-item .wpr-sub-icon {
  margin-left: 7px;
  text-indent: 0;
}
.wpr-nav-menu:not(.wpr-mega-menu) .wpr-sub-icon {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpr-nav-menu:not(.wpr-mega-menu) .wpr-sub-icon-rotate {
  -webkit-transform: rotate(-90deg) translateX(80%);
  -ms-transform: rotate(-90deg) translateX(80%);
  transform: rotate(-90deg) translateX(80%);
}
.wpr-sub-divider-yes .wpr-sub-menu li:not(:last-child) {
  border-bottom-style: solid;
}
.wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu),
.wpr-mobile-nav-menu-container {
  display: none;
}
.wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu) {
  position: absolute;
  z-index: 9999;
}
.wpr-mobile-menu-full-width .wpr-mobile-mega-menu-wrap {
  width: 100vw;
}
.wpr-mobile-menu-drdown-align-left
  .wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu),
.wpr-mobile-menu-drdown-align-left .wpr-mobile-mega-menu-wrap {
  left: 0;
}
.wpr-mobile-menu-drdown-align-center
  .wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu),
.wpr-mobile-menu-drdown-align-center .wpr-mobile-mega-menu-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-mobile-menu-drdown-align-right
  .wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu),
.wpr-mobile-menu-drdown-align-right .wpr-mobile-mega-menu-wrap {
  right: 0;
}
.wpr-mobile-menu-item,
.wpr-mobile-sub-menu-item {
  position: relative;
}
.wpr-mobile-menu-item,
.wpr-mobile-sub-menu-item {
  display: block;
}
.wpr-mobile-sub-menu,
.wpr-mobile-sub-mega-menu {
  display: none;
}
.wpr-mobile-nav-menu .menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpr-mobile-menu-item-align-left .wpr-mobile-sub-menu a:before {
  content: " ";
  display: inline-block;
  width: 10px;
}
.wpr-mobile-menu-item-align-left
  .wpr-mobile-sub-menu
  .wpr-mobile-sub-menu
  a:before {
  width: 20px;
}
.wpr-mobile-menu-item-align-center .wpr-mobile-nav-menu {
  text-align: center;
}
.wpr-mobile-menu-item-align-right .wpr-mobile-nav-menu {
  text-align: right;
}
.wpr-mobile-menu-item-align-right
  .wpr-mobile-nav-menu
  .menu-item-has-children
  > a:after {
  right: auto !important;
  left: 0;
}
div[class*="wpr-sub-icon-"]
  .wpr-mobile-nav-menu
  .menu-item-has-children
  > a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.wpr-sub-icon-caret-down .wpr-sub-icon:before,
.wpr-sub-icon-caret-down
  .wpr-mobile-nav-menu
  .menu-item-has-children
  > a:after {
  content: "\f0d7";
}
.wpr-sub-icon-angle-down .wpr-sub-icon:before,
.wpr-sub-icon-angle-down
  .wpr-mobile-nav-menu
  .menu-item-has-children
  > a:after {
  content: "\f107";
}
.wpr-sub-icon-chevron-down .wpr-sub-icon:before,
.wpr-sub-icon-chevron-down
  .wpr-mobile-nav-menu
  .menu-item-has-children
  > a:after {
  content: "\f078";
}
.wpr-sub-icon-plus .wpr-sub-icon:before,
.wpr-sub-icon-plus .wpr-mobile-nav-menu .menu-item-has-children > a:after {
  content: "\f067";
}
.wpr-mobile-divider-yes .wpr-mobile-menu-item {
  border-bottom-style: solid;
}
.wpr-mobile-toggle-wrap {
  font-size: 0;
  line-height: 0;
}
.wpr-mobile-toggle {
  display: inline-block;
  padding: 7px;
  cursor: pointer;
  border-style: solid;
  text-align: center;
}
.wpr-mobile-toggle-line {
  display: block;
  width: 100%;
}
.wpr-mobile-toggle-line:last-child {
  margin-bottom: 0 !important;
}
.wpr-mobile-toggle-text {
  font-size: 16px;
  line-height: 1 !important;
}
.wpr-mobile-toggle-text:last-child {
  display: none;
}
.wpr-mobile-toggle-v2 .wpr-mobile-toggle-line:nth-child(2) {
  width: 78%;
  margin-left: 24%;
}
.wpr-mobile-toggle-v2 .wpr-mobile-toggle-line:nth-child(3) {
  width: 45%;
  margin-left: 57%;
}
.wpr-mobile-toggle-v3 .wpr-mobile-toggle-line:nth-child(2) {
  width: 75%;
  margin-left: 15%;
}
.wpr-mobile-toggle-v4 .wpr-mobile-toggle-line:nth-child(1),
.wpr-mobile-toggle-v4 .wpr-mobile-toggle-line:nth-child(3) {
  width: 75%;
  margin-left: 25%;
}
.wpr-mobile-toggle-v4 .wpr-mobile-toggle-line:nth-child(2) {
  width: 75%;
  margin-right: 25%;
}
.wpr-mobile-toggle-v5 .wpr-mobile-toggle-line:nth-child(1) {
  display: none;
}
.wpr-nav-menu-bp-always .wpr-nav-menu-container {
  display: none;
}
.wpr-nav-menu-bp-always .wpr-mobile-nav-menu-container {
  display: block;
}
@media screen and (max-width: 1024px) {
  .wpr-nav-menu-bp-tablet .wpr-nav-menu-container {
    display: none;
  }
  .wpr-nav-menu-bp-tablet .wpr-mobile-nav-menu-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wpr-nav-menu-bp-pro-nn .wpr-nav-menu-container,
  .wpr-nav-menu-bp-pro-al .wpr-nav-menu-container,
  .wpr-nav-menu-bp-mobile .wpr-nav-menu-container {
    display: none;
  }
  .wpr-nav-menu-bp-pro-nn .wpr-mobile-nav-menu-container,
  .wpr-nav-menu-bp-pro-al .wpr-mobile-nav-menu-container,
  .wpr-nav-menu-bp-mobile .wpr-mobile-nav-menu-container {
    display: block;
  }
}
.wpr-pointer-line-fx .wpr-active-menu-item:before,
.wpr-pointer-line-fx .wpr-active-menu-item:after,
.wpr-pointer-border-fx .wpr-active-menu-item:before,
.wpr-pointer-background-fx .wpr-active-menu-item:before {
  opacity: 1 !important;
}
.wpr-pointer-fx-none {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.wpr-pointer-overline.wpr-pointer-fx-slide
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-underline.wpr-pointer-fx-slide
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-double-line.wpr-pointer-fx-slide
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-double-line.wpr-pointer-fx-slide
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-overline.wpr-pointer-fx-grow
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-underline.wpr-pointer-fx-grow
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-double-line.wpr-pointer-fx-grow
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-double-line.wpr-pointer-fx-grow
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-overline.wpr-pointer-fx-slide
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-underline.wpr-pointer-fx-slide
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-double-line.wpr-pointer-fx-slide
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-double-line.wpr-pointer-fx-slide
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-overline.wpr-pointer-fx-grow
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-underline.wpr-pointer-fx-grow
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after,
.wpr-pointer-double-line.wpr-pointer-fx-grow
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:before,
.wpr-pointer-double-line.wpr-pointer-fx-grow
  > .elementor-widget-container
  > .wpr-nav-menu-container
  > ul
  > li
  > .wpr-pointer-item.wpr-active-menu-item:after {
  width: 100%;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-active-menu-item:before {
  top: 0;
}
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-active-menu-item:after {
  bottom: 0 !important;
}
.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-active-menu-item:before,
.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-active-menu-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-active-menu-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-active-menu-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-active-menu-item:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-active-menu-item:before {
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}
.wpr-mobile-nav-menu .sub-menu-toggle {
  display: none !important;
}
.elementor-widget-wpr-nav-menu .wpr-nav-menu .wpr-menu-item,
.elementor-widget-wpr-nav-menu .wpr-mobile-nav-menu a,
.elementor-widget-wpr-nav-menu .wpr-mobile-toggle-text {
  line-height: 26px;
}
.elementor-widget-wpr-nav-menu .wpr-sub-menu .wpr-sub-menu-item {
  font-size: 14px;
}
.wpr-mega-menu {
  position: relative;
}
.wpr-mega-menu a.wpr-menu-item,
.wpr-mega-menu a.wpr-sub-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mega-menu .wpr-pointer-item:before,
.wpr-mega-menu .wpr-pointer-item:after {
  position: absolute;
}
.wpr-mega-menu .wpr-sub-icon {
  margin-left: auto;
}
.wpr-nav-menu-horizontal .wpr-mega-menu .wpr-sub-icon {
  margin-top: -1px;
}
.wpr-nav-menu-vertical .wpr-mega-menu .wpr-sub-icon,
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-mega-menu
  > li
  > a
  > .wpr-mobile-sub-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wpr-mega-menu .wpr-sub-icon-rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wpr-sub-mega-menu {
  display: none;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.wpr-sub-mega-menu,
.wpr-sub-mega-menu ul {
  font-size: 1rem;
}
.wpr-nav-menu-vertical .wpr-sub-mega-menu {
  width: 840px;
}
li.wpr-mega-menu-pos-default {
  position: static;
}
.wpr-mega-menu-pos-default .wpr-sub-mega-menu {
  left: 0;
}
.wpr-mega-menu-width-full .wpr-sub-mega-menu {
  width: 100vw;
  left: -110%;
}
.wpr-main-menu-align-center
  .wpr-nav-menu-horizontal
  .wpr-mega-menu-pos-default.wpr-mega-menu-width-custom
  .wpr-sub-mega-menu {
  left: 50%;
}
.wpr-mega-menu-icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.wpr-mega-menu-badge {
  font-size: 11px;
  padding: 2px 5px;
  line-height: 1;
}
.wpr-nav-menu-horizontal .wpr-mega-menu-badge {
  position: absolute;
  top: -4px;
  right: 0;
}
.wpr-nav-menu-horizontal .wpr-mega-menu-badge:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: inherit;
}
.wpr-nav-menu-vertical .wpr-mega-menu-badge,
.wpr-mobile-nav-menu .wpr-mega-menu-badge {
  margin-left: 5px;
}
.wpr-nav-menu-vertical .wpr-mega-menu-badge {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.wpr-nav-menu-horizontal .wpr-mega-menu-badge-animation {
  -webkit-animation: badgeBounce 2s ease-in-out infinite;
  animation: badgeBounce 2s ease-in-out infinite;
}
.wpr-nav-menu-vertical .wpr-mega-menu-badge-animation {
  -webkit-animation: badgeFade 2s ease-in-out infinite;
  animation: badgeFade 2s ease-in-out infinite;
}
div[class*="wpr-sub-menu-fx"] .wpr-mega-menu .wpr-sub-menu,
div[class*="wpr-sub-menu-fx"] .wpr-mega-menu .wpr-sub-mega-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
div[class*="wpr-sub-menu-fx"] .wpr-mega-menu .wpr-sub-menu.wpr-animate-sub,
div[class*="wpr-sub-menu-fx"]
  .wpr-mega-menu
  .wpr-sub-mega-menu.wpr-animate-sub {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.wpr-animate-sub-fix {
  left: -100%;
}
.wpr-sub-menu-fx-fade .wpr-sub-mega-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wpr-sub-menu-fx-move-up .wpr-sub-menu,
.wpr-sub-menu-fx-move-up .wpr-sub-mega-menu {
  margin-top: 10px;
}
.wpr-sub-menu-fx-move-down .wpr-sub-menu,
.wpr-sub-menu-fx-move-down .wpr-sub-mega-menu {
  margin-top: -10px;
}
.wpr-sub-menu-fx-move-left .wpr-sub-menu,
.wpr-sub-menu-fx-move-left .wpr-sub-mega-menu {
  margin-left: 10px;
}
.wpr-sub-menu-fx-move-right .wpr-sub-menu,
.wpr-sub-menu-fx-move-right .wpr-sub-mega-menu {
  margin-left: -10px;
}
.wpr-sub-menu-fx-move-up .wpr-sub-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-up .wpr-sub-mega-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-down .wpr-sub-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-down .wpr-sub-mega-menu.wpr-animate-sub {
  margin-top: 0;
}
.wpr-sub-menu-fx-move-left .wpr-sub-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-left .wpr-sub-mega-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-right .wpr-sub-menu.wpr-animate-sub,
.wpr-sub-menu-fx-move-right .wpr-sub-mega-menu.wpr-animate-sub {
  margin-left: 0;
}
@-webkit-keyframes badgeBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes badgeBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes badgeFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
  }
}
@keyframes badgeFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
  }
}
.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
  display: none;
  position: absolute;
  z-index: 9999;
}
.wpr-mobile-menu-display-offcanvas .wpr-mobile-mega-menu-wrap {
  display: block;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.admin-bar .wpr-mobile-menu-display-offcanvas .wpr-mobile-mega-menu-wrap {
  top: 32px;
}
.wpr-mobile-menu-offcanvas-slide-left .wpr-mobile-mega-menu-wrap,
.wpr-mobile-menu-offcanvas-slide-center .wpr-mobile-mega-menu-wrap {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.wpr-mobile-menu-offcanvas-slide-right .wpr-mobile-mega-menu-wrap {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.wpr-mobile-menu-display-offcanvas .wpr-mobile-mega-menu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.wpr-mobile-mega-menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.wpr-mobile-mega-menu-open + .wpr-mobile-mega-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-mega-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-mega-menu-close {
  margin-left: auto;
  cursor: pointer;
}
.wpr-mobile-mega-menu .wpr-mobile-menu-item,
.wpr-mobile-mega-menu .wpr-mobile-sub-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mobile-mega-menu .wpr-mobile-sub-icon {
  margin-left: auto;
  font-size: 13px;
}
.wpr-mobile-mega-menu > li > a > .wpr-mobile-sub-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  right: 0;
}
.wpr-mobile-menu-display-offcanvas .wpr-mobile-mega-menu li {
  overflow: hidden;
}
.wpr-mobile-mega-menu a:after {
  display: none;
}
.wpr-mobile-menu-display-offcanvas .wpr-mobile-mega-menu {
  position: relative;
}
.wpr-mobile-mega-menu > li > a,
.wpr-mobile-mega-menu .wpr-mobile-sub-menu > li > a {
  position: relative;
  left: 0;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
.wpr-mobile-mega-menu.wpr-mobile-sub-offcanvas-open > li > a {
  left: -100%;
}
.wpr-mobile-menu-display-offcanvas .wpr-mobile-sub-mega-menu,
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-mega-menu
  > li
  > .wpr-mobile-sub-menu {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
.wpr-mobile-sub-offcanvas-open .wpr-mobile-sub-open > .wpr-mobile-sub-mega-menu,
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-mega-menu
  > .wpr-mobile-sub-open
  > .wpr-mobile-sub-menu {
  left: 0;
}
.wpr-mobile-mega-menu.wpr-mobile-sub-offcanvas-open > li > a {
  margin-right: 20px;
}
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-sub-offcanvas-open
  .wpr-mobile-sub-open
  .wpr-mobile-sub-mega-menu,
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-mega-menu
  > .wpr-mobile-sub-open
  > .wpr-mobile-sub-menu {
  margin-left: 0 !important;
}
.wpr-mobile-menu-display-offcanvas
  .wpr-mobile-mega-menu
  .wpr-mobile-sub-menu
  .wpr-mobile-sub-menu {
  padding-left: 10px;
}
.wpr-mobile-sub-offcanvas-open .wpr-mobile-sub-open .wpr-mobile-sub-menu {
  display: block;
}
.wpr-menu-offcanvas-back {
  display: none;
}
.wpr-mobile-menu-display-offcanvas .wpr-menu-offcanvas-back {
  display: block;
  cursor: pointer;
}
.wpr-mobile-menu-display-dropdown
  .wpr-mobile-mega-menu
  li.wpr-menu-offcanvas-back-wrap {
  display: none;
}
.wpr-mobile-mega-menu-wrap[toggle-backface="yes"]
  .wpr-mobile-sub-offcanvas-open
  li.menu-item
  > ul {
  display: none !important;
}
.wpr-mobile-mega-menu-wrap[toggle-backface="yes"]
  .wpr-mobile-sub-offcanvas-open
  li.wpr-mobile-sub-open.menu-item
  > ul {
  display: block !important;
}
.wpr-onepage-nav {
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-onepage-nav-item {
  position: relative;
}
.wpr-onepage-nav-item:last-child {
  margin-bottom: 0 !important;
}
.wpr-onepage-nav-vr-top .wpr-onepage-nav {
  top: 0;
}
.wpr-onepage-nav-vr-middle .wpr-onepage-nav {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpr-onepage-nav-vr-bottom .wpr-onepage-nav {
  bottom: 0;
}
.wpr-onepage-nav-hr-left .wpr-onepage-nav {
  left: 0;
}
.wpr-onepage-nav-hr-right .wpr-onepage-nav {
  right: 0;
}
.wpr-onepage-nav-item .wpr-tooltip {
  text-align: center;
}
.wpr-onepage-nav-item:hover .wpr-tooltip {
  opacity: 1;
  visibility: visible;
}
.wpr-onepage-nav-hr-left .wpr-onepage-nav-item:hover .wpr-tooltip {
  -ms-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  -webkit-transform: translate(10%, -50%);
}
.wpr-onepage-nav-hr-left .wpr-onepage-nav-item .wpr-tooltip {
  top: 50%;
  left: 100%;
  -ms-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
  -webkit-transform: translate(20%, -50%);
}
.wpr-onepage-nav-hr-left .wpr-onepage-nav-item .wpr-tooltip:before {
  left: auto;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.wpr-onepage-nav-hr-right .wpr-onepage-nav-item:hover .wpr-tooltip {
  -ms-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  -webkit-transform: translate(-110%, -50%);
}
.wpr-onepage-nav-hr-right .wpr-onepage-nav-item .wpr-tooltip {
  top: 50%;
  left: 0;
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
}
.wpr-onepage-nav-hr-right .wpr-onepage-nav-item .wpr-tooltip:before {
  left: auto;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.elementor-widget-wpr-onepage-nav .wpr-onepage-nav {
  background-color: #605be5;
  -webkit-box-shadow: 0px 0px 15px 0px #d7d7d7;
  box-shadow: 0px 0px 15px 0px #d7d7d7;
}
.elementor-widget-wpr-onepage-nav .wpr-onepage-nav-item .wpr-tooltip {
  font-size: 14px;
}
.wpr-post-title,
.wpr-archive-title,
.wpr-author-box-name,
.wpr-author-box-title {
  margin: 0;
}
.wpr-archive-title:after {
  content: " ";
  display: block;
}
.wpr-featured-media-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wpr-featured-media-caption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.wpr-featured-media-caption span {
  display: inline-block;
}
.wpr-fm-image-caption-hover .wpr-featured-media-caption,
.wpr-fm-image-caption-hover .wpr-featured-media-caption {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.wpr-fm-image-caption-hover:hover .wpr-featured-media-caption,
.wpr-fm-image-caption-hover:hover .wpr-featured-media-caption {
  opacity: 1;
}
.wpr-gallery-slider {
  opacity: 0;
}
.wpr-gallery-lightbox-yes .wpr-featured-media-image {
  cursor: pointer;
}
.wpr-gallery-slide img {
  margin: 0 auto;
}
.wpr-gallery-slider-arrows-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  height: 0 !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-thumbnail-slider-arrows-wrap {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-thumbnail-slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-tsa-hidden {
  display: none;
}
.wpr-thumbnail-slider-next-arrow {
  right: 0;
  left: auto;
}
.wpr-thumbnail-slider-prev-arrow[disabled] {
  opacity: 0.6;
}
.wpr-product-media-thumbs-vertical .wpr-thumbnail-slider-prev-arrow {
  top: 7px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-product-media-thumbs-vertical .wpr-thumbnail-slider-next-arrow {
  top: auto !important;
  bottom: 7px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-product-media-thumbs-vertical .wpr-thumbnail-slider-prev-arrow i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpr-product-media-thumbs-vertical .wpr-thumbnail-slider-next-arrow i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpr-product-media-thumbs-vertical .flex-control-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-product-media-thumbs-vertical .flex-control-nav li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.wpr-product-media-thumbs-vertical .flex-control-nav li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.wpr-gallery-slider-arrow,
.wpr-thumbnail-slider-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 120;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.wpr-gallery-slider-arrow i,
.wpr-thumbnail-slider-arrow i {
  display: block;
  width: 100%;
  line-height: inherit;
}
.wpr-gallery-slider-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-product-media-slider-nav-fade .wpr-gallery-slider-arrow {
  opacity: 0;
  visibility: hidden;
}
.wpr-product-media-slider-nav-fade
  .wpr-gallery-slider:hover
  .wpr-gallery-slider-arrow {
  opacity: 1;
  visibility: visible;
}
.wpr-gallery-slider-nav-fade .wpr-gallery-slider-arrow {
  opacity: 0;
  visibility: hidden;
}
.wpr-thumbnail-slider-nav-fade
  .wpr-fcn-wrap:hover
  .wpr-thumbnail-slider-arrow[disabled] {
  opacity: 0.6;
}
.wpr-thumbnail-slider-nav-fade .wpr-fcn-wrap:hover .wpr-thumbnail-slider-arrow,
.wpr-gallery-slider-nav-fade .flex-viewport:hover .wpr-gallery-slider-arrow {
  opacity: 1;
  visibility: visible;
}
.wpr-thumbnail-slider-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-thumbnail-slider-nav-fade .wpr-thumbnail-slider-arrow {
  opacity: 0;
  visibility: hidden;
}
.wpr-thumbnail-slider-nav-fade
  .wpr-product-thumb-nav:hover
  .wpr-thumbnail-slider-arrow {
  opacity: 1;
  visibility: visible;
}
.wpr-product-media-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-gallery-slider-dots {
  position: absolute;
  display: inline-table;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wpr-gallery-slider-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpr-gallery-slider-dots li {
  float: left;
}
.wpr-gallery-slider-dot {
  display: block;
  cursor: pointer;
}
.wpr-gallery-slider-dots li:last-child .wpr-gallery-slider-dot {
  margin: 0 !important;
}
.wpr-author-box-image {
  display: inline-block;
  overflow: hidden;
}
.wpr-author-box-arrange-left .wpr-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-author-box-arrange-right .wpr-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-author-box-arrange-left .wpr-author-box-image,
.wpr-author-box-arrange-right .wpr-author-box-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wpr-author-box-arrange-left .wpr-author-box-text,
.wpr-author-box-arrange-right .wpr-author-box-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-author-box-btn {
  display: inline-block;
}
.wpr-post-navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-posts-navigation-svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-post-navigation-wrap > div:last-child {
  margin-right: 0 !important;
}
.wpr-post-nav-fixed-default-wrap {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.wpr-post-nav-fixed.wpr-post-navigation {
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.wpr-post-nav-fixed.wpr-post-navigation a {
  display: block;
}
.wpr-post-nav-fixed.wpr-post-navigation img {
  position: absolute;
  top: 0;
  max-width: none;
}
.wpr-post-nav-fixed.wpr-post-nav-prev {
  left: 0;
}
.wpr-post-nav-fixed.wpr-post-nav-next {
  right: 0;
}
.wpr-post-nav-fixed.wpr-post-nav-hover img {
  opacity: 0;
}
.wpr-post-nav-fixed.wpr-post-nav-hover.wpr-post-nav-prev img {
  -webkit-transform: perspective(600px) rotateY(90deg);
  transform: perspective(600px) rotateY(90deg);
  -webkit-transform-origin: center left 0;
  -ms-transform-origin: center left 0;
  transform-origin: center left 0;
}
.wpr-post-nav-fixed.wpr-post-nav-hover.wpr-post-nav-next img {
  -webkit-transform: perspective(600px) rotateY(-90deg);
  transform: perspective(600px) rotateY(-90deg);
  -webkit-transform-origin: center right 0;
  -ms-transform-origin: center right 0;
  transform-origin: center right 0;
}
.wpr-post-nav-fixed.wpr-post-nav-hover:hover img {
  opacity: 1;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wpr-post-nav-static.wpr-post-navigation {
  width: 50%;
}
.wpr-post-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wpr-post-navigation {
  position: relative;
}
.wpr-post-navigation a {
  position: relative;
  z-index: 2;
}
.wpr-post-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.wpr-post-nav-back {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 30px;
}
.wpr-post-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-post-nav-next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-post-nav-labels {
  min-width: 0;
}
.wpr-post-nav-labels h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wpr-post-nav-labels span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-post-nav-next .wpr-post-nav-labels > span,
.wpr-post-nav-next .wpr-post-nav-labels h5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-post-navigation i {
  text-align: center;
}
.wpr-post-nav-dividers {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.wpr-post-nav-divider {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wpr-post-nav-dividers.wpr-post-navigation-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wpr-post-nav-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}
.wpr-post-nav-back span {
  display: inline-block;
  border-style: solid;
}
.wpr-post-nav-back span:nth-child(2n) {
  margin-right: 0 !important;
}
.wpr-custom-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-custom-field .wpr-post-info-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-wpr-custom-field-pro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpr-post-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpr-post-info li {
  position: relative;
}
.wpr-post-info-horizontal li {
  display: inline-block;
}
.wpr-post-info-horizontal li:last-child {
  padding-right: 0 !important;
}
.wpr-post-info-vertical li:last-child {
  padding-bottom: 0 !important;
}
.wpr-post-info li .wpr-post-info-text {
  display: inline-block;
  text-align: left !important;
}
.wpr-post-info li:after {
  content: " ";
  display: inline-block;
  position: absolute;
}
.wpr-post-info li:last-child:after {
  display: none;
}
.wpr-post-info-horizontal li:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-post-info-vertical li:after {
  bottom: 0;
}
.wpr-post-info-align-left .wpr-post-info-vertical li:after {
  left: 0;
}
.wpr-post-info-align-center .wpr-post-info-vertical li:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-post-info-align-right .wpr-post-info-vertical li:after {
  right: 0;
}
.wpr-post-info-text span {
  display: inline-block;
}
.wpr-post-info-author img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.wpr-post-info-custom-field a,
.wpr-post-info-custom-field span {
  display: inline-block;
}
.wpr-comments-list,
.wpr-comments-list ul.children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpr-comment-avatar {
  float: left;
  overflow: hidden;
}
.wpr-comment-avatar img {
  margin: 0 !important;
  position: static !important;
}
.wpr-comment-metadata > * {
  display: inline-block;
}
.wpr-comment-metadata p {
  display: block;
}
.wpr-comments-wrap .comment-reply-link {
  float: none !important;
}
.wpr-comment-reply-separate.wpr-comment-reply-align-right .wpr-comment-reply {
  text-align: right;
}
.wpr-comment-reply-inline.wpr-comment-reply-align-right .wpr-comment-reply {
  float: right;
}
.wpr-comment-reply-inline.wpr-comment-reply-align-left
  .wpr-comment-reply:before {
  content: "\00a0|\00a0";
}
.wpr-comment-reply a,
.wpr-comments-navigation a,
.wpr-comments-navigation span {
  display: inline-block;
}
.wpr-comments-navigation-center,
.wpr-comments-navigation-justify {
  text-align: center;
}
.wpr-comments-navigation-left {
  text-align: left;
}
.wpr-comments-navigation-right {
  text-align: right;
}
.wpr-comments-navigation-justify a.prev {
  float: left;
}
.wpr-comments-navigation-justify a.next {
  float: right;
}
.wpr-comment-form .comment-notes {
  display: none;
}
.wpr-comment-form-text,
.wpr-comment-form-text textarea,
.wpr-comment-form-author input,
.wpr-comment-form-email input,
.wpr-comment-form-url input {
  display: block;
  width: 100%;
}
.wpr-comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-comment-form label {
  margin-bottom: 10px;
}
.wpr-comment-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-cf-no-url .wpr-comment-form-email {
  margin-right: 0 !important;
}
.wpr-cf-style-1 .wpr-comment-form-fields,
.wpr-cf-style-4 .wpr-comment-form-fields {
  display: block;
}
.wpr-comment-form .wpr-comment-form-fields > div {
  width: 100%;
}
.wpr-cf-style-2 .wpr-comment-form-fields,
.wpr-cf-style-5 .wpr-comment-form-fields,
.wpr-comment-form[class*="wpr-cf-pro"] .wpr-comment-form-fields {
  display: block;
  width: 60%;
}
.wpr-cf-style-2 .wpr-comment-form-fields > div,
.wpr-cf-style-5 .wpr-comment-form-fields > div,
.wpr-comment-form[class*="wpr-cf-pro"] > div {
  margin-right: 0 !important;
}
.wpr-cf-style-4.wpr-comment-form .wpr-comment-form-fields,
.wpr-cf-style-5.wpr-comment-form .wpr-comment-form-fields,
.wpr-cf-style-6.wpr-comment-form .wpr-comment-form-fields,
.wpr-comment-form[class*="wpr-cf-pro"] .wpr-comment-form-fields {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.wpr-submit-comment {
  cursor: pointer;
}
.wpr-comments-list .comment-respond {
  margin-bottom: 30px;
}
.wpr-grid-image-wrap img.wpr-hidden-image {
  opacity: 0;
  visibility: hidden;
}
.wpr-hide-items-before-append {
  opacity: 0;
}
.wpr-grid {
  opacity: 0;
}
.wpr-grid-item {
  float: left;
  position: relative;
  text-align: center;
}
.wpr-grid-item.post {
  margin: 0;
}
.elementor-widget-wpr-grid:not(.wpr-item-styles-wrapper) .wpr-grid-item {
  padding: 0 !important;
}
.wpr-grid-item,
.wpr-grid-item * {
  outline: none !important;
}
.wpr-grid-last-row {
  margin-bottom: 0 !important;
}
.wpr-grid-item-above-content {
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wpr-grid:not([data-settings*="list"])
  .wpr-grid-media-wrap
  + .wpr-grid-item-below-content {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.wpr-grid-item-inner,
.wpr-grid-media-wrap {
  position: relative;
}
.wpr-grid-image-wrap {
  overflow: hidden;
}
.wpr-grid-image-wrap img {
  display: block;
  width: 100%;
  border-radius: inherit;
}
.wpr-grid-media-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wpr-grid-media-hover-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.wpr-grid-media-hover-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.wpr-grid-media-hover-middle {
  position: relative;
  z-index: 2;
}
.wpr-magazine-grid-wrap {
  opacity: 0;
}
.wpr-grid .wpr-cv-container,
.wpr-magazine-grid .wpr-cv-container {
  z-index: 1;
}
.wpr-magazine-grid:before,
.wpr-magazine-grid:after {
  content: none;
}
.wpr-grid-item-display-block {
  clear: both;
}
.wpr-grid-item-display-inline.wpr-grid-item-align-left,
.wpr-grid-item-display-custom.wpr-grid-item-align-left {
  float: left;
}
.wpr-grid-item-display-inline.wpr-grid-item-align-right,
.wpr-grid-item-display-custom.wpr-grid-item-align-right {
  float: right;
}
.wpr-grid-item-display-inline.wpr-grid-item-align-center,
.wpr-grid-item-display-custom.wpr-grid-item-align-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.wpr-grid-item-title .inner-block a,
.wpr-grid-item-date .inner-block > span,
.wpr-grid-item-time .inner-block > span,
.wpr-grid-item-author .inner-block a,
.wpr-grid-item-comments .inner-block a,
.wpr-grid-item-read-more .inner-block a,
.wpr-grid-item-likes .inner-block a,
.wpr-grid-item-sharing .inner-block > span,
.wpr-insta-feed-item-sharing .inner-block > span,
.wpr-grid-item-lightbox .inner-block > span,
.wpr-grid-product-categories .inner-block a,
.wpr-grid-product-tags .inner-block a,
.wpr-grid-tax-style-1 .inner-block a,
.wpr-grid-tax-style-2 .inner-block a,
.wpr-grid-cf-style-1 .inner-block > a,
.wpr-grid-cf-style-1 .inner-block > span,
.wpr-grid-cf-style-2 .inner-block > a,
.wpr-grid-cf-style-2 .inner-block > span,
.wpr-grid-sep-style-1 .inner-block > span,
.wpr-twitter-feed-sep-style-1 .inner-block > span,
.wpr-grid-sep-style-2 .inner-block > span,
.wpr-grid-item-status .inner-block > span,
.wpr-grid-item-price .inner-block > span,
.wpr-grid-item-add-to-cart .inner-block > a,
.wpr-grid-item-read-more .inner-block a {
  display: inline-block;
}
.wpr-grid-item-display-custom.wpr-grid-item-title .inner-block a,
.wpr-grid-item-display-custom.wpr-grid-item-date .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-item-time .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-item-comments .inner-block a,
.wpr-grid-item-display-custom.wpr-grid-item-read-more .inner-block a,
.wpr-grid-item-display-custom.wpr-grid-item-likes .inner-block a,
.wpr-grid-item-display-custom.wpr-grid-item-sharing .inner-block > span,
.wpr-insta-feed-item-display-custom.wpr-insta-feed-item-sharing
  .inner-block
  > span,
.wpr-grid-item-display-custom.wpr-grid-item-lightbox .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-cf-style-1 .inner-block > a,
.wpr-grid-item-display-custom.wpr-grid-cf-style-1 .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-cf-style-2 .inner-block > a,
.wpr-grid-item-display-custom.wpr-grid-cf-style-2 .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-sep-style-1 .inner-block > span,
.wpr-twitter-feed-item-display-custom.wpr-twitter-feed-sep-style-1
  .inner-block
  > span,
.wpr-grid-item-display-custom.wpr-grid-sep-style-2 .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-item-product-status .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-item-product-price .inner-block > span,
.wpr-grid-item-display-custom.wpr-grid-item-add-to-cart .inner-block > a,
.wpr-grid-item-display-custom.wpr-grid-item-read-more .inner-block a {
  width: 100%;
}
.wpr-grid-item-content .inner-block,
.wpr-grid-item-excerpt .inner-block,
.wpr-insta-feed-item-caption .inner-block {
  display: inline-block;
}
.wpr-grid-item-excerpt .inner-block p,
.wpr-insta-feed-item-caption .inner-block p {
  margin: 0 !important;
}
.wpr-grid-media-hover-bg {
  position: absolute;
}
.wpr-grid-media-hover-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  -ms-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  -webkit-filter: blur(0px) !important;
  -filter: blur(0px) !important;
}
.wpr-grid-item-author img,
.wpr-grid-item-author span {
  display: inline-block;
  vertical-align: middle;
}
.wpr-grid-item-author img {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}
.wpr-grid-item-likes .inner-block a {
  text-align: center;
}
.wpr-likes-no-default.wpr-likes-zero i {
  padding: 0 !important;
}
.wpr-grid-item-sharing .inner-block a,
.wpr-insta-feed-item-sharing .inner-block a {
  text-align: center;
}
.wpr-grid-item-sharing .wpr-post-sharing,
.wpr-insta-feed-item-sharing .wpr-post-sharing {
  position: relative;
}
.wpr-grid-item-sharing .wpr-sharing-icon,
.wpr-insta-feed-item-sharing .wpr-sharing-icon {
  display: inline-block;
  position: relative;
}
.wpr-grid-item-sharing .wpr-sharing-icon .wpr-tooltip,
.wpr-insta-feed-item-sharing .wpr-sharing-icon .wpr-tooltip {
  left: 50%;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-grid-item-sharing .wpr-sharing-icon:hover .wpr-tooltip,
.wpr-insta-feed-item-sharing .wpr-sharing-icon:hover .wpr-tooltip {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
}
.wpr-grid-item-sharing .wpr-tooltip:before,
.wpr-insta-feed-item-sharing .wpr-tooltip:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.wpr-grid-item-sharing .wpr-sharing-trigger,
.wpr-insta-feed-item-sharing .wpr-sharing-trigger {
  cursor: pointer;
}
.wpr-grid-item-sharing .wpr-tooltip,
.wpr-insta-feed-item-sharing .wpr-tooltip {
  display: block;
  padding: 10px;
}
.wpr-grid-item-sharing .wpr-sharing-hidden,
.wpr-insta-feed-item-sharing .wpr-sharing-hidden {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  text-align: center;
}
.wpr-grid-item-sharing .wpr-sharing-hidden a,
.wpr-insta-feed-item-sharing .wpr-sharing-hidden a {
  opacity: 0;
}
.wpr-sharing-hidden a {
  position: relative;
  top: -5px;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.wpr-sharing-hidden a + a {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.wpr-sharing-hidden a + a + a {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.wpr-sharing-hidden a + a + a + a {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wpr-sharing-hidden a + a + a + a + a {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.wpr-grid-item-sharing a:last-of-type,
.wpr-insta-feed-item-sharing a:last-of-type {
  margin-right: 0 !important;
}
.wpr-grid-item-sharing .inner-block a,
.wpr-insta-feed-item-sharing .inner-block a {
  -webkit-transition-property: color, background-color, border;
  -o-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.wpr-grid-item-read-more .inner-block > a,
.wpr-grid-item-add-to-cart .inner-block > a {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.wpr-grid-item-read-more .inner-block > a i,
.wpr-grid-item-read-more .inner-block > a span,
.wpr-grid-item-add-to-cart .inner-block > a i,
.wpr-grid-item-add-to-cart .inner-block > a span {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.wpr-grid-item-read-more .inner-block > a:before,
.wpr-grid-item-read-more .inner-block > a:after,
.wpr-grid-item-add-to-cart .inner-block > a:before,
.wpr-grid-item-add-to-cart .inner-block > a:after {
  z-index: 1;
}
.wpr-grid-item-lightbox .inner-block > span,
.wpr-grid-lightbox-overlay {
  cursor: pointer;
}
.wpr-grid-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.admin-bar .lg-toolbar {
  top: 32px;
}
.wpr-grid-item-separator .inner-block,
.wpr-twitter-feed-item-separator {
  font-size: 0;
  line-height: 0;
}
.wpr-grid-item-separator.wpr-grid-item-display-inline span {
  width: 100% !important;
}
.wpr-grid-extra-icon-left,
.wpr-grid-extra-icon-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-grid-extra-icon-left svg,
.wpr-grid-extra-icon-right svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.wpr-woo-rating i {
  display: inline;
  position: relative;
  font-family: "eicons";
  font-style: normal;
  line-height: 1;
  overflow: hidden;
}
.wpr-woo-rating i:before {
  content: "\e934";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-family: inherit;
  overflow: hidden;
}
.wpr-woo-rating-style-2 .wpr-woo-rating i:before {
  content: "\002605";
}
.wpr-woo-rating .wpr-rating-marked,
.wpr-woo-rating .wpr-rating-unmarked {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wpr-woo-rating i:last-of-type {
  margin-right: 0 !important;
}
.wpr-rating-icon-empty:before {
  display: none !important;
}
.wpr-rating-icon-5 .wpr-rating-marked svg {
  mask: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, black),
    color-stop(50%, transparent)
  );
  mask: linear-gradient(to right, black 50%, transparent 50%);
  -webkit-mask: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, black),
    color-stop(50%, transparent)
  );
  -webkit-mask: linear-gradient(to right, black 50%, transparent 50%);
}
.wpr-rating-icon-0:before,
.wpr-rating-icon-0 .wpr-rating-marked {
  width: 0;
}
.wpr-rating-icon-1:before,
.wpr-rating-icon-1 .wpr-rating-marked {
  width: 20%;
}
.wpr-rating-icon-2:before,
.wpr-rating-icon-2 .wpr-rating-marked {
  width: 30%;
}
.wpr-rating-icon-3:before,
.wpr-rating-icon-3 .wpr-rating-marked {
  width: 35%;
}
.wpr-rating-icon-4:before,
.wpr-rating-icon-4 .wpr-rating-marked {
  width: 40%;
}
.wpr-rating-icon-5:before,
.wpr-rating-icon-5 .wpr-rating-marked:not(:has(svg)) {
  width: 50%;
}
.wpr-rating-icon-6:before,
.wpr-rating-icon-6 .wpr-rating-marked {
  width: 60%;
}
.wpr-rating-icon-7:before,
.wpr-rating-icon-7 .wpr-rating-marked {
  width: 65%;
}
.wpr-rating-icon-8:before,
.wpr-rating-icon-8 .wpr-rating-marked {
  width: 70%;
}
.wpr-rating-icon-9:before,
.wpr-rating-icon-9 .wpr-rating-marked {
  width: 80%;
}
.wpr-rating-icon-full:before {
  width: 100%;
}
.wpr-rating-icon {
  position: relative;
  overflow: hidden;
}
.wpr-rating-icon .wpr-rating-marked {
  overflow: hidden;
  position: absolute;
  left: 0;
}
.wpr-woo-rating .wpr-rating-icon,
i[class*="wpr-rating-icon-"] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-grid-filters li {
  display: inline-block;
}
.wpr-grid-filters li:last-of-type {
  margin-right: 0 !important;
}
.wpr-grid-filters li span {
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.wpr-grid-filters li a {
  display: inline-block;
}
.wpr-grid-filters li sup {
  position: relative;
  padding-left: 5px;
  line-height: 1;
}
.wpr-grid-filters li sup[data-brackets="yes"]:before {
  content: "\0028";
}
.wpr-grid-filters li sup[data-brackets="yes"]:after {
  content: "\0029";
}
.wpr-grid-filters .wpr-active-filter.wpr-pointer-item:before,
.wpr-grid-filters .wpr-active-filter.wpr-pointer-item:after {
  opacity: 1 !important;
  width: 100% !important;
}
.wpr-grid-filters-sep {
  font-style: normal;
}
.wpr-grid-filters-sep-right li:last-of-type .wpr-grid-filters-sep,
.wpr-grid-filters-sep-left li:first-child .wpr-grid-filters-sep {
  display: none;
}
.wpr-sub-filters {
  display: none;
  padding: 0;
}
.wpr-grid-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-grid-sorting > div,
.wpr-grid-sorting .woocommerce-ordering {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-grid-sorting .woocommerce-ordering {
  text-align: right;
}
.wpr-grid-sorting .woocommerce-ordering select {
  width: auto;
  outline: none !important;
}
.wpr-grid-sorting .wpr-shop-page-title,
.wpr-grid-sorting .woocommerce-result-count,
.wpr-grid-sorting .woocommerce-ordering {
  margin: 0 !important;
}
.wpr-atc-not-clickable {
  opacity: 0.5;
  pointer-events: none;
}
@-webkit-keyframes added-tc-popup-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes added-tc-popup-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes added-tc-popup-animation-hide {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes added-tc-popup-animation-hide {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes added-tc-popup-animation-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes added-tc-popup-animation-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes added-tc-popup-animation-hide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes added-tc-popup-animation-hide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes added-tc-popup-animation-hide-bottom {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes added-tc-popup-animation-slide-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes added-tc-popup-animation-slide-in-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes added-tc-popup-animation-slide-out-left {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes added-tc-popup-animation-slide-out-left {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes added-tc-popup-animation-scale-up {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes added-tc-popup-animation-scale-up {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes added-tc-popup-animation-scale-down {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes added-tc-popup-animation-scale-down {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes added-tc-popup-animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes added-tc-popup-animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes added-tc-popup-animation-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes added-tc-popup-animation-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes added-tc-popup-animation-skew {
  from {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
}
@keyframes added-tc-popup-animation-skew {
  from {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes added-tc-popup-animation-skew-off {
  from {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
  }
}
@keyframes added-tc-popup-animation-skew-off {
  from {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
  }
}
@-webkit-keyframes added-tc-popup-animation-skew-bottom {
  from {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
}
@keyframes added-tc-popup-animation-skew-bottom {
  from {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes added-tc-popup-animation-skew-off-bottom {
  from {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
}
@keyframes added-tc-popup-animation-skew-off-bottom {
  from {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
  }
}
.wpr-fade-to {
  opacity: 0.6;
}
.wpr-added-to-compare-popup,
.wpr-added-to-wishlist-popup,
.wpr-added-to-cart-popup {
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: 99999;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-slide-in-left,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-slide-in-left,
.wpr-added-to-cart-popup.wpr-added-to-cart-slide-in-left {
  -webkit-animation-name: added-tc-popup-animation-slide-in-left !important;
  animation-name: added-tc-popup-animation-slide-in-left !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-slide-out-left,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-slide-out-left,
.wpr-added-to-cart-popup.wpr-added-to-cart-slide-out-left {
  -webkit-animation-name: added-tc-popup-animation-slide-out-left !important;
  animation-name: added-tc-popup-animation-slide-out-left !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-scale-up,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-scale-up,
.wpr-added-to-cart-popup.wpr-added-to-cart-scale-up {
  -webkit-animation-name: added-tc-popup-animation-scale-up !important;
  animation-name: added-tc-popup-animation-scale-up !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-scale-down,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-scale-down,
.wpr-added-to-cart-popup.wpr-added-to-cart-scale-down {
  -webkit-animation-name: added-tc-popup-animation-scale-down !important;
  animation-name: added-tc-popup-animation-scale-down !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-fade,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-fade,
.wpr-added-to-cart-popup.wpr-added-to-cart-fade {
  -webkit-animation-name: added-tc-popup-animation-fade !important;
  animation-name: added-tc-popup-animation-fade !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-added-to-compare-popup.wpr-added-to-compare-fade-out,
.wpr-added-to-wishlist-popup.wpr-added-to-wishlist-fade-out,
.wpr-added-to-cart-popup.wpr-added-to-cart-fade-out {
  -webkit-animation-name: added-tc-popup-animation-fade-out !important;
  animation-name: added-tc-popup-animation-fade-out !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-top .wpr-added-to-compare-popup.wpr-added-to-wishlist-skew,
.wpr-atc-popup-top .wpr-added-to-wishlist-popup.wpr-added-to-wishlist-skew,
.wpr-atc-popup-top .wpr-added-to-cart-popup.wpr-added-to-cart-skew {
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-animation-name: added-tc-popup-animation-skew !important;
  animation-name: added-tc-popup-animation-skew !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-top .wpr-added-to-compare-popup.wpr-added-to-compare-skew-off,
.wpr-atc-popup-top .wpr-added-to-wishlist-popup.wpr-added-to-wishlist-skew-off,
.wpr-atc-popup-top .wpr-added-to-cart-popup.wpr-added-to-cart-skew-off {
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-animation-name: added-tc-popup-animation-skew-off !important;
  animation-name: added-tc-popup-animation-skew-off !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-bottom .wpr-added-to-compare-popup.wpr-added-to-compare-skew,
.wpr-atc-popup-bottom .wpr-added-to-wishlist-popup.wpr-added-to-wishlist-skew,
.wpr-atc-popup-bottom .wpr-added-to-cart-popup.wpr-added-to-cart-skew {
  -webkit-transform-origin: center bottom 0;
  -ms-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-animation-name: added-tc-popup-animation-skew-bottom !important;
  animation-name: added-tc-popup-animation-skew-bottom !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-bottom .wpr-added-to-compare-popup.wpr-added-to-compare-skew-off,
.wpr-atc-popup-bottom
  .wpr-added-to-wishlist-popup.wpr-added-to-wishlist-skew-off,
.wpr-atc-popup-bottom .wpr-added-to-cart-popup.wpr-added-to-cart-skew-off {
  -webkit-transform-origin: center bottom 0;
  -ms-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-animation-name: added-tc-popup-animation-skew-off-bottom !important;
  animation-name: added-tc-popup-animation-skew-off-bottom !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-top .wpr-added-to-compare-popup,
.wpr-atc-popup-top .wpr-added-to-wishlist-popup,
.wpr-atc-popup-top .wpr-added-to-cart-popup {
  -webkit-animation-name: added-tc-popup-animation;
  animation-name: added-tc-popup-animation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-top .wpr-added-to-compare-popup-hide,
.wpr-atc-popup-top .wpr-added-to-wishlist-popup-hide,
.wpr-atc-popup-top .wpr-added-to-cart-popup-hide {
  -webkit-animation-name: added-tc-popup-animation-hide;
  animation-name: added-tc-popup-animation-hide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-bottom .wpr-added-to-compare-popup,
.wpr-atc-popup-bottom .wpr-added-to-wishlist-popup,
.wpr-atc-popup-bottom .wpr-added-to-cart-popup {
  -webkit-animation-name: added-tc-popup-animation-bottom;
  animation-name: added-tc-popup-animation-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-bottom .wpr-added-to-compare-popup-hide,
.wpr-atc-popup-bottom .wpr-added-to-wishlist-popup-hide,
.wpr-atc-popup-bottom .wpr-added-to-cart-popup-hide {
  -webkit-animation-name: added-tc-popup-animation-hide-bottom;
  animation-name: added-tc-popup-animation-hide-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-atc-popup-top .wpr-added-to-compare-popup,
.wpr-atc-popup-top .wpr-added-to-wishlist-popup,
.wpr-atc-popup-top .wpr-added-to-cart-popup {
  top: 0;
  right: 0;
}
.wpr-atc-popup-bottom .wpr-added-to-compare-popup,
.wpr-atc-popup-bottom .wpr-added-to-wishlist-popup,
.wpr-atc-popup-bottom .wpr-added-to-cart-popup {
  bottom: 0;
  right: 0;
}
.wpr-added-tcompare-title,
.wpr-added-tw-title,
.wpr-added-tc-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-added-tcompare-title a,
.wpr-added-tw-title a,
.wpr-added-tc-title a {
  display: inline;
}
.wpr-added-tcompare-title p,
.wpr-added-tw-title p,
.wpr-added-tc-title p {
  margin: 0;
}
.wpr-added-tcomp-popup-img img,
.wpr-added-tw-popup-img img,
.wpr-added-tc-popup-img img {
  width: 100%;
  height: auto;
}
.wpr-grid .added_to_wishlist,
.wpr-grid .added_to_cart {
  opacity: 0;
}
.wpr-grid-pagination {
  margin-top: 30px;
}
.wpr-grid-pagination > a,
.wpr-grid-pagination > span {
  display: inline-block;
}
.wpr-grid-pagination i,
.wpr-grid-pagination svg {
  vertical-align: middle;
}
.wpr-grid-pagination .wpr-disabled-arrow {
  cursor: not-allowed;
  opacity: 0.4;
}
.wpr-pagination-loading,
.wpr-pagination-finish {
  display: none;
}
.wpr-grid-pagination-center .wpr-grid-pagination,
.wpr-grid-pagination-justify .wpr-grid-pagination {
  text-align: center;
}
.wpr-grid-pagination-center .wpr-grid-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-grid-pagination-left .wpr-grid-pagination {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-grid-pagination-right .wpr-grid-pagination {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-grid-pagination-infinite-scroll {
  text-align: center;
}
.wpr-grid-pagination-justify .wpr-grid-pagi-left-arrows,
.wpr-grid-pagination-justify .wpr-grid-pagination-default .wpr-prev-post-link {
  float: left;
}
.wpr-grid-pagination-justify .wpr-grid-pagi-right-arrows,
.wpr-grid-pagination-justify .wpr-grid-pagination-default .wpr-next-post-link {
  float: right;
}
.wpr-grid-pagi-left-arrows,
.wpr-grid-pagi-right-arrows,
.wpr-grid-pagination .wpr-load-more-btn {
  display: inline-block;
}
.wpr-load-more-btn,
.wpr-grid-pagi-right-arrows a:last-child,
.wpr-grid-pagi-right-arrows span:last-child {
  margin-right: 0 !important;
}
.wpr-grid-pagination .wpr-first-page,
.wpr-grid-pagination .wpr-last-page,
.wpr-grid-pagination .wpr-prev-page,
.wpr-grid-pagination .wpr-prev-post-link,
.wpr-grid-pagination .wpr-next-page,
.wpr-grid-pagination .wpr-next-post-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wpr-grid-pagination span > span,
  .wpr-grid-pagination a > span {
    display: none;
  }
  .wpr-grid-pagination.wpr-grid-pagination-numbered span i,
  .wpr-grid-pagination.wpr-grid-pagination-numbered a i {
    padding: 0 !important;
  }
}
.elementor-editor-active .wpr-grid-pagination-infinite-scroll {
  display: none;
}
.wpr-grid-slider-nav-position-default .wpr-grid-slider-arrow-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-grid-slider-nav-position-default .wpr-grid-slider-arrow {
  position: static;
}
.wpr-grid-slider-nav-position-default .wpr-grid-slider-prev-arrow {
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
}
.wpr-grid-slider-nav-position-default .wpr-grid-slider-next-arrow {
  -ms-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
  -webkit-transform: translateY(0) rotate(180deg);
}
.wpr-grid-slider-nav-align-top-center .wpr-grid-slider-arrow-container,
.wpr-grid-slider-nav-align-bottom-center .wpr-grid-slider-arrow-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-grid-slider-arrow {
  position: absolute;
  z-index: 120;
  top: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.wpr-grid-slider-arrow i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wpr-adjust-slider-prev-arrow {
  left: 1% !important;
}
.wpr-adjust-slider-next-arrow {
  right: 1% !important;
}
.wpr-grid-slider-prev-arrow {
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-grid-slider-next-arrow {
  right: 1%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.wpr-grid-slider-nav-fade .wpr-grid-slider-arrow-container {
  opacity: 0;
  visibility: hidden;
}
.wpr-grid-slider-nav-fade:hover .wpr-grid-slider-arrow-container {
  opacity: 1;
  visibility: visible;
}
.wpr-grid-slider-dots {
  display: inline-table;
  position: absolute;
  z-index: 110;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpr-grid-slider-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpr-grid-slider-dots-horizontal .wpr-grid-slider-dots li,
.wpr-grid-slider-dots-pro-vr .slick-dots li {
  float: left;
}
.wpr-grid.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.wpr-grid-slider-dots-vertical .slick-dots li {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.wpr-grid-slider-dots-horizontal .slick-dots li,
.wpr-grid-slider-dots-pro-vr .slick-dots li {
  width: auto !important;
  padding-top: 10px;
  margin: 0 !important;
}
.wpr-grid-slider-dots-horizontal .slick-dots li:last-child span {
  margin-right: 0 !important;
}
.wpr-grid-slider-dot {
  display: block;
  cursor: pointer;
}
.wpr-grid-slider-dots li:last-child .wpr-grid-slider-dot {
  margin: 0 !important;
}
.wpr-grid-item-protected {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11 !important;
  width: 100%;
  height: 100%;
}
.wpr-grid-item-protected i {
  font-size: 22px;
}
.wpr-grid-item-protected input {
  width: 50%;
  border: none;
  margin-top: 10px;
  padding: 7px 13px;
  font-size: 13px;
}
.wpr-grid-sorting-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpr-products-result-count .woocommerce-result-count {
  margin: 0;
}
.wpr-sort-select-position-above .wpr-grid-sort-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpr-grid-sort-heading {
  width: 100%;
}
.wpr-grid-sort-heading * {
  margin: 0;
}
.wpr-grid-sorting-inner-wrap form .orderby::-ms-expend {
  display: none;
}
.wpr-grid-orderby span {
  position: relative;
  display: block;
}
.wpr-grid-sorting-wrap form .orderby {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.wpr-grid-sorting-wrap .wpr-orderby-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600 !important;
}
.wpr-sale-dates {
  display: inline-block;
}
.elementor-widget-wpr-grid .wpr-grid-media-hover-bg,
.elementor-widget-wpr-media-grid .wpr-grid-media-hover-bg,
.elementor-widget-wpr-woo-grid .wpr-grid-media-hover-bg {
  background-color: rgba(0, 0, 0, 0.25);
}
.elementor-widget-wpr-magazine-grid .wpr-grid-media-hover-bg {
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 46%,
    rgba(96, 91, 229, 0.87) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(46%, rgba(255, 255, 255, 0)),
    to(rgba(96, 91, 229, 0.87))
  );
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 46%,
    rgba(96, 91, 229, 0.87) 100%
  );
}
.elementor-widget-wpr-grid .wpr-grid-item-title,
.elementor-widget-wpr-woo-grid .wpr-grid-item-title,
.elementor-widget-wpr-woo-category-grid-pro .wpr-grid-item-title,
.elementor-widget-wpr-category-grid-pro .wpr-grid-item-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
}
.elementor-widget-wpr-magazine-grid .wpr-grid-item-title {
  font-size: 22px;
  margin: 0;
}
.elementor-widget-wpr-media-grid .wpr-grid-item-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.elementor-widget-wpr-grid .wpr-grid-item-content,
.elementor-widget-wpr-grid .wpr-grid-item-excerpt,
.elementor-widget-wpr-instagram-feed .wpr-insta-feed-item-caption,
.elementor-widget-wpr-grid .wpr-grid-item-author,
.elementor-widget-wpr-grid .wpr-grid-item-time,
.elementor-widget-wpr-grid .wpr-grid-item-read-more a,
.elementor-widget-wpr-grid .wpr-grid-item-likes,
.elementor-widget-wpr-grid .wpr-grid-item-sharing,
.elementor-widget-wpr-instagram-feed .wpr-insta-feed-item-sharing,
.elementor-widget-wpr-grid .wpr-grid-tax-style-1,
.elementor-widget-wpr-grid .wpr-grid-cf-style-1,
.elementor-widget-wpr-grid .wpr-grid-filters li,
.elementor-widget-wpr-grid .wpr-grid-pagination,
.elementor-widget-wpr-grid .wpr-grid-item-protected p,
.elementor-widget-wpr-media-grid .wpr-grid-item-sharing,
.elementor-widget-wpr-media-grid .wpr-grid-filters li,
.elementor-widget-wpr-woo-grid .wpr-grid-item-content,
.elementor-widget-wpr-woo-grid .wpr-grid-product-categories,
.elementor-widget-wpr-woo-grid .wpr-grid-product-tags,
.elementor-widget-wpr-woo-grid .wpr-woo-rating span,
.elementor-widget-wpr-woo-grid .wpr-grid-item-status .inner-block > span,
.elementor-widget-wpr-woo-grid .wpr-grid-item-add-to-cart a,
.elementor-widget-wpr-woo-grid .wpr-grid-item-likes,
.elementor-widget-wpr-woo-grid .wpr-grid-item-sharing,
.elementor-widget-wpr-woo-grid .wpr-grid-item-lightbox,
.elementor-widget-wpr-woo-grid .wpr-grid-pagination,
.elementor-widget-wpr-woo-grid .wpr-grid-item-price .inner-block > span,
.elementor-widget-wpr-magazine-grid .wpr-grid-item-content,
.elementor-widget-wpr-magazine-grid .wpr-grid-item-excerpt {
  font-size: 14px;
}
.elementor-widget-wpr-magazine-grid .wpr-grid-tax-style-1 {
  font-size: 12px;
  list-style-position: 0.5px;
}
.elementor-widget-wpr-magazine-grid .wpr-grid-item-date,
.elementor-widget-wpr-magazine-grid .wpr-grid-item-time,
.elementor-widget-wpr-magazine-grid .wpr-grid-item-author {
  font-size: 12px;
  list-style-position: 0.3px;
}
.elementor-widget-wpr-grid .wpr-grid-item-date,
.elementor-widget-wpr-grid .wpr-grid-item-comments,
.elementor-widget-wpr-grid .wpr-grid-tax-style-2,
.elementor-widget-wpr-media-grid .wpr-grid-item-caption,
.elementor-widget-wpr-media-grid .wpr-grid-item-date,
.elementor-widget-wpr-media-grid .wpr-grid-item-time,
.elementor-widget-wpr-media-grid .wpr-grid-item-author,
.elementor-widget-wpr-media-grid .wpr-grid-item-likes,
.elementor-widget-wpr-media-grid .wpr-grid-tax-style-1,
.elementor-widget-wpr-media-grid .wpr-grid-tax-style-2,
.elementor-widget-wpr-media-magazine-grid .wpr-grid-tax-style-2 {
  font-size: 14px;
}
.elementor-widget-wpr-grid .wpr-grid-item-lightbox,
.elementor-widget-wpr-media-grid .wpr-grid-item-lightbox {
  font-size: 18px;
}
.elementor-widget-wpr-grid .wpr-grid-cf-style-2,
.elementor-widget-wpr-media-grid .wpr-grid-pagination {
  font-size: 15px;
}
.elementor-widget-wpr-grid .wpr-grid-tax-style-2 .inner-block a {
  background-color: #605be5;
}
.elementor-widget-wpr-grid .wpr-grid-tax-style-2 .inner-block a:hover {
  background-color: #4a45d2;
}
@media screen and (max-width: 580px) {
  .wpr-grid-sorting-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wpr-products-result-count {
    margin-bottom: 5px;
  }
  .wpr-grid-orderby,
  .wpr-grid-orderby select.orderby,
  .wpr-products-result-count {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .wpr-grid-last-element-yes .wpr-grid-item-inner {
    height: 100% !important;
  }
  .wpr-grid-last-element-yes .wpr-grid-item-below-content > div:last-child {
    position: absolute !important;
    left: 0;
    bottom: 0;
  }
  .wpr-grid-last-element-yes
    .wpr-grid-item-below-content
    > div:last-child
    span {
    white-space: nowrap;
  }
}
.wpr-magazine-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.wpr-mgzn-grid-item {
  padding: 0 !important;
  text-align: center;
}
.wpr-mgzn-grid-1vh-3h {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.wpr-mgzn-grid-1-1-1 {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.wpr-mgzn-grid-2-3,
.wpr-mgzn-grid-1-1-3 {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}
.wpr-mgzn-grid-2-h {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.wpr-mgzn-grid-3-h {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.wpr-mgzn-grid-4-h {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.wpr-mgzn-grid-1vh-3h .wpr-mgzn-grid-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}
.wpr-mgzn-grid-1vh-3h .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.wpr-mgzn-grid-1vh-3h .wpr-mgzn-grid-item:nth-child(3) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.wpr-mgzn-grid-1vh-3h .wpr-mgzn-grid-item:nth-child(4) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.wpr-mgzn-grid-1-2 .wpr-mgzn-grid-item:nth-child(1),
.wpr-mgzn-grid-1-3 .wpr-mgzn-grid-item:nth-child(1),
.wpr-mgzn-grid-1-4 .wpr-mgzn-grid-item:nth-child(1),
.wpr-mgzn-grid-1-1-2 .wpr-mgzn-grid-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.wpr-mgzn-grid-1-1-2 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.wpr-mgzn-grid-2-1-2 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.wpr-mgzn-grid-1-3 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(1),
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(2),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(1),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
}
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(2) {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(3),
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(4),
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(5),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(3),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(4),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(5) {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(3),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(3) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(4),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(4) {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}
.wpr-mgzn-grid-2-3 .wpr-mgzn-grid-item:nth-child(5),
.wpr-mgzn-grid-1-1-3 .wpr-mgzn-grid-item:nth-child(5) {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
}
.wpr-magazine-grid .wpr-grid-item-inner,
.wpr-magazine-grid .wpr-grid-media-wrap,
.wpr-magazine-grid .wpr-grid-image-wrap {
  height: 100%;
}
.wpr-magazine-grid .wpr-grid-image-wrap {
  background-size: cover;
  background-position: center center;
}
.wpr-magazine-grid .wpr-grid-media-hover {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-2 article:nth-child(1) {
    -ms-grid-column-span: 3 !important;
    grid-column-end: 3 !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 article:nth-child(1) {
    -ms-grid-column-span: 3 !important;
    grid-column-end: 3 !important;
    -ms-grid-row-span: 2 !important;
    grid-row-end: 2 !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-3 article:nth-child(2) {
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column-end: 3 !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [3];
    grid-template-rows: repeat(3, 1fr);
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-4 article:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1 !important;
    grid-row-end: 1 !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 article:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-2 article:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-1-2 article:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1vh-3h {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-1 article:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [3];
    grid-template-rows: repeat(3, 1fr);
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 article:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 article:nth-child(2) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 article:nth-child(3) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 article:nth-child(4) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-1-1-3 article:nth-child(5) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [6] !important;
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 article:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 article:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 article:nth-child(3) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 article:nth-child(4) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-2-3 article:nth-child(5) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-1 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [2] !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [4] !important;
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-2 > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: (1fr) [6] !important;
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-4-h.wpr-mgzn-grid-rows-3 > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-1 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: (1fr) [3] !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-1 > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-1 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: (1fr) [6] !important;
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-2 > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: (1fr) [9] !important;
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .wpr-magazine-grid.wpr-mgzn-grid-3-h.wpr-mgzn-grid-rows-3 > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .wpr-magazin-grid-one-column-yes .wpr-magazine-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: auto !important;
    grid-template-rows: auto !important;
  }
  .wpr-magazin-grid-one-column-yes .wpr-magazine-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpr-magazin-grid-one-column-yes
    .wpr-magazine-grid
    article.wpr-mgzn-grid-item {
    -ms-grid-column: auto !important;
    grid-column-start: auto !important;
    grid-column-end: auto !important;
    -ms-grid-row: auto !important;
    grid-row-start: auto !important;
    grid-row-end: auto !important;
  }
}
.wpr-sharing-buttons .wpr-sharing-icon {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff !important;
}
.wpr-sharing-buttons .wpr-sharing-icon i {
  display: block;
  text-align: center;
}
.wpr-sharing-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-wpr-sharing-buttons.elementor-grid-0 .wpr-sharing-buttons,
.elementor-widget-wpr-sharing-buttons[class*="elementor-grid-pro-"]
  .wpr-sharing-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wpr-sharing-buttons:not(.elementor-grid-0):not(
    .elementor-grid-pro-3
  ):not(.elementor-grid-pro-4):not(.elementor-grid-pro-5):not(
    .elementor-grid-pro-6
  )
  .wpr-sharing-label-off
  .wpr-sharing-icon
  i {
  width: 100% !important;
}
.wpr-sharing-buttons.wpr-sharing-col-1 .wpr-sharing-icon {
  width: 100%;
  margin-right: 0 !important;
}
.wpr-sharing-buttons .wpr-sharing-icon:last-child,
.wpr-sharing-col-1 .wpr-sharing-buttons .wpr-sharing-icon,
.wpr-sharing-col-2 .wpr-sharing-buttons .wpr-sharing-icon:nth-child(2n),
.wpr-sharing-col-3 .wpr-sharing-buttons .wpr-sharing-icon:nth-child(3n),
.wpr-sharing-col-4 .wpr-sharing-buttons .wpr-sharing-icon:nth-child(4n),
.wpr-sharing-col-5 .wpr-sharing-buttons .wpr-sharing-icon:nth-child(5n),
.wpr-sharing-col-6 .wpr-sharing-buttons .wpr-sharing-icon:nth-child(6n) {
  margin-right: 0 !important;
}
.wpr-sharing-buttons .wpr-sharing-icon {
  -webkit-transition-property: opacity, border-color;
  -o-transition-property: opacity, border-color;
  transition-property: opacity, border-color;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.wpr-sharing-buttons .wpr-sharing-icon i,
.wpr-sharing-buttons .wpr-sharing-icon span {
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.wpr-sharing-official .wpr-sharing-icon:hover {
  opacity: 0.85;
}
.wpr-sharing-official .wpr-sharing-facebook-f i,
.wpr-sharing-official .wpr-sharing-facebook-f span {
  background-color: #3b5998;
}
.wpr-sharing-official .wpr-sharing-twitter i,
.wpr-sharing-official .wpr-sharing-twitter span {
  background-color: #1da1f2;
}
.wpr-sharing-official .wpr-sharing-linkedin-in i,
.wpr-sharing-official .wpr-sharing-linkedin-in span {
  background-color: #0077b5;
}
.wpr-sharing-official .wpr-sharing-pinterest-p i,
.wpr-sharing-official .wpr-sharing-pinterest-p span {
  background-color: #bd081c;
}
.wpr-sharing-official .wpr-sharing-reddit i,
.wpr-sharing-official .wpr-sharing-reddit span {
  background-color: #ff4500;
}
.wpr-sharing-official .wpr-sharing-tumblr i,
.wpr-sharing-official .wpr-sharing-tumblr span {
  background-color: #35465c;
}
.wpr-sharing-official .wpr-sharing-digg i,
.wpr-sharing-official .wpr-sharing-digg span {
  background-color: #005be2;
}
.wpr-sharing-official .wpr-sharing-xing i,
.wpr-sharing-official .wpr-sharing-xing span {
  background-color: #026466;
}
.wpr-sharing-official .wpr-sharing-stumbleupon i,
.wpr-sharing-official .wpr-sharing-stumbleupon span {
  background-color: #eb4924;
}
.wpr-sharing-official .wpr-sharing-vk i,
.wpr-sharing-official .wpr-sharing-vk span {
  background-color: #45668e;
}
.wpr-sharing-official .wpr-sharing-odnoklassniki i,
.wpr-sharing-official .wpr-sharing-odnoklassniki span {
  background-color: #f4731c;
}
.wpr-sharing-official .wpr-sharing-get-pocket i,
.wpr-sharing-official .wpr-sharing-get-pocket span {
  background-color: #ef3f56;
}
.wpr-sharing-official .wpr-sharing-skype i,
.wpr-sharing-official .wpr-sharing-skype span {
  background-color: #00aff0;
}
.wpr-sharing-official .wpr-sharing-whatsapp i,
.wpr-sharing-official .wpr-sharing-whatsapp span {
  background-color: #25d366;
}
.wpr-sharing-official .wpr-sharing-telegram i,
.wpr-sharing-official .wpr-sharing-telegram span {
  background-color: #2ca5e0;
}
.wpr-sharing-official .wpr-sharing-delicious i,
.wpr-sharing-official .wpr-sharing-delicious span {
  background-color: #3399ff;
}
.wpr-sharing-official .wpr-sharing-envelope i,
.wpr-sharing-official .wpr-sharing-envelope span {
  background-color: #c13b2c;
}
.wpr-sharing-official .wpr-sharing-print i,
.wpr-sharing-official .wpr-sharing-print span {
  background-color: #96c859;
}
.wpr-sharing-official .wpr-sharing-facebook-f {
  border-color: #3b5998;
}
.wpr-sharing-official .wpr-sharing-twitter {
  border-color: #1da1f2;
}
.wpr-sharing-official .wpr-sharing-linkedin-in {
  border-color: #0077b5;
}
.wpr-sharing-official .wpr-sharing-pinterest-p {
  border-color: #bd081c;
}
.wpr-sharing-official .wpr-sharing-reddit {
  border-color: #ff4500;
}
.wpr-sharing-official .wpr-sharing-tumblr {
  border-color: #35465c;
}
.wpr-sharing-official .wpr-sharing-digg {
  border-color: #005be2;
}
.wpr-sharing-official .wpr-sharing-xing {
  border-color: #026466;
}
.wpr-sharing-official .wpr-sharing-stumbleupon {
  border-color: #eb4924;
}
.wpr-sharing-official .wpr-sharing-vk {
  border-color: #45668e;
}
.wpr-sharing-official .wpr-sharing-odnoklassniki {
  border-color: #f4731c;
}
.wpr-sharing-official .wpr-sharing-get-pocket {
  border-color: #ef3f56;
}
.wpr-sharing-official .wpr-sharing-skype {
  border-color: #00aff0;
}
.wpr-sharing-official .wpr-sharing-whatsapp {
  border-color: #25d366;
}
.wpr-sharing-official .wpr-sharing-telegram {
  border-color: #2ca5e0;
}
.wpr-sharing-official .wpr-sharing-delicious {
  border-color: #3399ff;
}
.wpr-sharing-official .wpr-sharing-envelope {
  border-color: #c13b2c;
}
.wpr-sharing-official .wpr-sharing-print {
  border-color: #96c859;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-facebook-f i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-facebook-f span {
  color: #3b5998;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-twitter i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-twitter span {
  color: #1da1f2;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-linkedin-in i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-linkedin-in span {
  color: #0077b5;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-pinterest-p i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-pinterest-p span {
  color: #bd081c;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-reddit i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-reddit span {
  color: #ff4500;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-tumblr i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-tumblr span {
  color: #35465c;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-digg i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-digg span {
  color: #005be2;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-xing i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-xing span {
  color: #026466;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-stumbleupon i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-stumbleupon span {
  color: #eb4924;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-vk i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-vk span {
  color: #45668e;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-odnoklassniki i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-odnoklassniki span {
  color: #f4731c;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-get-pocket i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-get-pocket span {
  color: #ef3f56;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-skype i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-skype span {
  color: #00aff0;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-whatsapp i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-whatsapp span {
  color: #25d366;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-telegram i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-telegram span {
  color: #2ca5e0;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-delicious i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-delicious span {
  color: #3399ff;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-envelope i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-envelope span {
  color: #c13b2c;
  background-color: transparent;
}
.wpr-sharing-official.wpr-sharing-icon-tr .wpr-sharing-print i,
.wpr-sharing-official.wpr-sharing-label-tr .wpr-sharing-print span {
  color: #96c859;
  background-color: transparent;
}
.wpr-countdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
}
.wpr-countdown-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.wpr-countdown-item:first-child {
  margin-left: 0 !important;
}
.wpr-countdown-item:last-of-type {
  margin-right: 0 !important;
}
.wpr-countdown-number {
  display: block;
}
.wpr-countdown-separator {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.wpr-countdown-separator span {
  display: block;
}
.wpr-countdown-separator:last-of-type {
  display: none !important;
}
.wpr-countdown-wrap + div:not(.wpr-countdown-message) {
  display: none;
}
.wpr-countdown-message + div {
  display: none;
}
.elementor-widget-wpr-countdown .wpr-countdown-item {
  background-color: #605be5;
}
.elementor-widget-wpr-countdown .wpr-countdown-number {
  font-size: 70px;
}
.elementor-widget-wpr-countdown .wpr-countdown-label {
  font-size: 19px;
  line-height: 45px;
}
.wpr-google-map .gm-style-iw-c {
  padding: 0 !important;
}
.wpr-google-map .gm-style-iw-c > button {
  top: 0 !important;
  right: 0 !important;
}
.wpr-google-map .gm-style-iw-c .wpr-gm-iwindow h3 {
  margin-bottom: 7px;
}
.wpr-google-map .gm-style-iw-d {
  overflow: hidden !important;
}
.wpr-google-map .gm-style img {
  max-width: none !important;
}
.wpr-api-key-missing {
  color: red;
  font-size: 13px;
  margin-top: 10px;
}
.wpr-api-key-missing a {
  font-weight: bold;
}
.wpr-forms-container .wpcf7-form .wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7 label,
.wpcf7-quiz-label {
  width: 100%;
}
.wpr-forms-container .wpcf7 p {
  margin-bottom: 0;
}
.wpr-forms-container .wpcf7-form .ajax-loader {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.wpr-forms-container .wpcf7-select,
.wpr-forms-container .wpcf7-number,
.wpr-forms-container .wpcf7-date,
.wpr-forms-container select.wpforms-field-medium,
.wpr-forms-container .nf-field-container select,
.wpr-forms-container .caldera-grid select.form-control {
  padding: 7px 10px !important;
}
.wpr-forms-container .wpcf7-date {
  width: auto !important;
}
.wpr-forms-container .wpcf7-number {
  width: 100px !important;
}
.wpr-forms-container .wpcf7-form .wpcf7-submit {
  display: block;
}
.wpr-forms-container .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.wpr-forms-container .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wpr-forms-container .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}
.wpr-forms-container .wpcf7-response-output {
  clear: both;
  margin: 0;
}
.wpr-forms-container
  .wpforms-field:not(.wpforms-field-address)
  .wpforms-field-medium {
  display: inline-block !important;
  max-width: 100% !important;
}
.wpr-forms-container .wpforms-field-phone,
.wpr-forms-container .wpforms-field-address,
.wpr-forms-container .wpforms-page-indicator {
  display: inline-block;
}
.wpr-forms-container .wpforms-field-address .wpforms-field-medium {
  max-width: 100% !important;
}
.wpr-forms-container .intl-tel-input.allow-dropdown input.wpforms-field-medium,
.wpr-forms-container .wpforms-field-address div.wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}
.wpr-forms-container .intl-tel-input.allow-dropdown {
  display: inline-block !important;
  max-width: 100% !important;
}
.wpr-forms-align-left
  .wpr-forms-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-list-inline
  ul
  li:last-child {
  margin-right: 0 !important;
}
.wpr-forms-container .wpcf7-mail-sent-ok,
.wpr-forms-container .wpforms-confirmation-container-full,
.wpr-forms-container .nf-response-msg,
.wpr-forms-container .caldera-grid .alert-success {
  padding: 10px 15px;
  border: 2px solid;
}
.wpr-forms-container label.wpforms-error a {
  text-decoration: underline;
}
.wpr-forms-container .wpforms-smart-phone-field {
  text-indent: 0 !important;
}
.wpr-forms-container select.ninja-forms-field {
  line-height: 1 !important;
}
.wpr-forms-container .nf-form-wrap .checkbox-wrap label {
  display: inline-block !important;
}
.wpr-forms-container .nf-form-wrap .starrating .stars {
  display: inline-block;
}
.wpr-forms-submit-center .wpcf7-submit,
.wpr-forms-submit-center .wpforms-submit,
.wpr-forms-submit-center .wpforms-page-next,
.wpr-forms-submit-center .wpforms-page-previous,
.wpr-forms-submit-center .submit-wrap .ninja-forms-field,
.wpr-forms-submit-center .caldera-grid .btn-default:not(a) {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpr-forms-submit-left .wpcf7-submit,
.wpr-forms-submit-left .wpforms-submit,
.wpr-forms-submit-left .wpforms-page-next,
.wpr-forms-submit-left .wpforms-page-previous,
.wpr-forms-submit-left .submit-wrap .ninja-forms-field,
.wpr-forms-submit-left .caldera-grid .btn-default:not(a) {
  float: left !important;
}
.wpr-forms-submit-right .wpcf7-submit,
.wpr-forms-submit-right .wpforms-submit,
.wpr-forms-submit-right .wpforms-page-next,
.wpr-forms-submit-right .wpforms-page-previous,
.wpr-forms-submit-right .submit-wrap .ninja-forms-field,
.wpr-forms-submit-left .caldera-grid .btn-default:not(a) {
  float: right !important;
}
.wpr-forms-submit-justify .wpcf7-submit,
.wpr-forms-submit-justify .wpforms-submit,
.wpr-forms-submit-justify .wpforms-page-next,
.wpr-forms-submit-justify .wpforms-page-previous,
.wpr-forms-submit-justify .submit-wrap .ninja-forms-field,
.wpr-forms-submit-justify .caldera-grid .btn-default:not(a) {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.wpr-custom-chk-radio .wpcf7-checkbox input,
.wpr-custom-chk-radio .wpcf7-radio input,
.wpr-custom-chk-radio .wpcf7-acceptance input,
.wpr-custom-chk-radio .wpforms-field-radio input,
.wpr-custom-chk-radio .wpforms-field-checkbox input,
.wpr-custom-chk-radio .wpforms-field-gdpr-checkbox input {
  display: none !important;
}
.wpr-custom-chk-radio .wpcf7-checkbox .wpcf7-list-item-label,
.wpr-custom-chk-radio .wpcf7-radio .wpcf7-list-item-label,
.wpr-custom-chk-radio .wpcf7-acceptance .wpcf7-list-item-label,
.wpr-custom-chk-radio .wpforms-field-checkbox input + label,
.wpr-custom-chk-radio .wpforms-field-gdpr-checkbox input + label,
.wpr-custom-chk-radio .wpforms-field-radio input + label,
.wpr-custom-chk-radio .wpforms-field-radio input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wpr-custom-chk-radio .wpcf7-checkbox .wpcf7-list-item-label:before,
.wpr-custom-chk-radio .wpcf7-radio .wpcf7-list-item-label:before,
.wpr-custom-chk-radio .wpcf7-acceptance .wpcf7-list-item-label:before,
.wpr-custom-chk-radio .wpforms-field-checkbox input + label:before,
.wpr-custom-chk-radio .wpforms-field-gdpr-checkbox input + label:before,
.wpr-custom-chk-radio .wpforms-field-radio input + label:before,
.wpr-custom-chk-radio
  .wpforms-field-radio
  input:not(.wpforms-screen-reader-element)
  + span:before {
  content: "\2714";
  display: inline-block;
  position: relative;
  top: -1px;
  text-align: center;
  border: 1px solid;
  margin-right: 5px;
  color: transparent;
}
.wpr-forms-align-right .wpforms-field-checkbox ul li input:first-child,
.wpr-forms-align-right .wpforms-field-radio ul li input:first-child,
.wpr-forms-align-right .wpforms-image-choices label input:first-of-type,
.wpr-forms-align-right .wpforms-field-gdpr-checkbox input:first-child {
  float: right;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.wpr-forms-align-right .wpr-forms-container,
.wpr-forms-align-right .wpr-forms-container .wpcf7-form-control {
  direction: rtl;
}
.wpr-forms-align-right .nf-form-wrap .field-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-forms-align-right .label-right .nf-field-description {
  margin-right: 0 !important;
}
.wpr-forms-align-right .nf-error.field-wrap .nf-field-element:after {
  right: auto !important;
  left: 1px !important;
}
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpcf7-checkbox
  .wpcf7-list-item-label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpcf7-radio
  .wpcf7-list-item-label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpcf7-acceptance
  .wpcf7-list-item-label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpforms-field-checkbox
  input
  + label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpforms-field-gdpr-checkbox
  input
  + label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpforms-field-radio
  input
  + label:before,
.wpr-forms-align-right
  .wpr-custom-chk-radio
  .wpforms-field-radio
  input:not(.wpforms-screen-reader-element)
  + span:before {
  margin-right: 0;
  margin-left: 5px;
}
.wpr-forms-align-right .wpcf7-list-item.last,
.wpr-forms-align-right .wpcf7-acceptance .wpcf7-list-item,
.wpr-forms-align-right
  div.wpforms-container-full
  .wpforms-form
  .wpforms-list-inline
  ul
  li:first-child {
  margin-right: 0 !important;
}
.wpr-forms-align-right .wpr-forms-container .intl-tel-input .flag-container {
  left: auto !important;
  right: 0 !important;
}
.wpr-forms-align-right .caldera-grid .col-sm-4,
.wpr-forms-align-right .caldera-grid .col-sm-6 {
  float: right;
}
.wpr-forms-align-right .wpr-forms-container .caldera-grid .checkbox label,
.wpr-forms-align-right
  .wpr-forms-container
  .caldera-grid
  .checkbox-inline
  label,
.wpr-forms-align-right .wpr-forms-container .caldera-grid .radio label {
  padding-left: 0 !important;
  padding-right: 20px;
}
.wpr-forms-align-right .wpr-forms-container .caldera-grid .checkbox input,
.wpr-forms-align-right .wpr-forms-container .caldera-grid .radio input {
  margin-right: -20px !important;
  margin-left: 0 !important;
}
.wpr-forms-align-right .wpr-forms-container .caldera-grid .cf-credit-card {
  background-position: 99% center !important;
}
.wpr-forms-align-right .wpr-forms-container .caldera-grid .live-gravatar {
  text-align: right !important;
}
.wpr-forms-align-left .wpr-forms-container .caldera-grid .live-gravatar {
  text-align: left !important;
}
.wpr-forms-container .nf-form-content {
  padding: 0;
  max-width: none;
}
.wpr-forms-container .nf-form-content .label-above .field-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-forms-container .nf-form-content .label-above .nf-field-label {
  margin-top: 0;
}
.wpr-forms-container
  .field-wrap:not(.textarea-wrap):not(.submit-wrap)
  .ninja-forms-field {
  border-radius: 0;
}
.wpr-forms-container .field-wrap.textarea-wrap .ninja-forms-field {
  display: block;
}
.wpr-forms-container .field-wrap.submit-wrap .ninja-forms-field {
  cursor: pointer;
}
.wpr-forms-container .listselect-wrap > div select.ninja-forms-field {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.wpr-forms-container .nf-form-content .list-select-wrap .nf-field-element > div,
.wpr-forms-container .nf-form-content input:not([type="button"]),
.wpr-forms-container .nf-form-content textarea {
  background: transparent;
  border: none;
}
.wpr-forms-container .checkbox-container.label-right .field-wrap {
  display: block;
}
.wpr-forms-container .listradio-wrap ul li,
.wpr-forms-container .listcheckbox-wrap ul li {
  display: inline-block;
  margin-right: 10px !important;
  margin-bottom: 7px !important;
}
.wpr-forms-container .listcheckbox-container .nf-field-element label:after {
  top: 1px;
}
.wpr-forms-container .listradio-wrap .nf-field-element label {
  margin-left: 25px !important;
}
.wpr-forms-container .listradio-wrap .nf-field-element label:after {
  top: 0;
  left: -25px;
}
.wpr-forms-container
  .listradio-wrap
  .nf-field-element
  label.nf-checked-label:before {
  top: 4px;
  left: -21px;
}
.wpr-forms-container .listradio-wrap label,
.wpr-forms-container .checkbox-wrap label,
.wpr-forms-container .listcheckbox-wrap label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.wpr-forms-container .nf-error.field-wrap .nf-field-element:after {
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
}
.wpr-forms-container .wpforms-form .wpforms-field,
.wpr-forms-container .wpforms-submit-container {
  padding: 0 !important;
}
.wpr-forms-container .wpforms-container,
.wpr-forms-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row,
.wpr-forms-container
  .wpforms-field-address
  .wpforms-field-row:nth-last-child(2) {
  margin-bottom: 0 !important;
}
.wpr-forms-container .wpforms-submit-container:after {
  content: " ";
  clear: both;
  display: table;
}
.wpr-forms-container .caldera-grid .help-block {
  margin-bottom: 0;
}
.wpr-forms-container .caldera-grid .caldera-forms-gdpr-field-label a {
  text-decoration: underline;
}
.wpr-forms-container .caldera-grid .intl-tel-input input {
  text-indent: 40px;
}
.wpr-forms-container .caldera-grid input.cf-credit-card {
  text-indent: 33px;
}
.wpr-forms-container .caldera-grid .cf-credit-card {
  background-position: 5px center !important;
}
.wpr-forms-container .cf2-dropzone .form-control {
  height: auto;
}
.wpr-forms-container .caldera-grid .form-group input,
.wpr-forms-container .caldera-grid .form-group textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpr-forms-container .caldera-grid .has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpr-forms-container .caldera-grid .alert-success {
  text-shadow: none;
}
.elementor-widget-wpr-forms .wpforms-head-container .wpforms-title,
.elementor-widget-wpr-forms .nf-form-title h3 {
  font-size: 28px;
  font-weight: 800;
}
.elementor-widget-wpr-forms .wpforms-head-container .wpforms-description,
.elementor-widget-wpr-forms .nf-form-fields-required {
  font-size: 14px;
}
.elementor-widget-wpr-forms .wpcf7-form,
.elementor-widget-wpr-forms .nf-field-container label,
.elementor-widget-wpr-forms .wpforms-field-label,
.elementor-widget-wpr-forms .wpforms-image-choices-label,
.elementor-widget-wpr-forms .wpforms-field-label-inline,
.elementor-widget-wpr-forms .wpforms-captcha-question,
.elementor-widget-wpr-forms .wpforms-captcha-equation,
.elementor-widget-wpr-forms .wpforms-payment-total,
.elementor-widget-wpr-forms .caldera-grid .control-label,
.elementor-widget-wpr-forms .caldera-forms-summary-field ul li,
.elementor-widget-wpr-forms .caldera-grid .total-line,
.elementor-widget-wpr-forms .caldera-grid .checkbox label,
.elementor-widget-wpr-forms .caldera-grid .radio label,
.elementor-widget-wpr-forms .caldera-grid .caldera-forms-gdpr-field-label,
.elementor-widget-wpr-forms
  .wpr-forms-container
  .wpforms-confirmation-container-full,
.elementor-widget-wpr-forms .wpr-forms-container .nf-response-msg {
  font-size: 14px;
}
.elementor-widget-wpr-forms .wpcf7-text,
.elementor-widget-wpr-forms .wpcf7-textarea,
.elementor-widget-wpr-forms .wpcf7-date,
.elementor-widget-wpr-forms .wpcf7-number,
.elementor-widget-wpr-forms .wpcf7-select,
.elementor-widget-wpr-forms .wpcf7-quiz,
.elementor-widget-wpr-forms .ninja-forms-field,
.elementor-widget-wpr-forms .wpforms-form input[type="date"],
.elementor-widget-wpr-forms .wpforms-form input[type="datetime"],
.elementor-widget-wpr-forms .wpforms-form input[type="datetime-local"],
.elementor-widget-wpr-forms .wpforms-form input[type="email"],
.elementor-widget-wpr-forms .wpforms-form input[type="month"],
.elementor-widget-wpr-forms .wpforms-form input[type="number"],
.elementor-widget-wpr-forms .wpforms-form input[type="password"],
.elementor-widget-wpr-forms .wpforms-form input[type="range"],
.elementor-widget-wpr-forms .wpforms-form input[type="search"],
.elementor-widget-wpr-forms .wpforms-form input[type="tel"],
.elementor-widget-wpr-forms .wpforms-form input[type="text"],
.elementor-widget-wpr-forms .wpforms-form input[type="time"],
.elementor-widget-wpr-forms .wpforms-form input[type="url"],
.elementor-widget-wpr-forms .wpforms-form input[type="week"],
.elementor-widget-wpr-forms .wpforms-form select,
.elementor-widget-wpr-forms .wpforms-form textarea,
.elementor-widget-wpr-forms .caldera-grid .form-control[type="text"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="email"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="tel"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="phone"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="number"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="url"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="color_picker"],
.elementor-widget-wpr-forms .caldera-grid .form-control[type="credit_card_cvc"],
.elementor-widget-wpr-forms .caldera-grid select.form-control,
.elementor-widget-wpr-forms .caldera-grid textarea.form-control {
  font-size: 13px;
  letter-spacing: 0.2px;
}
.elementor-widget-wpr-forms .wpcf7-submit,
.elementor-widget-wpr-forms .submit-wrap .ninja-forms-field,
.elementor-widget-wpr-forms .submit-wrap .ninja-forms-field,
.elementor-widget-wpr-forms .wpforms-submit,
.elementor-widget-wpr-forms .wpforms-page-next,
.elementor-widget-wpr-forms .wpforms-page-previous,
.elementor-widget-wpr-forms .caldera-grid .btn-default,
.elementor-widget-wpr-forms .caldera-grid .cf2-dropzone button {
  background-color: #605be5;
}
.elementor-widget-wpr-forms .wpcf7-submit:hover,
.elementor-widget-wpr-forms .submit-wrap .ninja-forms-field:hover,
.elementor-widget-wpr-forms .wpforms-submit:hover,
.elementor-widget-wpr-forms .wpforms-page-next:hover,
.elementor-widget-wpr-forms .wpforms-page-previous:hover,
.elementor-widget-wpr-forms .caldera-grid .btn-default:hover,
.elementor-widget-wpr-forms .caldera-grid .btn-success,
.elementor-widget-wpr-forms .caldera-grid .cf2-dropzone button:hover {
  background-color: #4a45d2;
}
.elementor-widget-wpr-forms .wpr-forms-container .wpcf7-not-valid-tip,
.elementor-widget-wpr-forms .wpr-forms-container .wpcf7-response-output,
.elementor-widget-wpr-forms .wpr-forms-container label.wpforms-error,
.elementor-widget-wpr-forms .wpr-forms-container .caldera_ajax_error_block,
.elementor-widget-wpr-forms .wpr-forms-container .nf-error-msg {
  font-size: 14px;
}
.elementor-widget-wpr-forms .wpcf7-form,
.elementor-widget-wpr-forms .nf-field-container label,
.elementor-widget-wpr-forms .wpforms-field-label,
.elementor-widget-wpr-forms .wpforms-image-choices-label,
.elementor-widget-wpr-forms .wpforms-field-label-inline,
.elementor-widget-wpr-forms .wpforms-captcha-question,
.elementor-widget-wpr-forms .wpforms-captcha-equation,
.elementor-widget-wpr-forms .wpforms-payment-total,
.elementor-widget-wpr-forms .caldera-grid .control-label,
.elementor-widget-wpr-forms .caldera-forms-summary-field ul li,
.elementor-widget-wpr-forms .caldera-grid .total-line,
.elementor-widget-wpr-forms .caldera-grid .checkbox label,
.elementor-widget-wpr-forms .caldera-grid .radio label,
.elementor-widget-wpr-forms .caldera-grid .caldera-forms-gdpr-field-label,
.elementor-widget-wpr-forms
  .wpr-forms-container
  .wpforms-confirmation-container-full,
.elementor-widget-wpr-forms .wpr-forms-container .nf-response-msg {
  font-weight: normal;
}
.elementor-widget-wpr-forms.nf-field-description,
.elementor-widget-wpr-forms.wpforms-field-sublabel,
.elementor-widget-wpr-forms.wpforms-field-description,
.elementor-widget-wpr-forms.caldera-grid .help-block {
  font-size: 14px;
}
.wpr-ba-image-container {
  position: relative;
  overflow: hidden;
}
.wpr-ba-image-container * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpr-ba-image-1 img,
.wpr-ba-image-2 img {
  max-width: 100%;
  width: 100%;
  opacity: 1;
}
.wpr-ba-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wpr-ba-image-2 img {
  position: absolute;
  top: 0;
}
.wpr-ba-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  height: 100%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.wpr-ba-divider-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-ba-vertical .wpr-ba-divider-icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-ba-horizontal .wpr-ba-divider-icons i:first-child {
  text-align: right;
  padding-right: 10%;
}
.wpr-ba-horizontal .wpr-ba-divider-icons i:last-child {
  text-align: left;
  padding-left: 10%;
}
.wpr-ba-divider-icons .fa {
  text-align: center;
}
.wpr-ba-vertical .wpr-ba-divider {
  top: 50%;
  left: auto;
  width: 100%;
  height: auto;
}
.wpr-ba-vertical .wpr-ba-image-2 img {
  top: auto;
}
.wpr-ba-horizontal .wpr-ba-divider-icons:before,
.wpr-ba-horizontal .wpr-ba-divider-icons:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
}
.wpr-ba-vertical .wpr-ba-divider-icons:before,
.wpr-ba-vertical .wpr-ba-divider-icons:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.wpr-ba-label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.wpr-ba-labels-none .wpr-ba-label {
  display: none;
}
.wpr-ba-labels-hover .wpr-ba-label {
  opacity: 0;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.wpr-ba-labels-hover:hover .wpr-ba-label {
  opacity: 1;
}
.wpr-ba-horizontal .wpr-ba-label {
  top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-ba-horizontal .wpr-ba-label-1 {
  left: 0;
}
.wpr-ba-horizontal .wpr-ba-label-2 {
  right: 0;
}
.wpr-ba-vertical .wpr-ba-label {
  left: 0;
  width: 100%;
}
.wpr-ba-vertical .wpr-ba-label-1 {
  top: 0;
}
.wpr-ba-vertical .wpr-ba-label-2 {
  bottom: 0;
}
.elementor-widget-wpr-before-after .wpr-ba-label > div {
  background-color: #605be5;
  font-size: 14px;
}
body:not(.elementor-editor-active) .wpr-template-popup {
  display: none;
}
.wpr-template-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.wpr-template-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpr-popup-container {
  position: relative;
}
.wpr-popup-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.wpr-popup-container-inner > div {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wpr-popup-container > div {
  width: 100%;
}
.wpr-popup-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.wpr-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.wpr-popup-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  cursor: pointer;
}
.wpr-popup-notification.wpr-template-popup,
.wpr-popup-notification .wpr-template-popup-inner {
  height: auto !important;
}
.wpr-popup-notification .wpr-popup-overlay {
  display: none !important;
}
.wpr-popup-container-inner.ps-container.ps-active-y > .ps-scrollbar-y-rail,
.wpr-popup-container-inner.ps.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.wpr-popup-container-inner.ps-container > .ps-scrollbar-y-rail,
.wpr-popup-container-inner.ps > .ps__rail-y {
  display: none;
  position: absolute;
  right: 3px;
  width: 3px;
}
.wpr-popup-container-inner.ps-container
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y,
.wpr-popup-container-inner.ps > .ps__rail-y > .ps__thumb-y {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 3px;
}
.wpr-popup-container .ps-scrollbar-x-rail {
  display: none !important;
}
.wpr-popup-notification .wpr-popup-container .slideInDown {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.wpr-popup-notification .wpr-popup-container {
  width: 100% !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.wpr-popup-trigger-button {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}
.wpr-popup-trigger-button svg {
  display: block;
}
.wpr-popup-container .elementor-editor-section-settings {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
.wpr-popup-container
  .elementor-editor-section-settings
  .elementor-editor-element-setting:first-child {
  border-radius: 0 0 0 5px;
}
.wpr-popup-container
  .elementor-editor-section-settings
  .elementor-editor-element-setting:first-child:before {
  top: 0;
  border-width: 0 12px 22px 0;
}
.wpr-popup-container
  .elementor-editor-section-settings
  .elementor-editor-element-setting:last-child {
  border-radius: 0 0 5px 0;
}
.wpr-popup-container
  .elementor-editor-section-settings
  .elementor-editor-element-setting:last-child:after {
  top: 0;
  border-width: 0 0 22px 12px;
}
.elementor-editor-active
  [data-elementor-type="wpr-popups"]
  .elementor-section-wrap:not(:empty)
  + #elementor-add-new-section,
.elementor-editor-active
  [data-elementor-type="wpr-popups"]:not(.elementor-edit-mode) {
  display: none;
}
.elementor .elementor-widget-wpr-popup-trigger .wpr-popup-trigger-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.elementor-editor-active
  [data-elementor-type="wpr-popup"]
  .elementor-section-wrap:not(:empty)
  + #elementor-add-new-section,
.elementor-editor-active
  [data-elementor-type="wpr-popup"]:not(.elementor-edit-mode) {
  display: none;
}
.wpr-template-edit-btn {
  position: absolute;
  top: 0;
  right: 40px;
  display: none;
  line-height: 1;
  padding: 8px 13px;
  cursor: pointer;
  background: #333;
  color: #fff;
  border: 1px solid #000;
}
.elementor-editor-active .wpr-template-edit-btn {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.elementor-editor-active
  .elementor-element-edit-mode:hover
  .wpr-template-edit-btn {
  opacity: 1;
  visibility: visible;
}
.wpr-mailchimp-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-mailchimp-email label,
.wpr-mailchimp-email input,
.wpr-mailchimp-first-name label,
.wpr-mailchimp-first-name input,
.wpr-mailchimp-last-name label,
.wpr-mailchimp-last-name input,
.wpr-mailchimp-phone-number label,
.wpr-mailchimp-phone-number input {
  display: block;
  width: 100%;
}
.wpr-mailchimp-layout-hr .wpr-mailchimp-fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-mailchimp-layout-vr .wpr-mailchimp-fields {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-mailchimp-layout-hr .wpr-mailchimp-email,
.wpr-mailchimp-layout-hr .wpr-mailchimp-first-name,
.wpr-mailchimp-layout-hr .wpr-mailchimp-last-name,
.wpr-mailchimp-layout-hr .wpr-mailchimp-phone-number {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-mailchimp-subscribe-btn {
  width: 100%;
  padding: 0 !important;
  outline: none !important;
  cursor: pointer;
}
.wpr-mailchimp-message,
.wpr-mailchimp-success-message,
.wpr-mailchimp-error-message {
  display: none;
}
.elementor-widget-wpr-mailchimp .wpr-mailchimp-header h3 {
  font-size: 28px;
  font-weight: 800;
  margin-top: 0;
}
.elementor-widget-wpr-mailchimp .wpr-mailchimp-header p {
  font-size: 14px;
}
.elementor-widget-wpr-mailchimp .wpr-mailchimp-fields label {
  font-size: 13px;
}
.elementor-widget-wpr-mailchimp .wpr-mailchimp-subscribe-btn {
  background-color: #605be5;
}
.elementor-widget-wpr-mailchimp .wpr-mailchimp-subscribe-btn:hover {
  background-color: #4a45d2;
}
.wpr-advanced-slider-wrap {
  position: relative;
}
.wpr-advanced-slider {
  position: relative;
  height: auto;
  overflow: hidden;
  opacity: 0;
}
.wpr-slider-item {
  position: relative;
  height: auto;
  overflow: hidden;
}
.wpr-slider-content {
  position: relative;
  max-width: 750px;
  width: 100%;
  padding: 10px 50px 50px 50px;
  z-index: 90;
}
.wpr-slider-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wpr-slider-title *,
.wpr-slider-sub-title *,
.wpr-slider-description p {
  display: inline-block;
}
.wpr-slider-title * {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px 10px 5px 10px;
  margin: 0 0 2px 0;
}
.wpr-slider-sub-title * {
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px 0;
}
.wpr-slider-description p {
  padding: 5px 10px 5px 10px;
  margin: 0 0 30px 0;
}
.wpr-slider-primary-btn,
.wpr-slider-secondary-btn {
  padding: 12px 25px 12px 25px;
  margin: 0 10px 0 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 2px;
}
.wpr-slider-btns svg,
.wpr-slider-scroll-btn svg {
  vertical-align: bottom;
}
.wpr-slider-video:not(.wpr-custom-video) {
  position: relative;
  padding-bottom: 56.25%;
}
.wpr-custom-video video {
  height: 100%;
}
.wpr-advanced-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-slide .wpr-slider-img {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 79;
}
@keyframes ken-burns-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes ken-burns-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes ken-burns-out {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ken-burns-out {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wpr-advanced-slider .slick-slide.wpr-slick-visible .wpr-slider-item-bg {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.wpr-advanced-slider
  .slick-slide.wpr-slick-visible
  .wpr-slider-item-bg.wpr-ken-burns-in {
  -webkit-animation-name: ken-burns-in;
  animation-name: ken-burns-in;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wpr-advanced-slider
  .slick-slide.wpr-slick-visible
  .wpr-slider-item-bg.wpr-ken-burns-out {
  -webkit-animation-name: ken-burns-out;
  animation-name: ken-burns-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wpr-ken-burns-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpr-ken-burns-out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.wpr-slider-item-url {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}
.wpr-slider-nav-position-default .wpr-slider-arrow-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-slider-nav-position-default .wpr-slider-arrow {
  position: static;
}
.wpr-slider-nav-position-default .wpr-slider-prev-arrow {
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
}
.wpr-slider-nav-position-default .wpr-slider-next-arrow {
  -ms-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
  -webkit-transform: translateY(0) rotate(180deg);
}
.wpr-slider-nav-align-top-center .wpr-slider-arrow-container,
.wpr-slider-nav-align-bottom-center .wpr-slider-arrow-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-slider-arrow {
  position: absolute;
  z-index: 120;
  top: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-slider-arrow i {
  display: block;
  line-height: inherit;
}
.wpr-slider-prev-arrow {
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-slider-next-arrow {
  right: 1%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.wpr-slider-nav-fade .wpr-slider-arrow {
  opacity: 0;
  visibility: hidden;
}
.wpr-slider-nav-fade .wpr-advanced-slider-wrap:hover .wpr-slider-arrow {
  opacity: 1;
  visibility: visible;
}
.wpr-slider-dots {
  display: inline-table;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpr-slider-dots .slick-dots {
  position: static !important;
}
.wpr-slider-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpr-advanced-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.wpr-slider-dots-vertical .slick-dots li {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.wpr-slider-dots-horizontal .slick-dots li {
  width: auto !important;
  padding-top: 10px;
  margin: 0 !important;
}
.wpr-slider-dots-pro-vr .slick-dots li:last-child span,
.wpr-slider-dots-horizontal .slick-dots li:last-child span {
  margin-right: 0 !important;
}
.wpr-slider-dots-pro-vr .wpr-slider-dots li,
.wpr-slider-dots-horizontal .wpr-slider-dots li {
  float: left;
}
.wpr-slider-dot {
  display: block;
  cursor: pointer;
}
.wpr-slider-dots li:last-child .wpr-slider-dot {
  margin: 0 !important;
}
.wpr-slider-scroll-btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  line-height: 1;
  overflow: hidden;
}
@-webkit-keyframes wpr-scroll-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
@keyframes wpr-scroll-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
.wpr-scroll-animation {
  -webkit-animation-name: wpr-scroll-animation;
  animation-name: wpr-scroll-animation;
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wpr-slider-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background: #000;
}
.wpr-slider-video-btn {
  margin: 0 auto;
}
.wpr-slider-video-btn i {
  display: block;
}
.wpr-slider-video-icon-size-none .wpr-slider-video-btn {
  display: none;
}
.wpr-slider-video-icon-size-small .wpr-slider-video-btn {
  height: 50px;
  width: 50px;
  font-size: 16px;
  padding: 16px 0 0 4px;
  border-width: 1px;
}
.wpr-slider-video-icon-size-medium .wpr-slider-video-btn {
  height: 80px;
  width: 80px;
  font-size: 26px;
  padding: 25px 0 0 5px;
  border-width: 2px;
}
.wpr-slider-video-icon-size-large .wpr-slider-video-btn {
  height: 100px;
  width: 100px;
  font-size: 30px;
  padding: 33px 0 0 7px;
  border-width: 2px;
}
.wpr-slider-video-btn {
  text-align: center;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
}
.wpr-slider-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wpr-pricing-table {
  position: relative;
}
.wpr-pricing-table-heading {
  text-align: center;
}
.wpr-pricing-table-headding-inner {
  display: inline-block;
}
.wpr-pricing-table-heading-left .wpr-pricing-table-headding-inner > div,
.wpr-pricing-table-heading-right .wpr-pricing-table-headding-inner > div {
  display: inline-block;
  vertical-align: top;
}
.wpr-pricing-table-heading-left .wpr-pricing-table-icon {
  float: left;
}
.wpr-pricing-table-heading-right .wpr-pricing-table-icon {
  float: right;
}
.wpr-pricing-table-heading-left .wpr-pricing-table-title-wrap,
.wpr-pricing-table-heading-right .wpr-pricing-table-title-wrap {
  text-align: left;
}
.wpr-pricing-table-heading-center .wpr-pricing-table-icon img {
  margin: 0 auto;
}
.wpr-pricing-table-icon img {
  display: block;
  border-style: none;
}
.elementor-widget-wpr-pricing-table
  .wpr-pricing-table-title-wrap
  .wpr-pricing-table-title {
  font-size: 26px;
  font-weight: 600;
}
.elementor-widget-wpr-pricing-table
  .wpr-pricing-table-title-wrap
  .wpr-pricing-table-sub-title {
  font-size: 14px;
}
.wpr-pricing-table-price {
  text-align: center;
  font-size: 65px;
  font-weight: 500;
  line-height: 0.9;
}
.wpr-pricing-table-price-inner {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-pricing-table-sub-price,
.wpr-pricing-table-currency,
.wpr-pricing-table-old-price,
.wpr-pricing-table-preiod {
  line-height: 1;
}
.wpr-pricing-table-preiod {
  font-size: 17px;
  line-height: 1.5;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.wpr-pricing-table-old-price {
  text-decoration: line-through !important;
}
.wpr-pricing-table-feature {
  position: relative;
  font-size: 15px;
  padding: 0;
}
.wpr-pricing-table-feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.wpr-pricing-table-feature-inner span {
  position: relative;
}
.wpr-pricing-table-feature-inner span.wpr-pricing-table-ftext-line-yes {
  text-decoration: line-through;
}
.wpr-pricing-table-feature:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
}
.wpr-pricing-table section:last-of-type:after {
  display: none;
}
.wpr-pricing-table-feature-text,
.wpr-pricing-table-feature-icon {
  display: inline;
}
.wpr-pricing-table-feature-icon {
  margin-right: 8px;
}
.wpr-pricing-table-feature-tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 4px;
  padding: 6px 10px;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 230ms ease-in-out 0s;
  -o-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
  text-align: center;
}
.wpr-pricing-table-feature-tooltip:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-style: solid;
  border-top-width: 6px;
}
.wpr-pricing-table-feature:hover .wpr-pricing-table-feature-tooltip {
  visibility: visible;
  opacity: 1;
  top: 5px;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-pricing-table-feature-tooltip:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) !important;
}
.wpr-pricing-table-button {
  text-align: center;
  font-size: 17px;
}
.wpr-pricing-table-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.wpr-pricing-table-btn span {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}
.wpr-pricing-table-btn:before,
.wpr-pricing-table-btn:after {
  z-index: 1 !important;
}
.wpr-pricing-table-badge {
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.elementor-widget-wpr-pricing-table
  .wpr-pricing-table-badge
  .wpr-pricing-table-badge-inner {
  font-size: 15px;
  font-weight: 900;
}
.wpr-pricing-table-badge-left {
  left: 0;
  right: auto;
}
.wpr-pricing-table-badge-right {
  left: auto;
  right: 0;
}
.wpr-pricing-table-badge-corner {
  top: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.wpr-pricing-table-badge-corner .wpr-pricing-table-badge-inner {
  width: 200%;
}
.wpr-pricing-table-badge-corner.wpr-pricing-table-badge-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.wpr-pricing-table-badge-cyrcle {
  top: 0;
}
.wpr-pricing-table-badge-cyrcle .wpr-pricing-table-badge-inner {
  border-radius: 100%;
}
.wpr-pricing-table-badge-flag {
  border-right: 5px;
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-left {
  margin-left: -10px;
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-right {
  margin-right: -10px;
}
.wpr-pricing-table-badge-flag:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-style: solid;
  border-top-width: 10px;
}
.wpr-pricing-table-badge-flag .wpr-pricing-table-badge-inner {
  position: relative;
  z-index: 2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-left:before {
  left: 5px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-right:before {
  right: -5px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-left
  .wpr-pricing-table-badge-inner {
  border-bottom-right-radius: 3px;
}
.wpr-pricing-table-badge-flag.wpr-pricing-table-badge-right
  .wpr-pricing-table-badge-inner {
  border-bottom-left-radius: 3px;
}
.wpr-pricing-table-text {
  font-size: 13px;
  line-height: 1.3;
}
.wpr-pricing-table-divider {
  margin: 0 auto;
  border: 0;
}
.wpr-pricing-table-animation-slide {
  -webkit-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wpr-pricing-table-animation-bounce {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.wpr-pricing-table-animation-slide:hover {
  margin-top: -5px;
}
.wpr-pricing-table-animation-bounce:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-heading {
  background-color: #f9f9f9;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-price {
  background-color: #605be5;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-button {
  background-color: #f9f9f9;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-btn {
  background-color: #2b2b2b;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-btn:hover {
  background-color: #4a45d2;
}
.elementor-widget-wpr-pricing-table .wpr-pricing-table-text {
  background-color: #f9f9f9;
}
.wpr-logo {
  position: relative;
  display: inline-table;
  overflow: hidden;
}
.wpr-logo-image img {
  display: block;
}
.wpr-logo-description {
  margin: 0;
}
.wpr-logo-image,
.wpr-logo-text {
  position: relative;
  display: block;
  width: 100%;
  z-index: 7;
}
.wpr-logo-url {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.wpr-logo-position-left .wpr-logo-image,
.wpr-logo-position-left .wpr-logo-text {
  float: left;
}
.wpr-logo-position-right .wpr-logo-image,
.wpr-logo-position-right .wpr-logo-text {
  float: right;
}
.wpr-logo-position-center .wpr-logo-image {
  margin: 0 auto;
}
.wpr-logo-position-center .wpr-logo-text {
  text-align: center;
}
.wpr-logo-position-left .wpr-logo-text,
.wpr-logo-position-right .wpr-logo-text {
  text-align: left;
}
.elementor-widget-wpr-logo .wpr-logo-title {
  font-size: 16px;
  line-height: 1.5;
}
.elementor-widget-wpr-logo .wpr-logo-description {
  font-size: 13px;
}
.wpr-testimonial-carousel .slick-slider {
  cursor: drag;
}
.wpr-testimonial-carousel .slick-track {
  display: -webkit-box !important;
  display: flex !important;
  display: -ms-flexbox !important;
}
.wpr-testimonial-carousel .slick-slide {
  height: inherit !important;
}
.wpr-testimonial-carousel-wrap .slick-list {
  padding-right: 1px !important;
}
.wpr-testimonial-nav-position-default .wpr-testimonial-arrow-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-testimonial-nav-position-default .wpr-testimonial-arrow {
  position: static;
}
.wpr-testimonial-nav-position-default .wpr-testimonial-prev-arrow {
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
}
.wpr-testimonial-nav-position-default .wpr-testimonial-next-arrow {
  -ms-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
  -webkit-transform: translateY(0) rotate(180deg);
}
.wpr-testimonial-nav-align-top-center .wpr-testimonial-arrow-container,
.wpr-testimonial-nav-align-bottom-center .wpr-testimonial-arrow-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-testimonial-arrow {
  position: absolute;
  z-index: 120;
  top: 52%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.wpr-testimonial-arrow i {
  display: block;
  line-height: inherit;
}
.wpr-testimonial-prev-arrow {
  left: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-testimonial-next-arrow {
  right: 2%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.wpr-testimonial-nav-fade .wpr-testimonial-arrow {
  opacity: 0;
}
.wpr-testimonial-dots {
  display: inline-table;
  position: absolute;
  z-index: 110;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpr-testimonial-dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpr-testimonial-dots li {
  float: left;
  width: auto !important;
  margin: 0 !important;
}
.wpr-testimonial-dot {
  display: block;
  cursor: pointer;
}
.wpr-testimonial-dots li:last-child .wpr-testimonial-dot {
  margin: 0 !important;
}
.wpr-testimonial-social-media {
  display: inline-block;
}
.wpr-testimonial-social {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 45px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.wpr-testimonial-social i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.wpr-testimonial-social:last-child {
  margin-right: 0 !important;
}
.wpr-testimonial-rating i {
  display: inline;
  position: relative;
  font-family: "eicons";
  font-style: normal;
  line-height: 1;
  overflow: hidden;
}
.wpr-testimonial-rating i:before {
  content: "\e934";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  font-family: inherit;
  overflow: hidden;
}
.wpr-testimonial-rating-style_2 .wpr-testimonial-rating i:before {
  content: "\002605";
}
.wpr-testimonial-rating i:last-of-type {
  margin-right: 0 !important;
}
.wpr-rating-icon-empty:before {
  display: none !important;
}
.elementor-widget-wpr-testimonial-carousel
  .wpr-testimonial-content-wrap
  .wpr-testimonial-title {
  font-size: 18px;
  font-weight: 700;
}
.wpr-testimonial-content {
  position: relative;
  font-size: 15px;
}
.wpr-testimonial-content p {
  position: relative;
  z-index: 5;
  margin: 0;
}
.wpr-testimonial-content .wpr-testimonial-icon {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.wpr-testimonial-date {
  font-size: 10px;
}
.wpr-testimonial-content-inner {
  position: relative;
  background-color: #f9f9f9;
}
.wpr-testimonial-triangle-yes .wpr-testimonial-content-inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top-style: solid;
  border-top-width: 15px;
}
.wpr-testimonial-meta-position-top.wpr-testimonial-meta-align-center
  .wpr-testimonial-content-inner:before,
.wpr-testimonial-meta-position-bottom.wpr-testimonial-meta-align-center
  .wpr-testimonial-content-inner:before {
  right: calc(50% - 15px);
}
.wpr-testimonial-meta-position-top.wpr-testimonial-meta-align-left
  .wpr-testimonial-content-inner:before,
.wpr-testimonial-meta-position-bottom.wpr-testimonial-meta-align-left
  .wpr-testimonial-content-inner:before {
  margin-left: -15px;
}
.wpr-testimonial-meta-position-top.wpr-testimonial-meta-align-right
  .wpr-testimonial-content-inner:before,
.wpr-testimonial-meta-position-bottom.wpr-testimonial-meta-align-right
  .wpr-testimonial-content-inner:before {
  margin-right: -15px;
}
.wpr-testimonial-meta-position-left .wpr-testimonial-content-inner:before,
.wpr-testimonial-meta-position-right .wpr-testimonial-content-inner:before {
  margin-top: -7.5px;
}
.wpr-testimonial-meta-position-top .wpr-testimonial-content-inner:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wpr-testimonial-meta-position-top .wpr-testimonial-content-inner {
  margin-top: 15px;
}
.wpr-testimonial-meta-position-right .wpr-testimonial-content-inner:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wpr-testimonial-meta-position-right .wpr-testimonial-content-inner {
  margin-right: 15px;
}
.wpr-testimonial-meta-position-left .wpr-testimonial-content-inner:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpr-testimonial-meta-position-left .wpr-testimonial-content-inner {
  margin-left: 15px;
}
.wpr-testimonial-meta-position-bottom .wpr-testimonial-content-inner:before {
  bottom: -15px;
}
.wpr-testimonial-meta-position-bottom .wpr-testimonial-content-inner {
  margin-bottom: 15px;
}
.wpr-testimonial-meta-position-extra .wpr-testimonial-content-inner:before {
  display: none;
}
.wpr-testimonial-meta-position-left .wpr-testimonial-content-inner:before {
  left: -22px;
}
.wpr-testimonial-meta-position-right .wpr-testimonial-content-inner:before {
  right: -22px;
}
.wpr-testimonial-meta-position-top .wpr-testimonial-content-inner:before {
  top: -15px;
}
.wpr-testimonial-meta-position-bottom .wpr-testimonial-content-inner:before {
  bottom: -15px;
}
.wpr-testimonial-image {
  overflow: hidden;
}
.elementor-widget-wpr-testimonial-carousel
  .wpr-testimonial-meta
  .wpr-testimonial-name {
  font-size: 14px;
  font-weight: 700;
}
.wpr-testimonial-logo-image {
  display: block;
  overflow: hidden;
}
.wpr-testimonial-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-testimonial-meta-position-extra .wpr-testimonial-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-testimonial-meta-position-top .wpr-testimonial-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-testimonial-meta-position-bottom .wpr-testimonial-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-testimonial-meta-position-right .wpr-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-testimonial-meta-position-left .wpr-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-testimonial-meta-position-right .wpr-testimonial-meta,
.wpr-testimonial-meta-position-left .wpr-testimonial-meta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .wpr-testimonial-meta-position-left .wpr-testimonial-item,
  .wpr-testimonial-meta-position-right .wpr-testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-testimonial-meta-position-left .wpr-testimonial-content-inner,
  .wpr-testimonial-meta-position-right .wpr-testimonial-content-inner {
    margin-left: 0 !important;
  }
  .wpr-testimonial-meta-position-left .wpr-testimonial-meta,
  .wpr-testimonial-meta-position-right .wpr-testimonial-meta {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .wpr-testimonial-meta-position-left .wpr-testimonial-content-inner:before,
  .wpr-testimonial-meta-position-right .wpr-testimonial-content-inner:before {
    display: none;
  }
}
.wpr-testimonial-job {
  font-size: 10px;
}
.wpr-testimonial-image-position-left .wpr-testimonial-meta-inner > div,
.wpr-testimonial-image-position-right .wpr-testimonial-meta-inner > div {
  display: inline-block;
  vertical-align: top;
}
.wpr-testimonial-image-position-left .wpr-testimonial-image,
.wpr-testimonial-image-position-left .wpr-testimonial-logo-image img,
.wpr-testimonial-image-position-center.wpr-testimonial-meta-align-left
  .wpr-testimonial-meta
  img {
  float: left;
}
.wpr-testimonial-image-position-right .wpr-testimonial-image,
.wpr-testimonial-image-position-right .wpr-testimonial-logo-image img,
.wpr-testimonial-image-position-center.wpr-testimonial-meta-align-right
  .wpr-testimonial-meta
  img {
  float: right;
}
.wpr-testimonial-meta-align-left .wpr-testimonial-meta,
.wpr-testimonial-image-position-left .wpr-testimonial-meta-content-wrap {
  text-align: left;
}
.wpr-testimonial-meta-align-center .wpr-testimonial-meta {
  text-align: center;
}
.wpr-testimonial-meta-align-right .wpr-testimonial-meta,
.wpr-testimonial-image-position-right .wpr-testimonial-meta-content-wrap {
  text-align: right;
}
.wpr-testimonial-meta-align-center .wpr-testimonial-meta img {
  margin: 0 auto;
}
.wpr-testimonial-meta-position-extra .wpr-testimonial-meta img {
  display: inline-block;
}
.wpr-testimonial-meta-inner {
  display: inline-block;
}
.wpr-testimonial-meta-position-top .wpr-testimonial-meta-content-wrap,
.wpr-testimonial-meta-position-bottom .wpr-testimonial-meta-content-wrap {
}
.wpr-testimonial-meta-position-top .wpr-testimonial-logo-image img,
.wpr-testimonial-meta-position-bottom .wpr-testimonial-logo-image img,
.wpr-testimonial-meta-position-top .wpr-testimonial-social-media,
.wpr-testimonial-meta-position-bottom .wpr-testimonial-social-media {
  float: none !important;
  display: inline-block !important;
}
@media screen and (min-width: 480px) {
  .wpr-testimonial-image-position-left .wpr-testimonial-image,
  .wpr-testimonial-image-position-right .wpr-testimonial-image {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .wpr-testimonial-meta-position-left .wpr-testimonial-image,
  .wpr-testimonial-meta-position-right .wpr-testimonial-image,
  .wpr-testimonial-meta-position-left .wpr-testimonial-meta-content-wrap,
  .wpr-testimonial-meta-position-right .wpr-testimonial-meta-content-wrap {
    display: block !important;
    float: none !important;
    text-align: center !important;
  }
  .wpr-testimonial-meta-position-left.wpr-testimonial-image-position-left
    .wpr-testimonial-image,
  .wpr-testimonial-meta-position-right.wpr-testimonial-image-position-left
    .wpr-testimonial-image,
  .wpr-testimonial-meta-position-left.wpr-testimonial-image-position-right
    .wpr-testimonial-image,
  .wpr-testimonial-meta-position-right.wpr-testimonial-image-position-right
    .wpr-testimonial-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wpr-testimonial-meta-position-left .wpr-testimonial-image img,
  .wpr-testimonial-meta-position-right .wpr-testimonial-image img,
  .wpr-testimonial-meta-position-left .wpr-testimonial-logo-image img,
  .wpr-testimonial-meta-position-right .wpr-testimonial-logo-image img {
    display: inline-block !important;
    float: none !important;
  }
}
.wpr-search-admin-notice {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  padding: 8px;
}
.wpr-ajax-search-pagination-center .wpr-ajax-search-pagination {
  text-align: center;
}
.wpr-ajax-search-pagination-center .wpr-ajax-search-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-ajax-search-pagination-left .wpr-ajax-search-pagination {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-ajax-search-pagination-right .wpr-ajax-search-pagination {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-data-fetch .wpr-ajax-search-pagination {
  text-align: center;
}
.wpr-data-fetch ul::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.wpr-data-fetch ul::-webkit-scrollbar-thumb {
  border-left: 3px solid blue;
}
.wpr-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpr-load-more-results {
  display: none;
  width: 100%;
}
.wpr-no-more-results {
  display: none;
  margin: 0;
  text-align: center;
}
.wpr-ajax-search-content {
  text-align: left;
}
.wpr-ajax-search-content a {
  display: inline-block;
}
.wpr-data-fetch {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  border-style: solid;
  z-index: 9999;
}
.wpr-data-fetch ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: 30vh;
  opacity: 0;
}
.wpr-data-fetch ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  cursor: pointer;
}
.wpr-ajax-desc {
  margin: 0;
}
a.wpr-ajax-img-wrap {
  min-width: 100px !important;
  min-height: 100px !important;
}
.wpr-data-fetch img {
  height: auto;
  width: 100% !important;
}
.wpr-close-search {
  position: absolute;
  top: 10px;
  right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-close-search::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  cursor: pointer;
}
.wpr-search-form-input-wrap {
  width: 100%;
  overflow: hidden;
}
.wpr-search-form .wpr-search-form-input {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  border-style: solid;
}
.wpr-search-form-style-inner .wpr-search-form .wpr-search-form-input {
  min-height: 100%;
  height: auto;
}
.wpr-search-form-style-outer .wpr-search-form .wpr-search-form-input {
  height: 100%;
}
.wpr-search-form-style-inner .wpr-search-form-input-wrap,
.wpr-search-form-style-outer .wpr-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-search-form-style-inner.wpr-search-form-position-left
  .wpr-search-form-input-wrap,
.wpr-search-form-style-outer.wpr-search-form-position-left .wpr-search-form {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-search-form-submit {
  padding: 0 !important;
  cursor: pointer;
  border-style: solid;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.wpr-search-input-hidden {
  opacity: 0;
  width: 0;
}
.wpr-search-form-disable-submit-btn-yes .wpr-search-form-submit {
  pointer-events: none;
  cursor: default;
}
.wpr-category-select-wrap {
  position: relative;
}
select.wpr-category-select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1 !important;
}
.wpr-category-select-wrap::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-team-member {
  overflow: hidden;
}
.wpr-member-content {
  overflow: hidden;
}
.wpr-member-name {
  display: block;
  line-height: 1;
}
.elementor .elementor-widget-wpr-team-member .wpr-member-name {
  font-size: 24px;
  font-weight: 500;
}
.wpr-member-job {
  font-size: 13px;
}
.wpr-member-description {
  font-size: 15px;
  line-height: 1.4;
}
.wpr-member-media {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.wpr-member-image {
  overflow: hidden;
}
.wpr-member-overlay-content {
  position: relative;
}
.wpr-member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.wpr-member-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.wpr-member-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 45px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  outline: none !important;
}
.wpr-member-social i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.wpr-member-social:last-child {
  margin-right: 0 !important;
}
.wpr-team-member-social-media-left .wpr-member-social-media {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-team-member-social-media-right .wpr-member-social-media {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-team-member-social-media-center .wpr-member-social-media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-member-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-color: #222222;
  cursor: pointer;
  font-size: 14px;
}
.wpr-member-btn span {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}
.wpr-member-btn:before,
.wpr-member-btn:after {
  z-index: 1 !important;
}
.wpr-member-divider {
  overflow: hidden;
}
.wpr-member-divider:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
.wpr-team-member-divider-left .wpr-member-divider:after {
  float: left;
}
.wpr-team-member-divider-right .wpr-member-divider:after {
  float: right;
}
.wpr-team-member-divider-center .wpr-member-divider:after {
  margin-left: auto;
  margin-right: auto;
}
.wpr-button-wrap {
  position: relative;
  display: inline-table;
  z-index: 1;
  width: 100%;
}
.wpr-button {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.elementor .elementor-widget-wpr-button .wpr-button-text {
  font-size: 15px;
  font-weight: 500;
}
.wpr-button-icon-style-block .wpr-button-text,
.wpr-button-icon-style-inline-block .wpr-button-text {
  width: 100%;
}
.wpr-button-icon-style-block .wpr-button-icon,
.wpr-button-icon-style-inline-block .wpr-button-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-button-text,
.wpr-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-button-icon-position-left .wpr-button-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-button-icon-position-left .wpr-button-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-button-tooltip {
  position: absolute;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 20;
}
.wpr-button-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top-style: solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-width: 6px;
}
.wpr-button-tooltip p {
  margin: 0;
}
.wpr-button-wrap:hover .wpr-button-tooltip {
  visibility: visible;
  opacity: 1;
}
.wpr-button-tooltip-position-top .wpr-button-tooltip {
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  margin-top: -5px;
}
.wpr-button-tooltip-position-top .wpr-button-wrap:hover .wpr-button-tooltip {
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-button-tooltip-position-top .wpr-button-tooltip:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -5px;
}
.wpr-button-tooltip-position-bottom .wpr-button-tooltip {
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  -webkit-transform: translate(-50%, 120%);
  margin-bottom: -5px;
}
.wpr-button-tooltip-position-bottom .wpr-button-wrap:hover .wpr-button-tooltip {
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.wpr-button-tooltip-position-bottom .wpr-button-tooltip:before {
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.wpr-button-tooltip-position-left .wpr-button-tooltip {
  top: 50%;
  left: 0;
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
  margin-left: -5px;
}
.wpr-button-tooltip-position-left .wpr-button-wrap:hover .wpr-button-tooltip {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}
.wpr-button-tooltip-position-left .wpr-button-tooltip:before {
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.wpr-button-tooltip-position-right .wpr-button-tooltip {
  top: 50%;
  right: 0;
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  -webkit-transform: translate(120%, -50%);
  margin-right: -5px;
}
.wpr-button-tooltip-position-right .wpr-button-wrap:hover .wpr-button-tooltip {
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}
.wpr-button-tooltip-position-right .wpr-button-tooltip:before {
  left: -8px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
}
.elementor-widget-wpr-button .wpr-button {
  background-color: #605be5;
}
.elementor-widget-wpr-button .wpr-button-none:hover,
.elementor-widget-wpr-button [class*="elementor-animation"]:hover,
.elementor-widget-wpr-button .wpr-button::before,
.elementor-widget-wpr-button .wpr-button::after {
  background-color: #4a45d2;
}
.elementor-widget-wpr-button .wpr-button-text,
.elementor-widget-wpr-button .wpr-button::after {
  font-size: 14px;
}
.wpr-dual-button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-button-a-wrap,
.wpr-button-b-wrap {
  position: relative;
  width: 100%;
}
.wpr-button-a-wrap {
  z-index: 5;
}
.wpr-button-b-wrap {
  z-index: 2;
}
.wpr-button-a,
.wpr-button-b {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.wpr-button-content-a,
.wpr-button-content-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-button-text-a,
.wpr-button-icon-a,
.wpr-button-text-b,
.wpr-button-icon-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-button-icon-a-position-left .wpr-button-icon-a,
.wpr-button-icon-b-position-left .wpr-button-icon-b {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-button-icon-a-position-left .wpr-button-text-a,
.wpr-button-icon-b-position-left .wpr-button-text-b {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-button-middle-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 10;
  border-width: 3px;
  border-color: #00ce1b;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.wpr-button-middle-badge i {
  line-height: inherit;
}
.wpr-button-tooltip-a {
  position: absolute;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 20;
}
.wpr-button-tooltip-a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top-style: solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-width: 6px;
}
.wpr-button-tooltip-a p {
  margin: 0;
}
.wpr-button-a-wrap:hover .wpr-button-tooltip-a {
  visibility: visible;
  opacity: 1;
}
.wpr-button-tooltip-a-position-top .wpr-button-tooltip-a {
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  margin-top: -5px;
}
.wpr-button-tooltip-a-position-top
  .wpr-button-a-wrap:hover
  .wpr-button-tooltip-a {
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-button-tooltip-a-position-top .wpr-button-tooltip-a:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -5px;
}
.wpr-button-tooltip-a-position-bottom .wpr-button-tooltip-a {
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  -webkit-transform: translate(-50%, 120%);
  margin-bottom: -5px;
}
.wpr-button-tooltip-a-position-bottom
  .wpr-button-a-wrap:hover
  .wpr-button-tooltip-a {
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.wpr-button-tooltip-a-position-bottom .wpr-button-tooltip-a:before {
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.wpr-button-tooltip-a-position-left .wpr-button-tooltip-a {
  top: 50%;
  left: 0;
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
  margin-left: -5px;
}
.wpr-button-tooltip-a-position-left
  .wpr-button-a-wrap:hover
  .wpr-button-tooltip-a {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}
.wpr-button-tooltip-a-position-left .wpr-button-tooltip-a:before {
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.wpr-button-tooltip-a-position-right .wpr-button-tooltip-a {
  top: 50%;
  right: 0;
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  -webkit-transform: translate(120%, -50%);
  margin-right: -5px;
}
.wpr-button-tooltip-a-position-right
  .wpr-button-a-wrap:hover
  .wpr-button-tooltip-a {
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}
.wpr-button-tooltip-a-position-right .wpr-button-tooltip-a:before {
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.wpr-button-tooltip-b {
  position: absolute;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 20;
}
.wpr-button-tooltip-b:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top-style: solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-width: 6px;
}
.wpr-button-tooltip-b p {
  margin: 0;
}
.wpr-button-b-wrap:hover .wpr-button-tooltip-b {
  visibility: visible;
  opacity: 1;
}
.wpr-button-tooltip-b-position-top .wpr-button-tooltip-b {
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  margin-top: -5px;
}
.wpr-button-tooltip-b-position-top
  .wpr-button-b-wrap:hover
  .wpr-button-tooltip-b {
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-button-tooltip-b-position-top .wpr-button-tooltip-b:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -5px;
}
.wpr-button-tooltip-b-position-bottom .wpr-button-tooltip-b {
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  -webkit-transform: translate(-50%, 120%);
  margin-bottom: -5px;
}
.wpr-button-tooltip-b-position-bottom
  .wpr-button-b-wrap:hover
  .wpr-button-tooltip-b {
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.wpr-button-tooltip-b-position-bottom .wpr-button-tooltip-b:before {
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.wpr-button-tooltip-b-position-left .wpr-button-tooltip-b {
  top: 50%;
  left: 0;
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
  margin-left: -5px;
}
.wpr-button-tooltip-b-position-left
  .wpr-button-b-wrap:hover
  .wpr-button-tooltip-b {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}
.wpr-button-tooltip-b-position-left .wpr-button-tooltip-b:before {
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.wpr-button-tooltip-b-position-right .wpr-button-tooltip-b {
  top: 50%;
  right: 0;
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  -webkit-transform: translate(120%, -50%);
  margin-right: -5px;
}
.wpr-button-tooltip-b-position-right
  .wpr-button-b-wrap:hover
  .wpr-button-tooltip-b {
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}
.wpr-button-tooltip-b-position-right .wpr-button-tooltip-b:before {
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 480px) {
  .wpr-button-tooltip-position-left .wpr-button-tooltip,
  .wpr-button-tooltip-position-right .wpr-button-tooltip,
  .wpr-button-tooltip-a-position-left .wpr-button-tooltip-a,
  .wpr-button-tooltip-b-position-right .wpr-button-tooltip-b {
    top: 0;
    left: 50% !important;
    right: auto !important;
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    -webkit-transform: translate(-50%, -120%);
    margin-top: -5px;
  }
  .wpr-button-tooltip-position-left .wpr-button-wrap:hover .wpr-button-tooltip,
  .wpr-button-tooltip-position-right .wpr-button-wrap:hover .wpr-button-tooltip,
  .wpr-button-tooltip-a-position-left
    .wpr-button-a-wrap:hover
    .wpr-button-tooltip-a,
  .wpr-button-tooltip-b-position-right
    .wpr-button-b-wrap:hover
    .wpr-button-tooltip-b {
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .wpr-button-tooltip-position-left .wpr-button-tooltip:before,
  .wpr-button-tooltip-position-right .wpr-button-tooltip:before,
  .wpr-button-tooltip-a-position-left .wpr-button-tooltip-a:before,
  .wpr-button-tooltip-b-position-right .wpr-button-tooltip-b:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -5px;
    top: auto;
  }
}
.elementor-widget-wpr-dual-button .wpr-button-a,
.elementor-widget-wpr-dual-button .wpr-button-b {
  background-color: #605be5;
}
.elementor-widget-wpr-dual-button .wpr-dual-button .wpr-button-none:hover,
.elementor-widget-wpr-dual-button
  .wpr-dual-button
  [class*="elementor-animation"]:hover,
.elementor-widget-wpr-dual-button .wpr-dual-button .wpr-button-effect::before,
.elementor-widget-wpr-dual-button .wpr-dual-button .wpr-button-effect::after {
  background-color: #4a45d2;
}
.elementor-widget-wpr-dual-button .wpr-button-text-a,
.elementor-widget-wpr-dual-button .wpr-button-a::after,
.elementor-widget-wpr-dual-button .wpr-button-text-b,
.elementor-widget-wpr-dual-button .wpr-button-b::after {
  font-size: 14px;
}
.elementor-widget-wpr-dual-button .wpr-button-middle-badge {
  font-size: 13px;
}
.wpr-highlighted-text,
.wpr-anim-text,
.wpr-clipped-text {
  display: inline-block;
  vertical-align: middle;
}
.wpr-advanced-text-preffix,
.wpr-advanced-text-suffix {
  vertical-align: middle;
}
.elementor-widget-wpr-advanced-text b {
  font-weight: none;
}
.elementor-widget-wpr-advanced-text
  .wpr-advanced-text
  .wpr-advanced-text-preffix,
.elementor-widget-wpr-advanced-text
  .wpr-advanced-text
  .wpr-advanced-text-suffix,
.elementor-widget-wpr-advanced-text .wpr-advanced-text .wpr-highlighted-text,
.elementor-widget-wpr-advanced-text .wpr-advanced-text .wpr-anim-text,
.elementor-widget-wpr-advanced-text .wpr-advanced-text .wpr-anim-text b {
  font-size: 32px;
  font-weight: 700;
}
.wpr-advanced-text {
  display: block;
  margin: 0;
}
.wpr-clipped-text {
  position: relative;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  z-index: 0;
}
.wpr-clipped-text-content {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.elementor-widget-wpr-advanced-text .wpr-advanced-text .wpr-clipped-text {
  font-size: 50px;
  font-weight: 700;
}
.wpr-clipped-text-long-shadow {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wpr-highlighted-text {
  position: relative;
  text-align: left;
}
.wpr-highlighted-text-inner {
  position: relative;
  z-index: 1;
}
.wpr-highlighted-text svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: auto;
}
.wpr-highlighted-text svg path {
  -webkit-animation-name: wpr-anim-text;
  animation-name: wpr-anim-text;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 1500;
  -webkit-animation-iteration-count: 1;
  -animation-iteration-count: 1;
  opacity: 0;
}
.wpr-highlighted-text .wpr-highlight-curly {
  -webkit-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
}
.wpr-highlighted-text .wpr-highlight-x {
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.wpr-highlighted-text .wpr-highlight-strikethrough {
  -webkit-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}
.wpr-highlighted-text .wpr-highlight-underline {
  -webkit-transform: translate(-50%, 27%);
  -ms-transform: translate(-50%, 27%);
  transform: translate(-50%, 27%);
}
.wpr-highlighted-text .wpr-highlight-double {
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.wpr-highlighted-text .wpr-highlight-double-underline {
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}
.wpr-highlighted-text .wpr-highlight-diagonal {
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.wpr-animated-text-infinite-yes .wpr-highlighted-text svg path {
  -webkit-animation-name: wpr-anim-text-infinite;
  animation-name: wpr-anim-text-infinite;
}
@-webkit-keyframes wpr-anim-text-infinite {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  12% {
    stroke-dasharray: 1500 1500;
  }
  80% {
    opacity: 1;
  }
  97% {
    opacity: 0;
    stroke-dasharray: 1500 1500;
  }
  100% {
    stroke-dasharray: 0 1500;
  }
}
@keyframes wpr-anim-text-infinite {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  12% {
    stroke-dasharray: 1500 1500;
  }
  80% {
    opacity: 1;
  }
  97% {
    opacity: 0;
    stroke-dasharray: 1500 1500;
  }
  100% {
    stroke-dasharray: 0 1500;
  }
}
@-webkit-keyframes wpr-anim-text {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  12% {
    stroke-dasharray: 1500 1500;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wpr-anim-text {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  12% {
    stroke-dasharray: 1500 1500;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wpr-anim-text-infinite {
  0% {
    opacity: 1;
    stroke-dasharray: 0 1500;
  }
  12% {
    stroke-dasharray: 1500 1500;
  }
  100% {
    opacity: 1;
  }
}
.wpr-anim-text-inner {
  float: left;
}
.wpr-anim-text-cursor {
  display: inline-block;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation-name: wpr-cursor-blink;
  animation-name: wpr-cursor-blink;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes wpr-cursor-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wpr-cursor-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.elementor-widget-wpr-advanced-text .wpr-clipped-text-content {
  background-color: #605be5;
}
.wpr-prbar-counter-value-suffix {
  line-height: 1;
}
.wpr-prbar-hr-line {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wpr-prbar-hr-line-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  overflow: hidden;
}
.wpr-prbar-hr-line .wpr-prbar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpr-prbar-hr-line .wpr-prbar-title-wrap {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-prbar-layout-hr-line .wpr-prbar-subtitle {
  text-align: left;
}
.wpr-prbar-hr-line .wpr-prbar-counter {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-prbar-layout-hr-line .wpr-prbar-title-wrap {
  float: left;
}
.wpr-prbar-layout-hr-line .wpr-prbar-counter {
  float: right;
}
.wpr-prbar-vr-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wpr-prbar-vr-line-inner {
  position: relative;
  width: 100%;
  height: 0;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  overflow: hidden;
}
.wpr-prbar-circle {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wpr-prbar-circle-svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%;
}
.wpr-prbar-circle-prline {
  -webkit-transition-property: stroke-dasharray, stroke-dashoffset;
  -o-transition-property: stroke-dasharray, stroke-dashoffset;
  transition-property: stroke-dasharray, stroke-dashoffset;
  stroke-linecap: butt;
}
.wpr-prbar-circle .wpr-prbar-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpr-prbar-content {
  text-align: center;
  overflow: hidden;
}
.wpr-prbar-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-prbar-title,
.wpr-prbar-subtitle {
  font-size: 12px;
  text-align: center;
}
.wpr-prbar-stripe-yes .wpr-prbar-hr-line-inner:after,
.wpr-prbar-stripe-yes .wpr-prbar-vr-line-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  background-image: -o-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
  );
  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
  );
  background-size: 30px 30px;
}
.wpr-prbar-stripe-yes.wpr-prbar-stripe-anim-right
  .wpr-prbar-hr-line-inner:after,
.wpr-prbar-stripe-yes.wpr-prbar-stripe-anim-right
  .wpr-prbar-vr-line-inner:after {
  -webkit-animation: stripe-anim-right 2s linear infinite;
  animation: stripe-anim-right 2s linear infinite;
}
.wpr-prbar-stripe-yes.wpr-prbar-stripe-anim-left .wpr-prbar-hr-line-inner:after,
.wpr-prbar-stripe-yes.wpr-prbar-stripe-anim-left
  .wpr-prbar-vr-line-inner:after {
  -webkit-animation: stripe-anim-left 2s linear infinite;
  animation: stripe-anim-left 2s linear infinite;
}
@-webkit-keyframes stripe-anim-right {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@keyframes stripe-anim-right {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@-webkit-keyframes stripe-anim-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}
@keyframes stripe-anim-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}
.elementor-widget-wpr-progress-bar .wpr-prbar-hr-line-inner,
.elementor-widget-wpr-progress-bar .wpr-prbar-vr-line-inner {
  background-color: #605be5;
}
.wpr-price-list-item:last-child {
  margin-bottom: 0;
}
.wpr-price-list-content {
  width: 100%;
  overflow: hidden;
}
.wpr-price-list-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wpr-price-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wpr-price-list-position-right .wpr-price-list-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-price-list-position-center .wpr-price-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-price-list-position-center .wpr-price-list-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-price-list-position-center .wpr-price-list-separator {
  display: none;
}
.wpr-price-list-position-left .wpr-price-list-price-wrap,
.wpr-price-list-position-right .wpr-price-list-price-wrap {
  margin-left: auto;
}
.wpr-price-list-image img {
  display: block;
  margin: 0 auto;
}
.wpr-price-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-wpr-price-list .wpr-price-list-heading .wpr-price-list-title,
.elementor-widget-wpr-price-list .wpr-price-list-heading .wpr-price-list-price {
  font-size: 17px;
  font-weight: 700;
}
.wpr-price-list-old-price {
  font-size: 11px;
}
.wpr-price-list-description {
  font-size: 14px;
}
.wpr-price-list-separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
}
.wpr-price-list-price-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-price-list-old-position-after .wpr-price-list-price-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-price-list-old-position-after .wpr-price-list-old-price {
  margin-right: 10px;
}
.wpr-price-list-old-position-before .wpr-price-list-old-price {
  margin-left: 3px;
}
.wpr-price-list-old-price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: line-through;
}
.wpr-image-hotspots {
  position: relative;
}
.wpr-hotspot-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wpr-hotspot-image img {
  width: 100%;
}
.wpr-hotspot-item {
  position: absolute;
}
.wpr-hotspot-text {
  font-size: 15px;
}
.wpr-hotspot-content {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.wpr-hotspot-icon-position-left .wpr-hotspot-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-hotspot-item,
.wpr-hotspot-item:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.wpr-hotspot-trigger-hover .wpr-hotspot-item,
.wpr-hotspot-trigger-click .wpr-hotspot-item {
  cursor: pointer;
}
.wpr-hotspot-tooltip {
  position: absolute;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.wpr-hotspot-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.wpr-hotspot-tooltip-position-pro-bt .wpr-hotspot-tooltip,
.wpr-hotspot-tooltip-position-pro-lt .wpr-hotspot-tooltip,
.wpr-hotspot-tooltip-position-pro-rt .wpr-hotspot-tooltip {
  top: -120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-hotspot-tooltip-position-top .wpr-hotspot-tooltip:before,
.wpr-hotspot-tooltip-position-bottom .wpr-hotspot-tooltip:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.wpr-hotspot-tooltip-position-left .wpr-hotspot-tooltip:before,
.wpr-hotspot-tooltip-position-right .wpr-hotspot-tooltip:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
.wpr-hotspot-tooltip p {
  margin: 0;
}
.wpr-tooltip-active .wpr-hotspot-tooltip {
  visibility: visible;
  opacity: 1;
}
.wpr-hotspot-tooltip-position-top .wpr-hotspot-tooltip:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.wpr-hotspot-tooltip-position-bottom .wpr-hotspot-tooltip:before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.wpr-hotspot-tooltip-position-left .wpr-hotspot-tooltip:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.wpr-hotspot-tooltip-position-right .wpr-hotspot-tooltip:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-hotspot-tooltip-position-top .wpr-hotspot-tooltip,
.wpr-hotspot-tooltip-position-bottom .wpr-hotspot-tooltip {
  left: 50%;
}
.wpr-hotspot-tooltip-position-left .wpr-hotspot-tooltip,
.wpr-hotspot-tooltip-position-right .wpr-hotspot-tooltip {
  top: 50%;
}
.wpr-hotspot-tooltip-position-top.wpr-tooltip-effect-shift-toward
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}
.wpr-hotspot-tooltip-position-top.wpr-tooltip-effect-shift-toward
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.wpr-hotspot-tooltip-position-bottom.wpr-tooltip-effect-shift-toward
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
}
.wpr-hotspot-tooltip-position-bottom.wpr-tooltip-effect-shift-toward
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.wpr-hotspot-tooltip-position-left.wpr-tooltip-effect-shift-toward
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}
.wpr-hotspot-tooltip-position-left.wpr-tooltip-effect-shift-toward
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.wpr-hotspot-tooltip-position-right.wpr-tooltip-effect-shift-toward
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}
.wpr-hotspot-tooltip-position-right.wpr-tooltip-effect-shift-toward
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.wpr-hotspot-tooltip-position-top.wpr-tooltip-effect-fade .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.wpr-hotspot-tooltip-position-bottom.wpr-tooltip-effect-fade
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.wpr-hotspot-tooltip-position-left.wpr-tooltip-effect-fade
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.wpr-hotspot-tooltip-position-right.wpr-tooltip-effect-fade
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.wpr-hotspot-tooltip-position-top.wpr-tooltip-effect-scale
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, -100%) scale(0.7);
  -ms-transform: translate(-50%, -100%) scale(0.7);
  transform: translate(-50%, -100%) scale(0.7);
}
.wpr-hotspot-tooltip-position-bottom.wpr-tooltip-effect-scale
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, 100%) scale(0.7);
  -ms-transform: translate(-50%, 100%) scale(0.7);
  transform: translate(-50%, 100%) scale(0.7);
}
.wpr-hotspot-tooltip-position-left.wpr-tooltip-effect-scale
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-100%, -50%) scale(0.7);
  -ms-transform: translate(-100%, -50%) scale(0.7);
  transform: translate(-100%, -50%) scale(0.7);
}
.wpr-hotspot-tooltip-position-right.wpr-tooltip-effect-scale
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(100%, -50%) scale(0.7);
  -ms-transform: translate(100%, -50%) scale(0.7);
  transform: translate(100%, -50%) scale(0.7);
}
.wpr-hotspot-tooltip-position-top.wpr-tooltip-effect-scale
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, -100%) scale(1);
  -ms-transform: translate(-50%, -100%) scale(1);
  transform: translate(-50%, -100%) scale(1);
}
.wpr-hotspot-tooltip-position-bottom.wpr-tooltip-effect-scale
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-50%, 100%) scale(1);
  -ms-transform: translate(-50%, 100%) scale(1);
  transform: translate(-50%, 100%) scale(1);
}
.wpr-hotspot-tooltip-position-left.wpr-tooltip-effect-scale
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(-100%, -50%) scale(1);
  -ms-transform: translate(-100%, -50%) scale(1);
  transform: translate(-100%, -50%) scale(1);
}
.wpr-hotspot-tooltip-position-right.wpr-tooltip-effect-scale
  .wpr-tooltip-active
  .wpr-hotspot-tooltip {
  -webkit-transform: translate(100%, -50%) scale(1);
  -ms-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);
}
@keyframes wpr-hotspot-anim-pulse {
  0%,
  100%,
  87% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  90%,
  94% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes wpr-hotspot-anim-pulse {
  0%,
  100%,
  87% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  90%,
  94% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
.wpr-hotspot-anim-pulse {
  -webkit-animation-name: wpr-hotspot-anim-pulse;
  animation-name: wpr-hotspot-anim-pulse;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
@keyframes wpr-hotspot-anim-shake {
  0%,
  100%,
  87% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  88%,
  92%,
  96% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  90%,
  94% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@-webkit-keyframes wpr-hotspot-anim-shake {
  0%,
  100%,
  87% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  88%,
  92%,
  96% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  90%,
  94% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.wpr-hotspot-anim-shake {
  -webkit-animation-name: wpr-hotspot-anim-shake;
  animation-name: wpr-hotspot-anim-shake;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
@keyframes wpr-hotspot-anim-swing {
  0%,
  100%,
  70% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  85% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  90% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}
@-webkit-keyframes wpr-hotspot-anim-swing {
  0%,
  100%,
  70% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  85% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  90% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}
.wpr-hotspot-anim-swing {
  -webkit-animation-name: wpr-hotspot-anim-swing;
  animation-name: wpr-hotspot-anim-swing;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
@keyframes wpr-hotspot-anim-tada {
  0%,
  100%,
  84% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  85% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%,
  94% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@-webkit-keyframes wpr-hotspot-anim-tada {
  0%,
  100%,
  84% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  85% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%,
  94% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.wpr-hotspot-anim-tada {
  -webkit-animation-name: wpr-hotspot-anim-tada;
  animation-name: wpr-hotspot-anim-tada;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
@keyframes wpr-hotspot-anim-glow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes wpr-hotspot-anim-glow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.wpr-hotspot-anim-glow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-animation-name: wpr-hotspot-anim-glow;
  animation-name: wpr-hotspot-anim-glow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.wpr-divider-wrap {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.wpr-divider {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-divider-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.elementor-widget-wpr-divider .wpr-divider .wpr-divider-text {
  font-size: 21px;
}
.wpr-divider-border-left,
.wpr-divider-border-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wpr-divider-border {
  display: block;
  width: 100%;
  height: 1px;
}
.wpr-divider-align-left .wpr-divider-border-left,
.wpr-divider-align-right .wpr-divider-border-right {
  display: none;
}
.wpr-divider-image {
  display: block;
  overflow: hidden;
}
.wpr-business-hours {
  overflow: hidden;
}
.wpr-business-hours-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.wpr-business-day {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: left;
}
.elementor-widget-wpr-business-hours .wpr-business-hours .wpr-business-day,
.elementor-widget-wpr-business-hours .wpr-business-hours .wpr-business-time,
.elementor-widget-wpr-business-hours .wpr-business-hours .wpr-business-closed {
  font-size: 16px;
  font-weight: 500;
}
.wpr-business-time,
.wpr-business-closed {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: right;
}
.wpr-business-hours-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wpr-business-hours-item:last-of-type:after {
  display: none;
}
.elementor-widget-wpr-business-hours .wpr-business-day,
.elementor-widget-wpr-business-hours .wpr-business-time,
.elementor-widget-wpr-business-hours .wpr-business-closed {
  font-weight: 500;
}
.e-con-inner .elementor-widget-wpr-flip-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-flip-box {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.wpr-flip-box-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpr-flip-box-front {
  z-index: 5;
}
.wpr-flip-box[data-trigger="box"] {
  cursor: pointer;
}
.elementor-widget-wpr-flip-box
  .wpr-flip-box-front
  .wpr-flip-box-content
  .wpr-flip-box-title,
.elementor-widget-wpr-flip-box
  .wpr-flip-box-back
  .wpr-flip-box-content
  .wpr-flip-box-title {
  font-size: 23px;
  font-weight: 600;
}
.elementor-widget-wpr-flip-box
  .wpr-flip-box-front
  .wpr-flip-box-content
  .wpr-flip-box-description,
.elementor-widget-wpr-flip-box
  .wpr-flip-box-back
  .wpr-flip-box-content
  .wpr-flip-box-description {
  font-size: 15px;
}
.wpr-flip-box-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.wpr-flip-box-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.wpr-flip-box-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.wpr-flip-box-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.wpr-flip-box-btn {
  display: inline-table;
  cursor: pointer;
}
.wpr-flip-box-btn-icon {
  margin-left: 5px;
}
.wpr-flip-box-btn span {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}
.wpr-flip-box-btn:before,
.wpr-flip-box-btn:after {
  z-index: 1 !important;
}
.wpr-flip-box-image img {
  display: block;
  width: 100%;
}
.wpr-flip-box-title a,
.wpr-flip-box-title a:hover {
  color: inherit;
}
.wpr-flip-box-front-align-left .wpr-flip-box-front .wpr-flip-box-image img,
.wpr-flip-box-back-align-left .wpr-flip-box-back .wpr-flip-box-image img {
  float: left;
}
.wpr-flip-box-front-align-center .wpr-flip-box-front .wpr-flip-box-image img,
.wpr-flip-box-back-align-center .wpr-flip-box-back .wpr-flip-box-image img {
  margin: 0 auto;
}
.wpr-flip-box-front-align-right .wpr-flip-box-front .wpr-flip-box-image img,
.wpr-flip-box-back-align-right .wpr-flip-box-back .wpr-flip-box-image img {
  float: right;
}
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-right
  .wpr-flip-box-back,
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-left
  .wpr-flip-box-active
  .wpr-flip-box-front {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-left
  .wpr-flip-box-back,
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-right
  .wpr-flip-box-active
  .wpr-flip-box-front {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-up .wpr-flip-box-back,
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-down
  .wpr-flip-box-active
  .wpr-flip-box-front {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-down
  .wpr-flip-box-back,
.wpr-flip-box-animation-flip.wpr-flip-box-anim-direction-up
  .wpr-flip-box-active
  .wpr-flip-box-front {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.wpr-flip-box-animation-flip .wpr-flip-box-active .wpr-flip-box-back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wpr-flip-box-animation-3d-yes .wpr-flip-box-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(70px) scale(0.93);
  transform: translateZ(70px) scale(0.93);
}
.wpr-flip-box-animation-push .wpr-flip-box,
.wpr-flip-box-animation-slide .wpr-flip-box {
  overflow: hidden;
}
.wpr-flip-box-animation-push .wpr-flip-box-back,
.wpr-flip-box-animation-slide .wpr-flip-box-back {
  z-index: 10;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-up .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-up
  .wpr-flip-box-back {
  top: 100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-up
  .wpr-flip-box-active
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-up
  .wpr-flip-box-active
  .wpr-flip-box-back {
  top: 0;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-down
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-down
  .wpr-flip-box-back {
  top: auto;
  bottom: 100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-down
  .wpr-flip-box-active
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-down
  .wpr-flip-box-active
  .wpr-flip-box-back {
  top: auto;
  bottom: 0;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-left
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-left
  .wpr-flip-box-back {
  left: 100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-left
  .wpr-flip-box-active
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-left
  .wpr-flip-box-active
  .wpr-flip-box-back {
  left: 0;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-right
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-right
  .wpr-flip-box-back {
  left: auto;
  right: 100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-right
  .wpr-flip-box-active
  .wpr-flip-box-back,
.wpr-flip-box-animation-slide.wpr-flip-box-anim-direction-right
  .wpr-flip-box-active
  .wpr-flip-box-back {
  left: auto;
  right: 0;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-up
  .wpr-flip-box-active
  .wpr-flip-box-front {
  top: -100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-down
  .wpr-flip-box-active
  .wpr-flip-box-front {
  top: 100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-left
  .wpr-flip-box-active
  .wpr-flip-box-front {
  left: -100%;
}
.wpr-flip-box-animation-push.wpr-flip-box-anim-direction-right
  .wpr-flip-box-active
  .wpr-flip-box-front {
  left: 100%;
}
.wpr-flip-box-animation-fade .wpr-flip-box-active .wpr-flip-box-front {
  opacity: 0;
  visibility: hidden;
}
.wpr-flip-box-animation-zoom-in .wpr-flip-box-back {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 10;
}
.wpr-flip-box-animation-zoom-in .wpr-flip-box-active .wpr-flip-box-back {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpr-flip-box-animation-zoom-out .wpr-flip-box-active .wpr-flip-box-front {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
}
.elementor-widget-wpr-flip-box .wpr-flip-box-front {
  background-color: #605be5;
}
.elementor-widget-wpr-flip-box .wpr-flip-box-back {
  background-color: #ff348b;
}
.wpr-promo-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wpr-promo-box-image {
  position: relative;
  overflow: hidden;
}
.wpr-promo-box-style-cover .wpr-promo-box-image,
.wpr-promo-box-style-pro-cs .wpr-promo-box-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wpr-promo-box-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-size: cover;
  background-position: 50%;
}
.wpr-promo-box-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.wpr-promo-box-content {
  position: relative;
  z-index: 20;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.elementor-widget-wpr-promo-box.wpr-promo-box-style-classic
  .wpr-promo-box-content {
  background-color: #212121;
}
.elementor-widget-wpr-promo-box.wpr-promo-box-style-classic
  .wpr-promo-box:hover
  .wpr-promo-box-content {
  background-color: #ddb34f;
}
.wpr-promo-box-image-position-right .wpr-promo-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-promo-box-image-position-center .wpr-promo-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .wpr-promo-box-style-classic .wpr-promo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-promo-box-style-classic .wpr-promo-box-image {
    min-width: auto !important;
  }
}
.wpr-promo-box-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}
.wpr-promo-box-btn {
  display: inline-block;
}
.wpr-promo-box-icon,
.wpr-promo-box-title,
.wpr-promo-box-description,
.wpr-promo-box-btn-wrap {
  width: 100%;
}
.wpr-promo-box-btn-icon {
  margin-left: 5px;
}
.wpr-promo-box-icon img {
  display: inline-block;
}
.elementor
  .elementor-widget-wpr-promo-box
  .wpr-promo-box:hover
  .wpr-promo-box-bg-image {
  -webkit-filter: brightness(100%) contrast(100%) saturate(100%)
    hue-rotate(0deg);
  filter: brightness(100%) contrast(100%) saturate(100%) hue-rotate(0deg);
}
.wpr-promo-box-badge {
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 35;
}
.wpr-promo-box-badge-left {
  left: 0;
  right: auto;
}
.wpr-promo-box-badge-right {
  left: auto;
  right: 0;
}
.wpr-promo-box-badge-corner {
  top: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.wpr-promo-box-badge-corner .wpr-promo-box-badge-inner {
  width: 200%;
}
.wpr-promo-box-badge-corner.wpr-promo-box-badge-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpr-promo-box-badge-cyrcle {
  top: 0;
}
.wpr-promo-box-badge-cyrcle.wpr-promo-box-badge-left {
  -webkit-transform: translateX(-40%) translateY(-40%);
  -ms-transform: translateX(-40%) translateY(-40%);
  transform: translateX(-40%) translateY(-40%);
}
.wpr-promo-box-badge-cyrcle.wpr-promo-box-badge-right {
  -webkit-transform: translateX(40%) translateY(-40%);
  -ms-transform: translateX(40%) translateY(-40%);
  transform: translateX(40%) translateY(-40%);
}
.wpr-promo-box-badge-cyrcle .wpr-promo-box-badge-inner {
  border-radius: 100%;
}
.wpr-promo-box-badge-flag {
  border-right: 5px;
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-left {
  margin-left: -10px;
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-right {
  margin-right: -10px;
}
.wpr-promo-box-badge-flag:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-style: solid;
  border-top-width: 10px;
}
.wpr-promo-box-badge-flag .wpr-promo-box-badge-inner {
  position: relative;
  z-index: 2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-left:before {
  left: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-right:before {
  right: -5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-left .wpr-promo-box-badge-inner {
  border-bottom-right-radius: 3px;
}
.wpr-promo-box-badge-flag.wpr-promo-box-badge-right .wpr-promo-box-badge-inner {
  border-bottom-left-radius: 3px;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-title {
  font-size: 24px;
  font-weight: 600;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-description {
  font-size: 15px;
}
.elementor-widget-wpr-promo-box .wpr-promo-box-btn,
.elementor-widget-wpr-promo-box .wpr-promo-box-badge {
  font-size: 14px;
}
.elementor-widget-wpr-promo-box
  .wpr-promo-box-badge
  .wpr-promo-box-badge-inner {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.elementor-widget-wpr-promo-box
  .wpr-promo-box-badge-corner
  .wpr-promo-box-badge-inner {
  line-height: 1.6;
}
.wpr-content-ticker {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.wpr-content-ticker-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
}
.wpr-ticker-arrow-position-left .wpr-content-ticker-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-ticker-gradient-type-both .wpr-ticker-gradient:before,
.wpr-ticker-gradient-type-left .wpr-ticker-gradient:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 40px;
  z-index: 20;
}
.wpr-ticker-gradient-type-both .wpr-ticker-gradient:after,
.wpr-ticker-gradient-type-right .wpr-ticker-gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  z-index: 20;
}
.wpr-ticker-arrow-position-left .wpr-ticker-slider-controls {
  margin-right: 20px;
}
.wpr-ticker-arrow-position-right .wpr-ticker-slider-controls {
  margin-left: 20px;
}
.wpr-ticker-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wpr-ticker-heading-position-right .wpr-content-ticker {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-ticker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  overflow: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  margin: 0;
}
.wpr-ticker-title a,
.wpr-ticker-title:hover a {
  color: inherit;
}
.elementor-widget-wpr-content-ticker .wpr-ticker-item .wpr-ticker-title {
  font-size: 14px;
}
.wpr-ticker-title-inner {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
}
.wpr-ticker-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 25;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wpr-ticker-heading-icon-position-left .wpr-ticker-heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-widget-wpr-content-ticker .wpr-content-ticker .wpr-ticker-heading {
  font-size: 14px;
}
.wpr-ticker-heading-triangle-middle .wpr-ticker-heading:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: transparent !important;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 10px;
  top: 50%;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.wpr-ticker-heading-triangle-top .wpr-ticker-heading:before,
.wpr-ticker-heading-triangle-bottom .wpr-ticker-heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.wpr-ticker-heading-text,
.wpr-ticker-heading-icon {
  position: relative;
  z-index: 20;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.wpr-ticker-heading-triangle-top .wpr-ticker-heading:before {
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.wpr-ticker-heading-triangle-bottom .wpr-ticker-heading:before {
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.wpr-ticker-heading-position-left.wpr-ticker-heading-triangle-middle
  .wpr-ticker-heading:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.wpr-ticker-heading-position-right.wpr-ticker-heading-triangle-middle
  .wpr-ticker-heading:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-ticker-slider-controls {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-ticker-arrow-style-vertical .wpr-ticker-slider-controls {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-ticker-arrow-style-horizontal .wpr-ticker-slider-controls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-ticker-arrow {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.wpr-ticker-arrow i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.wpr-ticker-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wpr-content-ticker-inner .wpr-ticker-item {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.wpr-ticker-marquee {
  overflow: hidden;
}
.wpr-ticker-marquee .wpr-ticker-item {
  float: left;
}
.wpr-ticker-marquee .js-marquee {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-ticker-arrow-style-vertical .wpr-ticker-slider .wpr-ticker-item {
  margin: 1px 0;
}
.wpr-ticker-image {
  margin-right: 10px;
}
.wpr-ticker-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.wpr-ticker-icon-circle {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 5;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.wpr-ticker-icon-circle:before,
.wpr-ticker-icon-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-name: wpr-ticker-icon-blink;
  animation-name: wpr-ticker-icon-blink;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.wpr-ticker-icon-circle:after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes wpr-ticker-icon-blink {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
}
@keyframes wpr-ticker-icon-blink {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
}
.wpr-tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-tabs-position-above > .elementor-widget-container > .wpr-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-tabs-position-above > .wpr-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-tabs-position-left > .elementor-widget-container > .wpr-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-tabs-position-left > .wpr-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-tabs-position-right > .elementor-widget-container > .wpr-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-tabs-position-right > .wpr-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-tabs-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-tabs-position-left
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap,
.wpr-tabs-position-right
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-tabs-position-left > .wpr-tabs > .wpr-tabs-wrap,
.wpr-tabs-position-right > .wpr-tabs > .wpr-tabs-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .wpr-tabs-responsive-yes.wpr-tabs-position-left
    > .elementor-widget-container
    > .wpr-tabs,
  .wpr-tabs-responsive-yes.wpr-tabs-position-right
    > .elementor-widget-container
    > .wpr-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-tabs-responsive-yes.wpr-tabs-position-left > .wpr-tabs,
  .wpr-tabs-responsive-yes.wpr-tabs-position-right > .wpr-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-tabs-responsive-yes.wpr-tabs-position-left
    > .elementor-widget-container
    > .wpr-tabs
    > .wpr-tabs-wrap,
  .wpr-tabs-responsive-yes.wpr-tabs-position-right
    > .elementor-widget-container
    > .wpr-tabs
    > .wpr-tabs-wrap {
    width: 100%;
  }
  .wpr-tabs-responsive-yes.wpr-tabs-position-left > .wpr-tabs > .wpr-tabs-wrap,
  .wpr-tabs-responsive-yes.wpr-tabs-position-right
    > .wpr-tabs
    > .wpr-tabs-wrap {
    width: 100%;
  }
}
.wpr-tabs-hr-position-center > .elementor-widget-container > .wpr-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-tabs-hr-position-center > .wpr-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-tabs-hr-position-left > .elementor-widget-container > .wpr-tabs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-tabs-hr-position-left > .wpr-tabs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-tabs-hr-position-right > .elementor-widget-container > .wpr-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-tabs-hr-position-right > .wpr-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-tabs-hr-position-justify
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab,
.elementor-widget-container > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.wpr-tabs-hr-position-justify > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab,
.wpr-tabs > .wpr-tabs-wrap > .wpr-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.wpr-tab {
  position: relative;
  z-index: 25;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpr-tab,
.wpr-tab-icon,
.wpr-tab-image,
.wpr-tab-title {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.wpr-tab-icon,
.wpr-tab-icon i,
.wpr-tab-image,
.wpr-tab-title {
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}
.elementor-element.elementor-widget-wpr-tabs
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab.wpr-tab-active
  .wpr-tab-title,
.elementor-element.elementor-widget-wpr-tabs
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:hover
  .wpr-tab-title,
.elementor-element.elementor-widget-wpr-tabs
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-title {
  font-size: 15px;
  font-weight: 500;
}
.elementor-element.elementor-widget-wpr-tabs
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab.wpr-tab-active
  .wpr-tab-title,
.elementor-element.elementor-widget-wpr-tabs
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:hover
  .wpr-tab-title,
.elementor-element.elementor-widget-wpr-tabs
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-title {
  font-size: 15px;
  font-weight: 500;
}
.wpr-tabs-content-wrap {
  position: relative;
  width: 100%;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  -o-transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
  overflow: hidden;
}
.wpr-tab-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.elementor-element.elementor-widget-wpr-tabs
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-content-wrap
  > .wpr-tab-content {
  font-size: 14px;
}
.elementor-element.elementor-widget-wpr-tabs
  > .wpr-tabs
  > .wpr-tabs-content-wrap
  > .wpr-tab-content {
  font-size: 14px;
}
.wpr-tab-content-active {
  position: relative;
  z-index: 100;
}
.wpr-tab-content-inner {
  opacity: 0;
}
.wpr-tab-content-active .wpr-tab-content-inner.wpr-overlay-none {
  opacity: 1;
}
.wpr-tabs-icon-position-left
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-image,
.wpr-tabs-icon-position-left
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-tabs-icon-position-left
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-image,
.wpr-tabs-icon-position-left
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-tabs-icon-position-left
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-tabs-icon-position-left
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab
  .wpr-tab-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-tabs-icon-position-center
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpr-tabs-icon-position-center > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpr-tabs-triangle-yes
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
}
.wpr-tabs-triangle-yes > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
}
.wpr-tabs-triangle-yes
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab-active.wpr-tab:before {
  opacity: 1;
  visibility: visible;
}
.wpr-tabs-triangle-yes
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab-active.wpr-tab:before {
  opacity: 1;
  visibility: visible;
}
.wpr-tabs-position-above
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: white;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.wpr-tabs-position-above > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: white;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.wpr-tabs-position-left
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before,
.wpr-tabs-position-right
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
.wpr-tabs-position-left > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab:before,
.wpr-tabs-position-right > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
.wpr-tabs-position-above.wpr-tabs-triangle-type-outer.wpr-tabs-position-above
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.wpr-tabs-position-above.wpr-tabs-triangle-type-outer.wpr-tabs-position-above
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.wpr-tabs-position-above.wpr-tabs-triangle-type-inner.wpr-tabs-position-above
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 50%;
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  bottom: -1px;
}
.wpr-tabs-position-above.wpr-tabs-triangle-type-inner.wpr-tabs-position-above
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 50%;
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  bottom: -1px;
}
.wpr-tabs-position-left.wpr-tabs-triangle-type-outer
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before,
.wpr-tabs-position-right.wpr-tabs-triangle-type-inner
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.wpr-tabs-position-left.wpr-tabs-triangle-type-outer
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before,
.wpr-tabs-position-right.wpr-tabs-triangle-type-inner
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.wpr-tabs-position-right.wpr-tabs-triangle-type-outer
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before,
.wpr-tabs-position-left.wpr-tabs-triangle-type-inner
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpr-tabs-position-right.wpr-tabs-triangle-type-outer
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before,
.wpr-tabs-position-left.wpr-tabs-triangle-type-inner
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpr-tabs-position-left.wpr-tabs-triangle-type-inner
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  right: 0;
}
.wpr-tabs-position-left.wpr-tabs-triangle-type-inner
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  right: 0;
}
.wpr-tabs-position-right.wpr-tabs-triangle-type-inner
  > .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 0;
}
.wpr-tabs-position-right.wpr-tabs-triangle-type-inner
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:before {
  left: 0;
}
.wpr-ticker-effect-typing .wpr-ticker-title:after {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  color: inherit;
  margin-left: 2px;
}
.wpr-ticker-effect-typing .slick-current .wpr-ticker-title:after {
  -webkit-animation-name: wpr-cursor-blink;
  animation-name: wpr-cursor-blink;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.wpr-ticker-effect-typing .slick-current .wpr-ticker-title-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: wpr-ticker-typing 1s steps(30, end);
  animation: wpr-ticker-typing 1s steps(30, end);
  overflow: hidden;
}
@-webkit-keyframes wpr-ticker-typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes wpr-ticker-typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.wpr-switcher-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.wpr-switcher-wrap {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-switcher {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
}
.wpr-switcher-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-switcher-label-style-outer
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-first {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-switcher-label-style-outer
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-first {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-switcher-label-style-outer
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-second {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-switcher-label-style-outer
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-second {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-switcher-icon-position-left
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-inner
  > .wpr-switcher-icon,
.wpr-switcher-icon-position-left
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-outer
  > .wpr-switcher-wrap
  > .wpr-switcher
  > .wpr-switcher-inner
  > .wpr-switcher-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-switcher-icon-position-left
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-inner
  > .wpr-switcher-icon,
.wpr-switcher-icon-position-left
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-outer
  > .wpr-switcher-wrap
  > .wpr-switcher
  > .wpr-switcher-inner
  > .wpr-switcher-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wpr-switcher-icon-position-left
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-inner
  > .wpr-switcher-label,
.wpr-switcher-icon-position-left
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-outer
  > .wpr-switcher-wrap
  > .wpr-switcher
  > .wpr-switcher-inner
  > .wpr-switcher-label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-switcher-icon-position-left
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-inner
  > .wpr-switcher-label,
.wpr-switcher-icon-position-left
  > .wpr-content-toggle
  > .wpr-switcher-container
  > .wpr-switcher-outer
  > .wpr-switcher-wrap
  > .wpr-switcher
  > .wpr-switcher-inner
  > .wpr-switcher-label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpr-switcher-content-wrap {
  position: relative;
  width: 100%;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  -o-transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  transition-timing-function: cubic-bezier(0.5, 0.9, 0.6, 0.95);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
  overflow: hidden;
}
.wpr-switcher-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wpr-switcher-content-active {
  position: relative;
  z-index: 100;
}
.wpr-switcher-content-inner {
  opacity: 0;
}
.wpr-switcher-content-inner p,
.wpr-switcher-content-inner * {
  margin-bottom: 0;
}
.wpr-switcher-content-active .wpr-switcher-content-inner.wpr-overlay-none {
  opacity: 1;
}
.wpr-switcher-bg {
  position: absolute;
  height: 100%;
  z-index: 1;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.wpr-switcher-style-dual.wpr-switcher-label-style-outer
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container[data-active-switcher*="1"]
  .wpr-switcher-bg {
  left: 0;
}
.wpr-switcher-style-dual.wpr-switcher-label-style-outer
  > .wpr-content-toggle
  > .wpr-switcher-container[data-active-switcher*="1"]
  .wpr-switcher-bg {
  left: 0;
}
.wpr-switcher-style-dual.wpr-switcher-label-style-outer
  > .elementor-widget-container
  > .wpr-content-toggle
  > .wpr-switcher-container[data-active-switcher*="2"]
  .wpr-switcher-bg {
  left: 100%;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.wpr-switcher-style-dual.wpr-switcher-label-style-outer
  > .wpr-content-toggle
  > .wpr-switcher-container[data-active-switcher*="2"]
  .wpr-switcher-bg {
  left: 100%;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.wpr-stt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-stt-btn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  padding: 20px;
  max-width: 5cm;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.25);
}
.wpr-stt-btn-icon-left .wpr-stt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-stt-btn-icon-right .wpr-stt-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-stt-btn-icon-bottom .wpr-stt-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpr-stt-btn-icon-top .wpr-stt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-stt-btn-align-fixed .wpr-stt-btn {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
}
.wpr-stt-btn-align-fixed-right .wpr-stt-btn {
  left: auto;
}
.wpr-stt-btn-align-fixed-left .wpr-stt-btn {
  right: auto;
}
.wpr-pc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-pc-btn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.elementor a.wpr-pc-btn {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.wpr-pc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-pc-btn-icon-right .wpr-pc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-pc-btn-icon-left .wpr-pc-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-pc-btn-icon-bottom .wpr-pc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-pc-btn-icon-top .wpr-pc-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpr-pc-btn-align-fixed .wpr-pc-btn {
  position: fixed;
  z-index: 9999;
}
.wpr-pc-btn-align-fixed-right .wpr-pc-btn {
  left: auto;
}
.wpr-pc-btn-align-fixed-left .wpr-pc-btn {
  right: auto;
}
.wpr-timeline-outer-container {
  position: relative;
  opacity: 0;
}
.wpr-vertical {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.wpr-vertical .wpr-timeline-centered .wpr-data-wrap {
  display: flow-root;
}
.wpr-timeline-centered {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.wpr-list-style-none ul {
  list-style-type: none;
}
.wpr-list-style-disc ul {
  list-style-type: disc;
}
.wpr-list-style-decimal ul {
  list-style-type: decimal;
}
.wpr-timeline-centered .wpr-timeline-entry:last-of-type {
  margin-bottom: 0 !important;
}
.wpr-timeline-centered.wpr-both-sided-timeline .wpr-timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 70px;
  clear: both;
}
.wpr-timeline-centered.wpr-both-sided-timeline
  .wpr-timeline-entry.wpr-left-aligned,
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-timeline-entry.wpr-left-aligned {
  float: left;
}
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-timeline-entry.wpr-left-aligned {
  width: 100%;
}
.wpr-timeline-centered.wpr-both-sided-timeline
  .wpr-timeline-entry.wpr-left-aligned
  .wpr-timeline-entry-inner,
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-timeline-entry.wpr-left-aligned
  .wpr-timeline-entry-inner {
  margin-left: 0;
}
.wpr-wrapper .wpr-year-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-one-sided-timeline-left .wpr-middle-line,
.wpr-one-sided-timeline-left .wpr-timeline-fill,
.wpr-one-sided-timeline-left .wpr-year-label,
.wpr-one-sided-timeline-left .wpr-icon {
  left: auto;
}
.wpr-timeline-centered .wpr-timeline-entry .wpr-timeline-entry-inner {
  position: relative;
}
.wpr-timeline-centered.wpr-one-sided-timeline .wpr-timeline-entry {
  width: 100%;
  float: left;
}
.wpr-timeline-centered.wpr-one-sided-timeline
  .wpr-timeline-entry
  .wpr-timeline-entry-inner {
  margin-left: 0;
}
.wpr-both-sided-timeline .wpr-middle-line {
  left: 50%;
}
.wpr-middle-line {
  position: absolute;
  display: block;
  width: 4px;
  top: 20px;
  height: 100%;
}
.wpr-one-sided-timeline-left .wpr-icon {
  right: 0.3%;
}
.wpr-timeline-fill {
  position: absolute;
  display: block;
  width: 4px;
  left: 50%;
  top: 20px;
  background-color: rgb(61, 42, 61);
  height: 0;
}
.wpr-read-more-button {
  display: inline-block;
  font-size: 14px;
}
.wpr-timeline-centered.wpr-both-sided-timeline
  .wpr-timeline-entry.wpr-left-aligned
  .wpr-extra-label {
  left: 108%;
}
.wpr-horizontal .wpr-extra-label .wpr-label,
.wpr-horizontal .wpr-extra-label .wpr-sub-label {
  text-align: center;
  line-height: 1;
}
.wpr-left-aligned .wpr-extra-label .wpr-label,
.wpr-left-aligned .wpr-extra-label .wpr-sub-label {
  text-align: right;
}
.wpr-right-aligned .wpr-extra-label .wpr-label,
.wpr-right-aligned .wpr-extra-label .wpr-sub-label {
  text-align: left;
}
.wpr-both-sided-timeline .wpr-right-aligned .wpr-extra-label .wpr-label,
.wpr-both-sided-timeline .wpr-right-aligned .wpr-extra-label .wpr-sub-label {
  text-align: right !important;
}
.wpr-both-sided-timeline .wpr-left-aligned .wpr-extra-label .wpr-label,
.wpr-both-sided-timeline .wpr-left-aligned .wpr-extra-label .wpr-sub-label {
  text-align: left !important;
}
.wpr-horizontal-bottom .wpr-extra-label {
  position: absolute;
  display: table;
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-extra-label .wpr-label,
.wpr-extra-label .wpr-sub-label {
  display: block;
  width: 100%;
}
.wpr-extra-label .wpr-label {
  font-size: 15px;
  font-weight: 600;
}
.wpr-extra-label .wpr-sub-label {
  font-size: 12px;
}
.wpr-timeline-centered.wpr-both-sided-timeline
  .wpr-timeline-entry.wpr-left-aligned
  .wpr-timeline-entry-inner
  .wpr-icon {
  position: absolute;
  left: calc(100%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.wpr-both-sided-timeline .wpr-right-aligned .wpr-icon {
  position: absolute;
  right: calc(100%);
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
}
.wpr-timeline-centered
  .wpr-timeline-entry.wpr-left-aligned
  .wpr-timeline-entry-inner
  .wpr-data-wrap:after {
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wpr-story-info-vertical,
.wpr-story-info {
}
.wpr-right-aligned .wpr-story-info-vertical.wpr-data-wrap:after {
  right: 100%;
}
.wpr-timeline-centered .wpr-timeline-entry .wpr-extra-label {
  position: absolute;
  right: 108%;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpr-timeline-centered.wpr-one-sided-timeline
  .wpr-timeline-entry
  .wpr-extra-label,
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-timeline-entry
  .wpr-extra-label {
  position: relative;
  right: auto;
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: block;
  margin-bottom: 10px;
}
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-timeline-entry
  .wpr-extra-label {
  position: static !important;
  text-align: right;
  margin-left: auto;
}
.wpr-timeline-centered .wpr-timeline-entry .wpr-extra-label > span {
  display: block;
}
.wpr-timeline-centered .wpr-timeline-entry .wpr-timeline-entry-inner .wpr-icon {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 0;
  float: left;
}
.wpr-timeline-centered
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-icon
  i {
  font-size: 22px;
}
.wpr-timeline-centered
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-data-wrap {
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.wpr-timeline-centered
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-data-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent;
  top: 14px;
  margin-left: -9px;
}
.wpr-title-wrap {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100% !important;
}
.wpr-timeline-centered
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-data-wrap
  .wpr-title {
  display: inline-block;
}
.wpr-timeline-centered
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-data-wrap
  .wpr-title
  span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
.wpr-timeline-centered .wpr-year-wrap .wpr-year-label {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.wpr-timeline-centered .wpr-year-wrap {
  display: block;
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.wpr-timeline-centered.wpr-one-sided-timeline .wpr-year-wrap .wpr-year-label {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wpr-timeline-centered.wpr-one-sided-timeline-left
  .wpr-year-wrap
  .wpr-year-label {
  position: absolute;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.wpr-both-sided-timeline .wpr-left-aligned .wpr-data-wrap:after,
.wpr-one-sided-timeline-left .wpr-left-aligned .wpr-data-wrap:after {
  left: 100%;
}
.wpr-one-sided-timeline
  .wpr-timeline-entry
  .wpr-timeline-entry-inner
  .wpr-icon {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.wpr-wrapper .wpr-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.timeline-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  opacity: 0.7;
  z-index: -1;
}
.timeline-background-image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.wpr-horizontal-timeline .swiper-slide-line-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-horizontal-timeline .wpr-story-info {
  width: 98%;
}
.story-with-background {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wpr-timeline-story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  line-height: 1;
  height: auto;
}
.wpr-story-info {
  line-height: 1;
}
.wpr-horizontal-bottom.swiper {
  position: unset;
  overflow: hidden;
  z-index: 10;
}
.wpr-horizontal.swiper {
  position: unset;
  overflow: hidden;
  z-index: 11;
  margin: 0 32px;
}
.wpr-horizontal {
  padding-top: 10px;
}
.wpr-horizontal-bottom {
  padding-bottom: 10px;
}
.wpr-horizontal-bottom .wpr-year-wrap {
  position: absolute;
  display: table;
  text-align: center;
  top: 96px;
  left: 10px;
  height: 36px;
  width: 72px;
  vertical-align: middle;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  table-layout: fixed;
  word-break: break-word;
}
.wpr-horizontal-bottom .wpr-year-label {
  padding: 2px;
  vertical-align: middle;
  display: table-cell;
}
.wpr-horizontal-bottom .wpr-icon {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  z-index: 100;
  border-radius: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.wpr-horizontal-bottom .wpr-icon i {
  line-height: 40px;
  font-size: 26px;
}
.wpr-horizontal-bottom .wpr-icon:empty {
  width: 24px;
  height: 24px;
  top: 102px;
  left: calc(50% - 12px);
}
.wpr-horizontal-bottom .wpr-story-info:before {
  content: "";
  display: block;
  position: absolute;
}
.wpr-horizontal-bottom .wpr-story-info {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
.wpr-story-info,
.wpr-story-info-vertical {
  font-size: 0;
}
.wpr-timeline-media {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.wpr-timeline-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.wpr-timeline-media iframe,
.wpr-timeline-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpr-horizontal-bottom .wpr-title {
  display: inline-block;
  margin: 0;
  line-height: 1.2em;
}
.wpr-horizontal-bottom .wpr-title {
  padding: 8px 8px 0;
  font-size: 20px;
}
.wpr-horizontal-bottom .wpr-description {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 1.2em;
  padding: 8px;
  font-size: inherit;
}
.wpr-horizontal .wpr-description {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 1.2em;
  padding: 8px;
  font-size: inherit;
}
.wpr-wrapper .wpr-description {
  font-size: 15px;
  background-color: transparent !important;
}
.wpr-horizontal-bottom .wpr-swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  left: 50%;
  z-index: 0;
}
.wpr-horizontal-bottom
  .wpr-swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: rgba(0, 0, 0, 0.25);
}
.wpr-horizontal-bottom .wpr-button-prev,
.wpr-horizontal-bottom .wpr-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  top: 113px;
  cursor: pointer;
  line-height: 0;
}
.wpr-horizontal-bottom .wpr-button-prev {
  margin-left: -10px;
}
.wpr-horizontal-bottom .wpr-button-next {
  margin-right: -10px;
}
.wpr-button-prev.swiper-button-disabled,
.wpr-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-slide.auto-height {
  height: auto;
}
.wpr-horizontal-timeline .swiper-slide {
  height: auto;
}
.wpr-horizontal-bottom {
  height: auto;
}
.wpr-horizontal .wpr-year-wrap {
  position: absolute;
  display: table;
  text-align: center;
  bottom: 61px;
  left: 12px;
  height: 36px;
  width: 72px;
  vertical-align: middle;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  table-layout: fixed;
  word-break: break-word;
  background: rgb(255, 0, 179);
}
.wpr-horizontal .wpr-year-label {
  padding: 2px;
  vertical-align: middle;
  display: table-cell;
  background: rgb(255, 0, 179);
}
.wpr-timeline-centered .wpr-extra-label {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.wpr-horizontal .wpr-extra-label {
  position: absolute;
  display: table;
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-horizontal .wpr-extra-label .wpr-label,
.wpr-horizontal .wpr-extra-label .wpr-sub-label {
  display: inline-block;
  width: 100%;
}
.wpr-horizontal .wpr-icon {
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  text-align: center;
  position: absolute;
  display: block;
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.wpr-horizontal .wpr-icon i {
  line-height: 40px;
  font-size: 26px;
}
.wpr-horizontal .wpr-icon:empty {
  width: 24px;
  height: 24px;
  bottom: 48px;
  left: calc(50% - 12px);
}
.wpr-horizontal .wpr-story-info:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  left: -o-calc(50% - 10px);
  border-bottom-color: transparent !important;
  bottom: -28px;
}
.wpr-horizontal .wpr-story-info {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpr-horizontal .wpr-title {
  padding: 8px 8px 0;
  font-size: 20px;
}
.wpr-horizontal .wpr-swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  height: 2px;
  left: 50%;
  z-index: 0;
}
.wpr-horizontal .wpr-button-prev,
.wpr-horizontal .wpr-button-next {
  position: absolute;
  font-size: 40px;
  cursor: pointer;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-horizontal .wpr-button-prev {
  margin-left: -6px;
}
.wpr-horizontal .wpr-button-next {
  margin-right: -6px;
}
.wpr-button-prev.swiper-button-disabled,
.wpr-button-next.swiper-button-disabled {
  opacity: 0.55;
  cursor: auto;
  pointer-events: none;
}
.wpr-wrapper .wpr-year {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.1em;
}
.wpr-wrapper span.wpr-extra-label {
  font-size: 15px;
  font-weight: normal;
  color: #7a7a7a;
}
.wpr-wrapper .wpr-title {
  font-size: 20px;
  font-weight: 600;
}
.wpr-horizontal-bottom .wpr-story-info {
  border-bottom: 4px solid #23a455;
}
.wpr-horizontal-bottom .wpr-story-info:before {
  border: 13px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.wpr-left-aligned .wpr-data-wrap:after {
  border-right-color: transparent !important;
}
.wpr-wrapper span.wpr-extra-label {
  font-size: 15px;
  font-weight: normal;
  color: #7a7a7a;
}
.wpr-wrapper .wpr-title {
  font-size: 24px;
  font-weight: bold;
}
.wpr-horizontal .wpr-story-info {
  border-bottom: 4px solid #23a455;
}
.wpr-horizontal .wpr-story-info:before {
  border: 13px solid transparent;
}
.wpr-horizontal .wpr-timeline-prev-arrow {
  left: 1%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.wpr-horizontal .wpr-timeline-next-arrow {
  right: 1%;
  -webkit-transform: translateY(50%) rotate(180deg);
  -ms-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}
.wpr-horizontal-bottom .wpr-timeline-prev-arrow {
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-horizontal-bottom .wpr-timeline-next-arrow {
  right: 1%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .wpr-timeline-centered.wpr-both-sided-timeline .wpr-timeline-entry {
    float: none;
    width: 100%;
  }
  .wpr-timeline-centered .wpr-right-aligned .wpr-icon {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .wpr-one-sided-timeline .wpr-extra-label {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: block;
    margin-bottom: 10px;
  }
  .wpr-right-aligned .wpr-extra-label .wpr-label {
    text-align: left !important;
  }
}
.wpr-lottie-animations-wrapper {
  min-height: 1px;
}
.wpr-twitter-feed-item-username {
  margin: 0;
}
.wpr-tweet .inner-block {
  display: inline-block;
}
.wpr-twitter-feed-cont .swiper-pagination-bullets,
.wpr-twitter-feed-cont .swiper-pagination-fraction {
  display: inline-block !important;
  width: auto !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-twitter-hidden-item {
  opacity: 0 !important;
  overflow: hidden !important;
}
.wpr-twitter-feed-item-display-block {
  clear: both;
}
.wpr-twitter-feed-item-display-inline.wpr-twitter-feed-item-align-left,
.wpr-twitter-feed-item-display-custom.wpr-twitter-feed-item-align-left {
  float: left;
}
.wpr-twitter-feed-item-display-inline.wpr-twitter-feed-item-align-right,
.wpr-twitter-feed-item-display-custom.wpr-twitter-feed-item-align-right {
  float: right;
}
.wpr-twitter-feed-item-display-inline.wpr-twitter-feed-item-align-center,
.wpr-twitter-feed-item-display-custom.wpr-twitter-feed-item-align-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.wpr-tf-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-tf-header-user p {
  text-align: left;
}
.wpr-twitter-feed-header p {
  margin: 0;
}
.wpr-twitter-feed-cont {
  position: relative;
}
.wpr-twitter-feed p {
  margin: 0;
}
.wpr-tf-statistics {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wpr-tf-statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wpr-tf-header-profile-img {
  width: 50%;
  margin-top: -100px;
}
.wpr-twitter-follow-btn-wrap {
  margin-top: 10px;
}
.wpr-tf-header-profile-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.wpr-twitter-feed-masonry .wpr-twitter-feed {
  height: auto;
  display: block;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.wpr-twitter-feed-grid .wpr-twitter-feed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5px minmax(0, 1fr) 5px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}
.wpr-twitter-feed .button {
  margin-bottom: 20px;
}
.wpr-twitter-feed-list .wpr-twitter-feed .wpr-tweet,
.wpr-twitter-feed-masonry .wpr-twitter-feed .wpr-tweet {
  margin-bottom: 20px;
}
.wpr-twitter-feed .wpr-tweet {
  border: 1px solid #a2a2a2;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.wpr-twitter-feed figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.wpr-twit-image {
  width: 100%;
  height: auto;
}
.wpr-twitter-follow-btn {
  display: inline-block;
}
.wpr-load-more-twitter-posts {
  cursor: pointer;
}
.wpr-token-missing {
  text-align: center;
  margin-bottom: 0;
}
.wpr-pagination-hidden {
  display: none !important;
}
.wpr-instagram-feed {
  opacity: 0;
}
.wpr-instagram-feed .inner-block {
  display: inline-block;
}
.wpr-instagram-hidden-item,
.wpr-grid-hidden-item {
  opacity: 0 !important;
  overflow: hidden;
}
.wpr-swiper-nav-wrap {
  cursor: pointer;
}
.wpr-swiper-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-grid-slider-nav-position-custom .wpr-swiper-button-prev,
.wpr-grid-slider-nav-position-custom .wpr-swiper-button-next {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.wpr-swiper-button-prev {
  left: 0;
}
.wpr-swiper-button-next {
  right: 0;
}
.wpr-grid-slider-nav-position-default .wpr-swiper-nav-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
.wpr-grid-slider-nav-position-default .wpr-swiper-button-prev,
.wpr-grid-slider-nav-position-default .wpr-swiper-button-next {
  position: static;
}
.wpr-grid-slider-nav-align-top-center .wpr-swiper-nav-wrap,
.wpr-grid-slider-nav-align-bottom-center .wpr-swiper-nav-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-if-cfb-bottom .wpr-grid-pagination,
.wpr-if-cfb-bottom .wpr-instagram-follow-btn-wrap {
  display: inline-block;
}
.wpr-insta-feed-item-above-content {
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wpr-instagram-feed:not(.wpr-layout-list) .wpr-insta-feed-item-below-content {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.wpr-insta-feed-item-username {
  margin: 0;
  font-size: 23px;
}
.wpr-instagram-follow-btn {
  display: inline-block;
  cursor: pointer;
}
.wpr-if-cfb-center .wpr-instagram-follow-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}
.wpr-insta-feed-thumb {
  width: 100%;
  height: auto;
}
.wpr-insta-feed-item-display-block {
  clear: both;
}
.wpr-insta-feed-item-display-inline.wpr-insta-feed-item-align-left,
.wpr-insta-feed-item-display-custom.wpr-insta-feed-item-align-left {
  float: left;
}
.wpr-insta-feed-item-display-inline.wpr-insta-feed-item-align-right,
.wpr-insta-feed-item-display-custom.wpr-insta-feed-item-align-right {
  float: right;
}
.wpr-insta-feed-item-display-inline.wpr-insta-feed-item-align-center,
.wpr-insta-feed-item-display-custom.wpr-insta-feed-item-align-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.wpr-insta-feed-layout-grid .wpr-instagram-feed,
.wpr-insta-feed-layout-full-width .wpr-instagram-feed,
.wpr-insta-feed-layout-list .wpr-instagram-feed {
  display: -ms-grid;
  display: grid;
}
.wpr-instagram-feed-cont {
  position: relative;
}
.wpr-instagram-feed-cont .swiper-pagination-bullets,
.wpr-instagram-feed-cont .swiper-pagination-fraction {
  display: inline-block !important;
  width: auto !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-insta-feed-list-left .wpr-insta-feed-media-wrap,
.wpr-insta-feed-list-left .wpr-insta-feed-item-below-content {
  float: left;
}
.wpr-insta-feed-list-left .wpr-insta-feed-item-caption {
  text-align: left !important;
}
.wpr-insta-feed-list-right .wpr-insta-feed-media-wrap,
.wpr-insta-feed-list-right .wpr-insta-feed-item-below-content {
  float: right;
}
.wpr-insta-feed-list-right .wpr-insta-feed-item-caption {
  text-align: right !important;
}
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(odd)
  .wpr-insta-feed-media-wrap,
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(odd)
  .wpr-insta-feed-item-below-content {
  float: left;
}
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(odd)
  .wpr-insta-feed-item-caption {
  text-align: left !important;
}
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(even)
  .wpr-insta-feed-media-wrap,
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(even)
  .wpr-insta-feed-item-below-content {
  float: right;
}
.wpr-insta-feed-list-zigzag
  .wpr-insta-feed-content-wrap:nth-child(even)
  .wpr-insta-feed-item-caption {
  text-align: right !important;
}
.wpr-insta-feed-content-wrap {
  text-align: center;
}
.wpr-masonry {
  opacity: 0;
}
.wpr-masonry .wpr-insta-feed-content-wrap {
  padding: 0 !important;
  float: left;
}
.wpr-insta-feed-content-wrap,
.wpr-insta-feed-media-wrap {
  position: relative;
  overflow: hidden;
}
.wpr-insta-feed-media-wrap {
  height: 100%;
}
.wpr-insta-feed-media-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wpr-insta-feed-media-hover-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.wpr-insta-feed-media-hover-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.wpr-insta-feed-media-hover-middle {
  position: relative;
  z-index: 2;
}
.wpr-insta-feed-media-hover-bg {
  position: absolute;
}
.wpr-insta-feed-item-icon .inner-block > span,
.wpr-insta-feed-item-lightbox .inner-block > span,
.wpr-insta-feed-lightbox-overlay {
  cursor: pointer;
}
.wpr-insta-feed-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.wpr-ifc-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.wpr-insta-feed-caption {
  font-style: normal;
}
.wpr-insta-feed-caption::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.wpr-insta-feed-caption::-webkit-scrollbar-thumb {
  border-left: 3px solid red;
}
.wpr-if-square-images-yes .wpr-insta-feed-media-wrap {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.wpr-insta-feed-image-wrap img {
  border-radius: inherit;
}
.wpr-if-square-images-yes .wpr-insta-feed-image-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wpr-if-square-images-yes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpr-load-more-insta-posts {
  cursor: pointer;
}
.wpr-flip-carousel-wrapper {
  min-height: 1px;
}
.wpr-flip-carousel {
  overflow: hidden !important;
  opacity: 0;
}
.wpr-flip-items-wrapper img {
  margin: auto;
}
.wpr-flip-items-wrapper {
  list-style-type: none;
}
.wpr-flip-carousel ul li.flipster__item {
  margin: auto;
}
.wpr-flip-carousel ul li.flipster__item img {
  width: 100%;
}
.wpr-flip-carousel .flipster__nav {
  margin: 0;
}
.wpr-flip-carousel .flipster__button,
.wpr-flip-carousel .flipcaption,
.wpr-flip-carousel .flipster__nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  outline: none;
}
.wpr-flip-carousel .flipster__button {
  opacity: 1;
}
.wpr-flip-carousel .flipster__nav__link {
  width: 100%;
  height: 100%;
  padding: 0;
}
.wpr-flip-carousel .flipster__nav__link::after {
  display: none;
}
.wpr-flip-carousel-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wpr-flip-carousel ul li.flipster__item {
    width: 70%;
  }
}
.wpr-dual-heading-icon-and-desc-top .wpr-dual-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpr-dual-heading-icon-top .wpr-dual-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-dual-heading-icon-top .wpr-dual-heading-icon-wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.wpr-dual-heading-desc-top .wpr-dual-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-dual-heading-desc-top .wpr-dual-heading-description {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.wpr-dual-title {
  margin: 0 0 0 0;
}
.wpr-dual-title .first,
.wpr-dual-title .second {
  display: inline-block;
}
.wpr-taxonomy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpr-taxonomy-list li:not(.wpr-sub-hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-taxonomy-list li > span,
.wpr-taxonomy-list li a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-taxonomy-list li .wpr-tax-dropdown {
  width: auto;
  cursor: pointer;
}
.wpr-sub-hidden {
  display: none;
}
.wpr-taxonomy-list li {
  text-align: left;
}
.wpr-taxonomy-list li > span,
.wpr-taxonomy-list li a {
  display: inline-block;
  text-decoration: none;
}
.wpr-taxonomy-list i {
  display: block;
  width: 100%;
  height: 100%;
}
.wpr-taxonomy-list-vertical .wpr-taxonomy-list i,
.wpr-taxonomy-list span {
  line-height: 1.5;
  vertical-align: middle;
}
.wpr-taxonomy-list-horizontal .wpr-taxonomy-list li a,
.wpr-taxonomy-list-horizontal .wpr-taxonomy-list li > span,
.wpr-taxonomy-list .wpr-tax-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-term-count {
  display: block;
}
.wpr-taxonomy-list-horizontal .wpr-taxonomy-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-taxonomy-list-vertical .wpr-taxonomy-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-taxonomy-list-vertical .wpr-taxonomy-list li > span,
.wpr-taxonomy-list-vertical .wpr-taxonomy-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-taxonomy-list-vertical .wpr-sub-taxonomy {
  padding-left: 20px;
}
.wpr-taxonomy-list-vertical .wpr-inner-sub-taxonomy {
  padding-left: 40px;
}
.wpr-taxonomy-list-vertical .wpr-inner-sub-taxonomy-2 {
  padding-left: 60px;
}
.wpr-feature-list-center .wpr-feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-feature-list-center .wpr-feature-list-content-wrap {
  text-align: center;
}
.wpr-feature-list-right .wpr-feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-feature-list-right .wpr-feature-list-content-wrap {
  text-align: right;
}
.wpr-feature-list-align-flex-start .wpr-feature-list-title,
.wpr-feature-list-align-flex-start .wpr-feature-list-description {
  text-align: left;
}
.wpr-feature-list-align-flex-end .wpr-feature-list-title,
.wpr-feature-list-align-flex-end .wpr-feature-list-description {
  text-align: right;
}
.wpr-feature-list-rhombus .wpr-feature-list-icon-inner-wrap {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpr-feature-list-rhombus .wpr-feature-list-icon-wrap i,
.wpr-feature-list-rhombus .wpr-feature-list-icon-wrap img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wpr-feature-list-wrap .wpr-feature-list-icon-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.wpr-feature-list {
  padding: 0;
}
.wpr-feature-list-line-yes .wpr-feature-list-icon-wrap {
  position: relative;
}
.wpr-feature-list-icon-wrap img {
  width: 100%;
  max-width: 100%;
}
.wpr-feature-list-center .wpr-feature-list-line {
  display: none;
}
.wpr-feature-list-item:not(:last-of-type) .wpr-feature-list-line {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.wpr-feature-list-item:last-of-type .wpr-feature-list-line {
  display: none;
}
.wpr-feature-list-title,
.wpr-feature-list-description {
  margin: 0;
}
.wpr-feature-list-left .wpr-feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.wpr-image-accordion * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpr-img-accordion-wrapper-link-yes {
  cursor: pointer;
}
.wpr-image-accordion-wrap {
  overflow: hidden;
  opacity: 0;
}
.wpr-skew-acc-images-yes .wpr-image-accordion-wrap {
  overflow: visible;
}
.wpr-image-accordion-wrap h1 {
  position: relative;
  margin-bottom: 45px;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242;
}
.wpr-image-accordion-wrap .wpr-image-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wpr-image-accordion-wrap .wpr-image-accordion-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.wpr-image-accordion-wrap .wpr-image-accordion-item .wpr-accordion-background {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}
.wpr-img-accordion-item-description .inner-block {
  display: inline-block;
}
.wpr-image-accordion-wrap .wpr-img-accordion-media-hover,
.wpr-image-accordion-wrap .wpr-img-accordion-hover-bg {
  position: absolute;
}
.wpr-image-accordion-item {
  text-align: center;
}
.wpr-image-accordion-item-inner {
  position: relative;
  text-align: center;
}
.wpr-img-accordion-item-display-custom.wpr-img-accordion-item-align-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.wpr-img-accordion-media-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wpr-img-accordion-media-hover-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.wpr-img-accordion-media-hover-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.wpr-img-accordion-media-hover-middle {
  position: relative;
  z-index: 2;
}
.wpr-img-accordion-sep-style-1 .inner-block > span,
.wpr-img-accordion-sep-style-2 .inner-block > span {
  display: inline-block;
}
.wpr-img-accordion-item-display-custom.wpr-img-accordion-sep-style-2
  .inner-block
  > span,
.wpr-img-accordion-item-display-custom.wpr-img-accordion-sep-style-1
  .inner-block
  > span {
  width: 100%;
}
.wpr-img-accordion-item-display-block {
  clear: both;
}
.wpr-img-accordion-item-separator.wpr-img-accordion-item-display-inline span {
  width: 100% !important;
}
.wpr-img-accordion-item-display-inline.wpr-img-accordion-item-align-left,
.wpr-img-accordion-item-display-custom.wpr-img-accordion-item-align-left {
  float: left;
}
.wpr-img-accordion-item-display-inline.wpr-img-accordion-item-align-right,
.wpr-img-accordion-item-display-custom.wpr-img-accordion-item-align-right {
  float: right;
}
.wpr-img-accordion-item-display-inline.wpr-img-accordion-item-align-center,
.wpr-img-accordion-item-display-custom.wpr-img-accordion-item-align-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.wpr-accordion-image-wrap {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}
.wpr-accordion-image-wrap img {
  display: inline;
  max-height: 100%;
}
.wpr-img-accordion-item-lightbox .inner-block > span,
.wpr-img-accordion-lightbox-overlay {
  cursor: pointer;
}
.wpr-img-accordion-item-lightbox {
  cursor: pointer;
  pointer-events: none;
}
.wpr-animation-wrap-active .wpr-img-accordion-item-lightbox {
  pointer-events: auto;
}
.wpr-img-accordion-item-lightbox .inner-block {
  position: relative;
}
.wpr-img-accordion-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.wpr-image-accordion-item .inner-block a {
  position: relative;
  display: inline-block;
}
.wpr-image-accordion .wpr-template-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.wpr-particle-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wpr-particle-wrapper canvas {
  position: relative;
  z-index: -1;
}
.wpr-jarallax {
  position: relative;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.elementor-editor-active .wpr-jarallax {
  position: absolute;
}
.wpr-parallax-multi-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wpr-parallax-ml-children {
  position: relative;
  display: none;
}
.wpr-parallax-ml-children img {
  max-width: 100%;
  width: 100%;
}
.wpr-sticky-section-yes {
  width: 100%;
  border-color: transparent;
  -webkit-transition: visibility 0s linear !important;
  -o-transition: visibility 0s linear !important;
  transition: visibility 0s linear !important;
}
.wpr-sticky-active {
  position: fixed !important;
}
.wpr-sticky-replace-header-yes + div,
.wpr-sticky-replace-header-yes + section,
.wpr-sticky-replace-header-yes + header {
  position: fixed;
  width: 100%;
  top: -1000px;
}
.wpr-section-full-height {
  height: 100% !important;
  background-color: transparent !important;
}
.wpr-sticky-header {
  z-index: 9999 !important;
}
.wpr-hidden-header {
  position: fixed;
  display: block !important;
  width: 100%;
  z-index: 999 !important;
}
.wpr-hidden-header-flex {
  position: fixed;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  z-index: 999 !important;
}
.wpr-none-out {
  display: none;
}
.wpr-fade-in {
  -webkit-animation-name: added-tc-popup-animation-fade;
  animation-name: added-tc-popup-animation-fade;
  -webkit-animation-duration: var(--wpr-animation-duration, 1s);
  animation-duration: var(--wpr-animation-duration, 1s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-fade-out {
  -webkit-animation-name: added-tc-popup-animation-fade-out;
  animation-name: added-tc-popup-animation-fade-out;
  -webkit-animation-duration: var(--wpr-animation-duration, 1s);
  animation-duration: var(--wpr-animation-duration, 1s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-slide-in {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation-name: sticky-slide-in;
  animation-name: sticky-slide-in;
  -webkit-animation-duration: var(--wpr-animation-duration, 1s);
  animation-duration: var(--wpr-animation-duration, 1s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-slide-out {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: sticky-slide-out;
  animation-name: sticky-slide-out;
  -webkit-animation-duration: var(--wpr-animation-duration, 1s);
  animation-duration: var(--wpr-animation-duration, 1s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes sticky-slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sticky-slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sticky-slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes sticky-slide-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.wpr-reading-progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background-color: transparent;
}
.wpr-reading-progress-bar {
  background-color: black;
  width: 0%;
}
.ps.wpr-table-inner-container,
.wpr-table-inner-container {
  overflow-y: auto !important;
  overflow-x: auto !important;
}
.wpr-hide-table-before-arrange,
.wpr-hide-pagination-on-search {
  opacity: 0;
}
.wpr-table-td {
  position: relative;
}
.wpr-table-td-pag {
  text-align: center;
}
.wpr-data-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.wpr-data-table tr:first-child th {
  border-top: none !important;
}
.wpr-data-table tr:last-child td {
  border-bottom: none !important;
}
.wpr-data-table tr th:first-child,
.wpr-data-table tr td:first-child {
  border-left: none !important;
}
.wpr-data-table tr th:last-child,
.wpr-data-table tr td:last-child {
  border-right: none !important;
}
.wpr-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-data-table th {
  position: relative;
}
.wpr-equal-column-width-yes .wpr-data-table {
  table-layout: fixed;
}
.wpr-equal-column-width-yes .wpr-data-table .wpr-table-th-pag,
.wpr-equal-column-width-yes .wpr-data-table .wpr-table-td-pag {
  width: 50px;
}
.wpr-table-live-search-cont input {
  min-width: 100%;
}
.wpr-search-input-icon,
.wpr-sorting-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-table-custom-pagination {
  list-style-type: none !important;
  padding: 0;
}
.wpr-table-custom-pagination-inner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-table-custom-pagination-list {
  cursor: pointer;
}
.wpr-table-export-button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-table-export-button-cont button {
  position: relative;
  width: 100%;
}
.wpr-export-search-inner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-data-table img {
  display: inline-block;
}
.wpr-table-td,
.wpr-table-th {
  vertical-align: middle;
}
.wpr-table-appended-tr {
  width: 100%;
}
.wpr-table-tr-before {
  position: relative;
}
.wpr-table-tr-before::before {
  content: "+";
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: green;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 15px;
  border-radius: 50%;
}
.wpr-table-tr-before-remove::before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: red;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 15px;
  border-radius: 50%;
}
.wpr-table-text {
  position: relative;
}
.wpr-data-table-th-img,
.wpr-table-text {
  vertical-align: middle;
}
.wpr-xls,
.wpr-csv {
  padding: auto;
}
.wpr-entry-info-yes .wpr-table-pagination-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-entry-info-yes .wpr-table-custom-pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-entry-info {
  white-space: nowrap;
  min-width: 50px;
}
.wpr-table-text-nowrap-yes th,
.wpr-table-text-nowrap-yes td {
  white-space: nowrap;
}
.wpr-data-table .fa-question-circle {
  font-weight: 400 !important;
  font-family: "Font Awesome 5 Free" !important;
}
.wpr-data-table-content-tooltip {
  position: absolute;
  top: -10px;
  left: 50%;
  border-radius: 4px;
  padding: 6px 10px;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 230ms ease-in-out 0s;
  -o-transition: all 230ms ease-in-out 0s;
  transition: all 230ms ease-in-out 0s;
  text-align: center;
}
.wpr-data-table-content-tooltip:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-style: solid;
  border-top-width: 6px;
}
.wpr-table-td:hover .wpr-data-table-content-tooltip {
  visibility: visible;
  opacity: 1;
  top: -7px;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.wpr-data-table-content-tooltip:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) !important;
}
@media screen and (max-width: 768px) {
  .wpr-export-search-inner-cont,
  .wpr-table-pagination-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-equal-column-width-yes .wpr-data-table {
    table-layout: auto;
  }
  .wpr-table-export-button-cont {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.wpr-product-title {
  margin: 0;
}
.wpr-product-description pre * {
  white-space: wrap;
}
.wpr-product-stock p {
  margin-bottom: 0;
}
.wpr-product-stock-icon,
.wpr-product-stock-icon svg {
  display: inline;
  vertical-align: text-bottom;
}
.wpr-compare-placeholder {
  opacity: 0;
}
.wpr-compare-empty {
  text-align: center;
  margin: 0;
}
.wpr-compare-products {
  overflow-x: auto;
}
.wpr-compare-table {
  margin: 0;
  border-collapse: collapse;
}
.wpr-compare-table-wrap {
  min-height: 1px;
}
.wpr-compare-table a {
  display: inline-block;
}
.wpr-compare-table th,
.wpr-compare-table td {
  background-clip: padding-box;
}
.wpr-compare-table th {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.wpr-compare-table th:first-child {
  left: auto;
}
.wpr-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 0;
  background-color: #fff;
}
.wpr-compare-table td:first-child {
  text-align: right;
}
.wpr-compare-table td:not(:first-child) {
  overflow-x: auto;
}
.wpr-compare {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 999;
  background: white;
  width: 375px;
  border: 1px solid blanchedalmond;
}
.wpr-compare-table tr:first-child th {
  border-top-style: none !important;
}
.wpr-compare-table tr:last-child td:first-of-type,
.wpr-compare-table tr th:first-child {
  border-left-style: none !important;
}
.wpr-compare-table tr:first-child th:last-child {
  border-right-style: none !important;
}
.wpr-compare-table tbody tr td:last-child {
  border-right-style: none !important;
}
.wpr-compare-table tr:last-child th:first-child,
.wpr-compare-table tr:last-child td {
  border-bottom-style: none !important;
}
.wpr-compare-wrap .wpr-compare-text {
  margin-right: 5px;
}
.wpr-compare-wrap i {
  position: relative;
}
.wpr-compare-wrap .wpr-compare-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #025aff;
  font-size: 12px;
  font-weight: 400;
  width: 18px;
  height: 18px;
  bottom: 65%;
  left: 65%;
  display: none;
}
.wpr-compare-toggle-btn {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
.wpr-compare-toggle-btn i,
.wpr-compare-toggle-btn svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpr-wishlist-add,
.wpr-wishlist-remove,
.wpr-compare-add,
.wpr-compare-remove {
  display: inline-block;
  background-color: white;
}
.wpr-wishlist-add.wpr-button-hidden,
.wpr-wishlist-remove.wpr-button-hidden,
.wpr-compare-add.wpr-button-hidden,
.wpr-compare-remove.wpr-button-hidden {
  display: none;
}
.wpr-wishlist-add i,
.wpr-wishlist-remove i {
  font-family: "Font Awesome 5 Free" !important;
}
.wpr-grid button,
.wpr-grid [type="submit"],
.wpr-grid [type="button"] {
  background-color: transparent;
  border: 1px solid #605be5;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.wpr-wishlist-remove i {
  font-weight: 900 !important;
}
.wpr-wishlist-products {
  overflow-x: auto;
}
.wpr-wishlist-table {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.wpr-wishlist-table img {
  height: auto;
}
.wpr-wishlist-table a {
  display: inline-block;
}
.wpr-wishlist-table th,
.wpr-wishlist-table td {
  vertical-align: middle;
  white-space: nowrap;
}
.wpr-wishlist-table thead th {
  border-top-style: none !important;
}
.wpr-wishlist-table thead th:first-child {
  border-left-style: none !important;
}
.wpr-wishlist-table thead th:last-child {
  border-right-style: none !important;
}
.wpr-wishlist-table tbody tr td:first-child {
  border-left-style: none !important;
}
.wpr-wishlist-table tbody tr td:last-child {
  border-right-style: none !important;
}
.wpr-wishlist-table tbody tr:last-child td {
  border-bottom-style: none !important;
}
.elementor-widget-wpr-wishlist-pro .wpr-wishlist-remove {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-wpr-wishlist-pro .wpr-wishlist-remove:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600 !important;
}
.wpr-wishlist-empty {
  margin: 0;
  text-align: center;
}
.wpr-wishlist-empty-hidden {
  display: none;
}
.wpr-wishlist-wrap {
  position: relative;
}
.wpr-wishlist-toggle-btn {
  display: inline-block;
  cursor: pointer;
}
.wpr-wishlist-toggle-btn i,
.wpr-wishlist-toggle-btn svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpr-wishlist {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 999;
  background: white;
  width: 375px;
  border: none;
}
.wpr-view-wishlist,
.wpr-view-wishlist .wpr-wishlist-text {
  display: block;
  width: 100%;
  padding: 0;
}
.wpr-wishlist-wrap .wpr-wishlist-text {
  margin-right: 5px;
}
.wpr-wishlist-wrap .fa-heart {
  position: relative;
}
.wpr-wishlist-wrap .wpr-wishlist-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #025aff;
  font-size: 12px;
  font-weight: 400;
  width: 18px;
  height: 18px;
  bottom: 65%;
  left: 65%;
  display: none;
}
.wpr-wishlist-dropdown .wpr-wishlist-separator {
  display: none;
}
.wpr-close-wishlist {
  display: none;
}
.wpr-close-wishlist h2 {
  margin: 0;
}
.wpr-wishlist-sidebar.wpr-close-btn-yes .wpr-close-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-close-wishlist span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  cursor: pointer;
}
.wpr-wishlist-sidebar .wpr-wishlist {
  background-color: transparent !important;
}
.wpr-wishlist-sidebar .wpr-wishlist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 999;
  margin: 0 !important;
}
.wpr-wishlist-sidebar .wpr-wishlist-inner-wrap {
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-wishlist-sidebar .widget_shopping_cart_content {
  position: relative;
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-wishlist-sidebar .wpr-wishlist-content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 27, 27, 0.274);
}
.wpr-wishlist-sidebar .wpr-wishlist-inner-wrap {
  width: 375px;
  background-color: white;
}
.wpr-wishlist-products {
  list-style-type: none;
  padding: 0;
}
.wpr-wishlist .wpr-wishlist-product {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% auto;
  grid-template-columns: 28% auto;
  width: 100%;
  text-align: left;
}
.wpr-wishlist .wpr-wishlist-product:last-of-type {
  margin-bottom: 0 !important;
}
.wpr-wishlist-wrap .wpr-wishlist-remove {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpr-wishlist-wrap .wpr-wishlist-remove:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
  font-weight: 600 !important;
}
.wpr-wishlist-separator {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .wpr-wishlist-dropdown .wpr-wishlist {
    position: fixed !important;
    width: 100vw !important;
    top: auto !important;
  }
}
.wpr-compare-add i,
.wpr-compare-remove i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600 !important;
}
@-webkit-keyframes compare-popup-grow-in-align-middle {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes compare-popup-grow-in-align-middle {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@-webkit-keyframes compare-popup-grow-out-align-middle {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes compare-popup-grow-out-align-middle {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
.wpr-compare-popup.wpr-compare-popup-grow-in {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1) translateX(-50%) translateY(-50%);
  -webkit-animation-name: compare-popup-grow-in-align-middle;
  animation-name: compare-popup-grow-in-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-compare-popup.wpr-compare-popup-grow-out {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0) translateX(-50%) translateY(-50%);
  -webkit-animation-name: compare-popup-grow-out-align-middle;
  animation-name: compare-popup-grow-out-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes compare-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes compare-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes compare-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes compare-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wpr-compare-fade-in {
  opacity: 1;
  -webkit-animation-name: compare-fade-in;
  animation-name: compare-fade-in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-compare-fade-out {
  opacity: 0;
  -webkit-animation-name: compare-fade-out;
  animation-name: compare-fade-out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-compare-bg.wpr-compare-popup-hidden {
  display: none;
  opacity: 0;
}
.wpr-compare-bg {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.2);
}
.wpr-compare-popup {
  display: block;
  position: absolute;
  width: 80vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  overflow-y: auto;
  text-align: right;
}
.wpr-compare-popup-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
}
.wpr-compare-loader-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.wpr-close-compare {
  position: sticky;
  top: 5px;
  right: 5px;
  padding: 10px;
  z-index: 2;
}
.wpr-close-compare::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  cursor: pointer;
}
.wpr-mini-cart-sidebar-body {
}
ul.wpr-woo-mini-cart {
  position: relative;
}
.wpr-mini-cart .woocommerce-mini-cart::-webkit-scrollbar {
  width: 9px;
  background-color: transparent;
}
.wpr-mini-cart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  border-right: 3px solid;
}
.wpr-mini-cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 0;
}
.wpr-mini-cart-inner {
  position: relative;
  display: inline-block;
}
.wpr-mini-cart-inner,
.wpr-mini-cart-toggle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mini-cart {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 999;
}
.wpr-mini-cart .blockOverlay {
  display: none !important;
}
.wpr-before-remove-from-wishlist,
.wpr-before-remove-from-mini-cart {
  opacity: 0.6;
}
.wpr-close-cart {
  display: none;
}
.wpr-mini-cart-sidebar.wpr-close-btn-yes .wpr-close-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mini-cart-sidebar .wpr-close-cart h2 {
  margin: 0;
}
.wpr-close-cart span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  cursor: pointer;
}
.wpr-mini-cart-sidebar .wpr-mini-cart {
  background-color: transparent !important;
}
.wpr-mini-cart-sidebar .wpr-mini-cart,
.wpr-mini-cart-sidebar .wpr-shopping-cart-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: var(--vh, 100vh);
  z-index: 999999;
  margin: 0 !important;
}
.wpr-mini-cart-sidebar .wpr-shopping-cart-inner-wrap {
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-mini-cart-sidebar .widget_shopping_cart_content {
  position: relative;
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-subtotal-align-bottom.wpr-mini-cart-sidebar .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-mini-cart-dropdown .wpr-mini-cart-separator {
  display: none;
}
.wpr-subtotal-align-bottom .wpr-mini-cart-separator {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@-webkit-keyframes mini-cart-slide-in-align-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mini-cart-slide-in-align-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes mini-cart-slide-out-align-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes mini-cart-slide-out-align-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mini-cart-slide-in-align-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes mini-cart-slide-in-align-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes mini-cart-slide-out-align-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes mini-cart-slide-out-align-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.wpr-wishlist-sidebar.wpr-wishlist-align-right .wpr-wishlist-slide-in,
.wpr-mini-cart-sidebar.wpr-mini-cart-align-right .wpr-mini-cart-slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: mini-cart-slide-in-align-right;
  animation-name: mini-cart-slide-in-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-wishlist-sidebar.wpr-wishlist-align-right .wpr-wishlist-slide-out,
.wpr-mini-cart-sidebar.wpr-mini-cart-align-right .wpr-mini-cart-slide-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: mini-cart-slide-out-align-right;
  animation-name: mini-cart-slide-out-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-wishlist-sidebar.wpr-wishlist-align-left .wpr-wishlist-slide-in,
.wpr-mini-cart-sidebar.wpr-mini-cart-align-left .wpr-mini-cart-slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: mini-cart-slide-in-align-left;
  animation-name: mini-cart-slide-in-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-wishlist-sidebar.wpr-wishlist-align-left .wpr-wishlist-slide-out,
.wpr-mini-cart-sidebar.wpr-mini-cart-align-left .wpr-mini-cart-slide-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: mini-cart-slide-out-align-left;
  animation-name: mini-cart-slide-out-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-inline-svg,
.wpr-mini-cart-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mini-cart-btn-icon svg {
  width: 18px;
  height: 18px;
}
.wpr-mini-cart-btn-icon i {
  position: relative;
}
.wpr-mini-cart-icon-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
.wpr-mini-cart-icon-count-hidden {
  display: none !important;
}
.wpr-mini-cart-toggle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-mini-cart-toggle-btn i,
.wpr-mini-cart-toggle-btn svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpr-toggle-icon-none .wpr-mini-cart-btn-icon i::before {
  content: "";
}
.wpr-mini-cart-btn-icon .wpr-inline-svg::before {
  content: "" !important;
  font-style: normal;
}
.wpr-toggle-icon-bag-light .wpr-mini-cart-btn-icon i::before {
  content: "\e8e3";
}
.wpr-toggle-icon-bag-medium .wpr-mini-cart-btn-icon i::before {
  content: "\e8e4";
}
.wpr-toggle-icon-bag-solid .wpr-mini-cart-btn-icon i::before {
  content: "\e8e5";
}
.wpr-toggle-icon-basket-light .wpr-mini-cart-btn-icon i::before {
  content: "\e8e6";
}
.wpr-toggle-icon-basket-medium .wpr-mini-cart-btn-icon i::before {
  content: "\e8e7";
}
.wpr-toggle-icon-basket-solid .wpr-mini-cart-btn-icon i::before {
  content: "\e8e8";
}
.wpr-toggle-icon-cart-light .wpr-mini-cart-btn-icon i::before {
  content: "\e8e9";
}
.wpr-toggle-icon-cart-medium .wpr-mini-cart-btn-icon i::before {
  content: "\e8ea";
}
.wpr-toggle-icon-cart-solid .wpr-mini-cart-btn-icon i::before {
  content: "\e8eb";
}
.wpr-mini-cart .woocommerce-mini-cart-item.mini_cart_item:before,
.wpr-mini-cart .woocommerce-mini-cart-item.mini_cart_item:after {
  display: none;
}
.wpr-woo-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin-bottom: 0 !important;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% auto;
  grid-template-columns: 28% auto;
  width: 100%;
  text-align: left;
}
.wpr-mini-cart-image {
  margin-right: 15px;
}
.wpr-mini-cart-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wpr-mini-cart-image img,
.wpr-mini-cart-image a img {
  float: none !important;
  display: block;
  min-width: 100%;
  height: auto;
  margin-left: 0 !important;
}
.wpr-mini-cart-remove {
  position: absolute;
  right: 0;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart-item .remove {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  text-indent: -9999px;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart-item a.remove:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
  font-weight: 600 !important;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart-item .remove:hover {
  background-color: transparent;
  color: black;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.wpr-mini-cart-wrap .woocommerce-mini-cart__buttons a.button {
  width: 50%;
  text-align: center;
  margin: 0;
}
.wpr-mini-cart .woocommerce-mini-cart__total {
  text-align: center;
  padding: 10px;
  margin: 0;
}
.wpr-mini-cart dl.variation,
.wpr-cart-wrapper dl.variation {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 25% 75% !important;
  grid-template-columns: 25% 75% !important;
}
.wpr-mini-cart dl.variation:before,
.wpr-cart-wrapper dl.variation:before,
.wpr-mini-cart dl.variation:after,
.wpr-cart-wrapper dl.variation:after {
  display: none !important;
}
.wpr-mini-cart dl.variation dt,
.wpr-mini-cart dl.variation dd,
.wpr-cart-wrapper dl.variation dt,
.wpr-cart-wrapper dl.variation dd {
  float: none !important;
  margin: 0 !important;
}
dl.variation dd {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .wpr-mini-cart-dropdown .wpr-mini-cart {
    position: fixed !important;
    width: 100vw !important;
    top: auto !important;
  }
}
.wpr-product-media-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.wpr-product-media-image {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.wpr-product-media-caption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.wpr-product-media-caption span {
  display: inline-block;
}
.wpr-pd-image-caption-hover .wpr-product-media-wrap .wpr-product-media-caption {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.wpr-pd-image-caption-hover
  .wpr-product-media-wrap:hover
  .wpr-product-media-caption {
  opacity: 1;
}
.wpr-product-media-wrap .slick-track {
  margin: 0;
}
.wpr-product-thumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpr-product-thumb-nav li {
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
}
.wpr-product-thumb-nav li.slick-current {
  opacity: 1;
}
.wpr-product-thumb-nav li img {
  width: 100%;
}
.wpr-gallery-lightbox-yes .wpr-product-media-image {
  cursor: pointer;
}
.wpr-gallery-zoom-yes .wpr-product-media-image:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.wpr-product-media-onsale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wpr-product-media-wrap .flex-control-thumbs {
  list-style-type: none;
  cursor: pointer;
}
.wpr-product-media-wrap .flex-control-thumbs li {
  clear: none !important;
  width: 100% !important;
}
.wpr-product-media-wrap .swiper {
  overflow: hidden;
}
.wpr-fcn-wrap {
  position: relative;
  overflow: hidden;
}
.wpr-product-media-thumbs-none .wpr-product-media-wrap .flex-control-nav {
  display: none;
}
.wpr-product-media-thumbs-slider .wpr-product-media-wrap .flex-control-nav {
  position: relative;
  max-width: none !important;
  grid-column-gap: 0px !important;
  grid-row-gap: 0 !important;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.wpr-product-media-thumbs-slider .wpr-product-media-wrap .flex-control-nav,
.wpr-product-media-thumbs-slider
  .wpr-product-media-wrap
  .woocommerce-product-gallery {
  overflow: hidden;
}
.wpr-product-media-thumbs-vertical .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-product-media-thumbs-vertical .wpr-product-media-wrap .flex-control-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-product-media-thumbs-vertical .flex-viewport {
  width: 75%;
}
.wpr-product-media-wrap .woocommerce-product-gallery {
  width: 100%;
}
.woocommerce
  [data-elementor-type="wpr-theme-builder"]
  #content
  div.product
  div.images,
.woocommerce div.product[data-elementor-type="wpr-theme-builder"] div.images,
.woocommerce-page
  [data-elementor-type="wpr-theme-builder"]
  #content
  div.product
  div.images,
.woocommerce-page
  div.product[data-elementor-type="wpr-theme-builder"]
  div.images {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
[data-elementor-type="wpr-theme-builder"] ul.flex-direction-nav {
  position: absolute;
  top: 90%;
  z-index: -9;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.wpr-product-media-wrap .flex-direction-nav li {
  position: relative;
}
[data-elementor-type="wpr-theme-builder"] .wpr-product-media-wrap a.flex-next {
  visibility: hidden;
  overflow: hidden;
}
[data-elementor-type="wpr-theme-builder"] .wpr-product-media-wrap a.flex-prev {
  visibility: hidden;
  overflow: hidden;
}
[data-elementor-type="wpr-theme-builder"] a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 0;
}
[data-elementor-type="wpr-theme-builder"] a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
}
[data-elementor-type="wpr-theme-builder"] ul.flex-direction-nav li a {
  color: #ccc;
}
[data-elementor-type="wpr-theme-builder"] ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.wpr-product-media-wrap .wpr-product-sales-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
}
.wpr-product-media-wrap .wpr-product-media-lightbox,
.woocommerce
  div.product[data-elementor-type="wpr-theme-builder"]
  div.images
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.wpr-product-media-wrap .woocommerce-product-gallery__trigger {
  display: none;
  opacity: 0 !important;
  z-index: 99;
}
.pswp__caption__center {
  text-align: center;
}
.wpr-product-tabs p {
  margin: 0;
}
.wpr-product-tabs ol,
.wpr-product-tabs ul {
  padding: 0;
}
.wpr-product-tabs .woocommerce-noreviews {
  margin-bottom: 10px;
}
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs,
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs li {
  overflow: visible;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs li a {
  display: block;
  font-weight: normal;
}
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.wpr-tabs-position-above
  .wpr-product-tabs
  .woocommerce-tabs
  ul.tabs
  li.active:after {
  content: " ";
  display: block;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.wpr-tabs-position-above .wpr-product-tabs .woocommerce-tabs ul.tabs li a {
  border-bottom: none !important;
}
.elementor-widget-wpr-product-tabs .wc-tabs,
.wpr-tabs-position-left .elementor-widget-container .wc-tabs-wrapper,
.wpr-tabs-position-right .elementor-widget-container .wc-tabs-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wpr-product-tabs .wc-tabs,
.wpr-tabs-position-left .wc-tabs-wrapper,
.wpr-tabs-position-right .wc-tabs-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wpr-product-tabs.wpr-tabs-position-above .wc-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-tabs-position-left > .elementor-widget-container .wc-tabs,
.wpr-tabs-position-right > .elementor-widget-container .wc-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-tabs-position-left .wc-tabs,
.wpr-tabs-position-right .wc-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-tabs-position-left > .elementor-widget-container > .wc-tabs-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-tabs-position-left > .wc-tabs-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-tabs-position-right > .elementor-widget-container .wc-tabs-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-tabs-position-right .wc-tabs-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-tabs-hr-position-center > .elementor-widget-container .wc-tabs,
.wpr-tabs-hr-position-center > .elementor-widget-container > .wc-tabs-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-tabs-hr-position-center .wc-tabs,
.wpr-tabs-hr-position-center > .wc-tabs-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-tabs-hr-position-center > .elementor-widget-container .wc-tabs,
.wpr-tabs-hr-position-center > .elementor-widget-container > .wc-tabs-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-tabs-hr-position-center .wc-tabs,
.wpr-tabs-hr-position-center > .wc-tabs-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-tabs-hr-position-left > .elementor-widget-container .wc-tabs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-tabs-hr-position-left .wc-tabs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-tabs-hr-position-right > .elementor-widget-container .wc-tabs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-tabs-hr-position-right .wc-tabs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-tabs-hr-position-right > .elementor-widget-container .wc-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-tabs-hr-position-right .wc-tabs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap {
  width: 100%;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wpr-tabs
  > .wpr-tabs-wrap {
  width: 100%;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:first-of-type {
  margin-left: 0 !important;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:first-of-type {
  margin-left: 0 !important;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  > .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:last-of-type {
  margin-right: 0 !important;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wpr-tabs
  > .wpr-tabs-wrap
  > .wpr-tab:last-of-type {
  margin-right: 0 !important;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  > .wpr-tabs
  .wc-tabs {
  width: 100%;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wpr-tabs
  .wc-tabs {
  width: 100%;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .elementor-widget-container
  .wc-tabs
  li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.elementor-widget-wpr-product-tabs:not(.wpr-tabs-hr-position-left):not(
    .wpr-tabs-hr-position-right
  ):not(.wpr-tabs-hr-position-center)
  .wc-tabs
  li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.elementor-widget-wpr-product-tabs .wc-tabs li {
  position: relative;
  text-align: center;
}
.woocommerce div.product .wpr-product-tabs .woocommerce-tabs .panel {
  margin: 0;
}
.elementor-widget-wpr-product-tabs .woocommerce-Tabs-panel {
  width: 100%;
  display: none;
}
.woocommerce .elementor-widget-wpr-product-tabs table.shop_attributes {
  margin-bottom: 0;
}
.wpr-product-additional-information table.shop_attributes {
  margin-bottom: 0;
}
.wpr-product-additional-information table td,
.wpr-product-additional-information table th,
.elementor-widget-wpr-product-tabs table td,
.elementor-widget-wpr-product-tabs table th {
  vertical-align: middle;
}
.elementor-widget-wpr-product-tabs .wpr-product-tabs table,
.elementor-widget-wpr-product-tabs .wpr-product-tabs tr th,
.elementor-widget-wpr-product-tabs .wpr-product-tabs tr td,
.wpr-product-additional-information table.shop_attributes,
.wpr-product-additional-information table.shop_attributes td,
.wpr-product-additional-information table.shop_attributes th {
  border: none;
}
.elementor-widget-wpr-product-tabs .form-submit #submit {
  line-height: 1;
}
.elementor-widget-wpr-product-tabs
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.elementor-widget-wpr-product-tabs .comment_container {
  position: relative;
}
.elementor-widget-wpr-product-tabs .comment-reply-title {
  display: none;
}
.elementor-widget-wpr-product-tabs
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  .description
  p {
  margin-bottom: 0;
}
.elementor-widget-wpr-product-tabs .commentlist li {
  margin-bottom: 10px;
}
.wpr-individual-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-product-tabs h2.woocommerce-Reviews-title:first-of-type {
  display: none;
}
.elementor-widget-wpr-product-tabs .woocommerce-Reviews .comment_container {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.wpr-individual-rating-cont {
  position: relative;
  display: inline-block;
  width: 150px;
}
.wpr-individual-rating-cont span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  background-color: black;
}
.elementor-widget-wpr-product-tabs
  #reviews
  #comments
  ol.commentlist
  li
  img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementor-widget-wpr-product-tabs p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  font-size: inherit;
  border: none;
  width: 15px;
  text-indent: -999999px;
}
.elementor-widget-wpr-product-tabs p.stars.selected a.active:before,
.elementor-widget-wpr-product-tabs p.stars:hover a:before,
.elementor-widget-wpr-product-tabs p.stars.selected a:not(.active):before,
.elementor-widget-wpr-product-tabs p.stars.selected a.active:before {
  content: "\e020";
}
.elementor-widget-wpr-product-tabs p.stars a:before,
.elementor-widget-wpr-product-tabs p.stars a:hover ~ a:before,
.elementor-widget-wpr-product-tabs p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.elementor-widget-wpr-product-tabs p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
  opacity: 1;
  font-size: inherit;
}
.elementor-widget-wpr-product-tabs p.stars a:hover::before {
  content: "\e020";
}
.elementor-widget-wpr-product-tabs p.stars a.active::before {
  content: "\e020";
}
.elementor-widget-wpr-product-tabs .star-rating::before {
  color: black;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor-widget-wpr-product-tabs .star-rating span::before {
  top: 0;
  position: absolute;
  left: 0;
}
.elementor-widget-wpr-product-tabs .comment-form-author,
.elementor-widget-wpr-product-tabs .comment-form-email {
  float: left;
}
.elementor-widget-wpr-product-tabs.wpr-forms-submit-justify .form-submit input {
  display: block;
  width: 100%;
}
.wpr-product-price-separate .wpr-product-price del,
.wpr-product-price-separate .wpr-product-price ins {
  display: block;
}
.wpr-product-rating-flex.wpr-product-rating-left .inner-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-product-rating-flex.wpr-product-rating-center .inner-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-product-rating-flex.wpr-product-rating-right .inner-block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-product-rating a {
  display: none;
}
.wpr-pr-show-text-yes .wpr-product-rating a {
  display: block;
}
.wpr-product-meta-left .wpr-product-meta .product_meta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-product-meta-center .wpr-product-meta .product_meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-product-meta-right .wpr-product-meta .product_meta {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-product-meta .sku_wrapper,
.wpr-product-meta .posted_in,
.wpr-product-meta .tagged_as {
  display: none;
  position: relative;
}
.wpr-checkout-notice .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error,
.wpr-checkout-notice .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-checkout-notice .woocommerce-error:before,
.woocommerce-notices-wrapper .woocommerce-error:before,
.wpr-checkout-notice .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-message:before {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-checkout-notice .woocommerce-error:after,
.woocommerce-notices-wrapper .woocommerce-error:after,
.wpr-checkout-notice .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-message:after {
  display: none;
}
.wpr-checkout-notice .woocommerce-error p,
.woocommerce-notices-wrapper .woocommerce-error p,
.wpr-checkout-notice .woocommerce-message p,
.woocommerce-notices-wrapper .woocommerce-message p {
  margin-bottom: 0 !important;
}
.wpr-checkout-notice a {
  white-space: nowrap;
}
@media screen and (min-width: 481px) {
  .wpr-checkout-notice .woocommerce-message:before,
  .woocommerce-notices-wrapper .woocommerce-message:before {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .wpr-checkout-notice .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wpr-checkout-notice .woocommerce-message p,
  .woocommerce-notices-wrapper .woocommerce-message p {
    margin-bottom: 0.9em !important;
  }
}
.wpr-product-add-to-cart * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce .wpr-product-add-to-cart a.added_to_cart {
  padding: 0;
}
.woocommerce div.product .wpr-product-add-to-cart form.cart,
.woocommerce div.product .wpr-product-add-to-cart form.cart .variations {
  margin: 0;
}
.woocommerce div.product .wpr-product-add-to-cart form.cart div.quantity {
  margin: 0;
}
.wpr-product-adc-align-left .cart,
.wpr-product-adc-align-left .wpr-product-add-to-cart .wpr-quantity-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-product-adc-align-center .cart,
.wpr-product-adc-align-center .wpr-product-add-to-cart .wpr-quantity-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-product-adc-align-right .cart,
.wpr-product-adc-align-right .wpr-product-add-to-cart .wpr-quantity-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpr-add-to-cart-layout-column.wpr-product-adc-align-left .cart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-add-to-cart-layout-column.wpr-product-adc-align-center .cart {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-add-to-cart-layout-column.wpr-product-adc-align-right .cart {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-add-to-cart-icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-product-add-to-cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-product-add-to-cart .wpr-quantity-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-product-add-to-cart .wpr-quantity-wrapper i {
  cursor: pointer;
}
.wpr-quantity-wrap {
  width: 100%;
}
.elementor-widget-wpr-product-add-to-cart:not(.wpr-product-qty-align-default)
  .wpr-quantity-wrapper
  .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.elementor-widget-wpr-product-add-to-cart:not(.wpr-product-qty-align-default)
  .wpr-quantity-wrapper
  .qty::-webkit-inner-spin-button,
.wpr-quantity-wrap .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.wpr-product-add-to-cart .quantity .qty,
.wpr-product-add-to-cart .wpr-quantity-wrapper i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-buttons-layout-row .woocommerce-variation-add-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-buttons-layout-column .woocommerce-variation-add-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wpr-product-qty-align-left.wpr-buttons-layout-column
  .woocommerce-variation-add-to-cart
  .wpr-quantity-wrapper {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.wpr-product-qty-align-center.wpr-buttons-layout-column
  .woocommerce-variation-add-to-cart
  .wpr-quantity-wrapper {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.wpr-product-qty-align-right.wpr-buttons-layout-column
  .woocommerce-variation-add-to-cart
  .wpr-quantity-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.wpr-product-qty-align-before .wpr-quantity-wrapper i:first-child {
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.wpr-product-qty-align-before .wpr-quantity-wrapper i:last-child {
  border-right: 0 !important;
}
.wpr-product-qty-align-after .wpr-quantity-wrapper i:first-child {
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.wpr-product-qty-align-after .wpr-quantity-wrapper i:last-child {
  border-left: 0 !important;
}
.wpr-product-qty-align-both .wpr-quantity-wrapper i:first-child {
  border-right: 0 !important;
}
.wpr-product-qty-align-both .wpr-quantity-wrapper i:last-child {
  border-left: 0 !important;
}
.woocommerce div.product .wpr-product-add-to-cart form.cart .group_table td {
  vertical-align: middle;
  padding: 0;
}
.wpr-product-add-to-cart .reset_variations {
  display: none;
}
.wpr-variations-layout-column .variations tr th,
.wpr-variations-layout-column .variations tr td {
  padding: 0;
  width: 100%;
}
.elementor-widget-wpr-product-add-to-cart a.added_to_cart,
.elementor-widget-wpr-product-add-to-cart button.single_add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.wpr-product-add-to-cart button.loading:after {
  top: auto !important;
}
.wpr-product-add-to-cart a.added_to_cart {
  text-align: center;
}
.woocommerce-grouped-product-list-item a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.wpr-product-sales-badge span {
  display: inline-block;
}
.wpr-product-rating .wpr-woo-rating i:before {
  content: "\002605" !important;
}
.wpr-cart-wrapper,
.wpr-cart-section-wrap .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-cart-section-table-wrap,
.wpr-cart-wrapper .cart_totals {
  overflow-x: auto;
}
.wpr-cart-section-table-wrap table.shop_table {
  margin-bottom: 0;
}
.wpr-cart-section-table-wrap table.shop_table,
.cart_totals table.shop_table {
  border: none;
}
.wpr-cart-wrapper table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: collapse;
}
.wpr-cart-wrapper table th,
.wpr-cart-wrapper table td {
  border: 0;
}
.wpr-cart-wrapper form .form-row {
  margin: 0;
}
.wpr-cart-wrapper table.shop_table {
  border-radius: 0;
}
.wpr-cart-wrapper table.shop_table td {
  border: none;
}
.elementor-widget[class*="elementor-widget-wpr-"] table.shop_table .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget[class*="elementor-widget-wpr-"]
  table.shop_table
  .wc-item-meta
  li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.elementor-widget[class*="elementor-widget-wpr-"] .variation-Size,
.elementor-widget[class*="elementor-widget-wpr-"] .wc-item-meta-label {
  float: none !important;
}
.wpr-cart-vertical .wpr-cart-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 881px) {
  .wpr-cart-horizontal .wpr-cart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wpr-cart-wrapper table.shop_table img {
  vertical-align: middle;
}
.wpr-cart-horizontal .wpr-cart-wrapper .cart-collaterals .cart_totals,
.wpr-cart-vertical .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.wpr-cart-sticky-yes .cart-collaterals {
  position: sticky;
  top: 0;
}
.wpr-cart-wrapper .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.wpr-checkout-flex-justify .wc-proceed-to-checkout a {
  width: 100%;
}
.wpr-cart-wrapper .form-row.coupon-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-cart-wrapper .form-row.coupon-col .coupon-col-start {
}
.wpr-cart-wrapper .form-row.coupon-col .coupon-col-end {
}
.wpr-cart-wrapper .form-row.coupon-col .coupon-col-end button {
  width: 100%;
  height: 100%;
}
.wpr-cart-wrapper a.remove:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
.wpr-cart-wrapper .product-remove .remove {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  text-indent: -9999px;
}
.wpr-cart-wrapper .product-remove .remove:hover {
  background-color: transparent;
  color: black;
}
.wpr-cart-wrapper img {
  display: inline;
}
.wpr-cart-wrapper .select2-selection {
  position: relative;
}
.wpr-cart-wrapper .select2-container--focus span,
.wpr-cart-wrapper .select2-container--default .select2-selection--single {
  border: none !important;
  outline: none !important;
}
.elementor-widget-wpr-page-checkout .checkout_coupon p:first-child {
  margin: 0;
}
.elementor-widget-wpr-page-checkout .checkout_coupon .form-row-first {
  width: 80%;
}
.elementor-widget-wpr-page-checkout .checkout_coupon .form-row-last {
  width: 18%;
}
.elementor-widget-wpr-page-checkout .checkout_coupon .form-row-last button {
  width: 100%;
}
.wpr-checkout-order-review-table {
  overflow: hidden;
}
.woocommerce.woocommerce-checkout
  .wpr-checkout-order-review-table-inner
  #order_review,
.woocommerce.woocommerce-checkout
  .wpr-checkout-order-review-table-inner
  #order_review_heading,
.woocommerce-page.woocommerce-checkout
  .wpr-checkout-order-review-table-inner
  #order_review,
.woocommerce-page.woocommerce-checkout
  .wpr-checkout-order-review-table-inner
  #order_review_heading {
  float: none;
  width: auto;
}
.wpr-checkout-order-review-table #order_review table {
  border: none !important;
}
.wpr-checkout-order-review-table #order_review thead th:first-child {
  border-left-style: none !important;
  border-top-style: none !important;
}
.wpr-checkout-order-review-table #order_review thead th:last-child {
  border-right-style: none !important;
  border-top-style: none !important;
}
.wpr-checkout-order-review-table #order_review tbody td:first-child {
  border-left-style: none !important;
}
.wpr-checkout-order-review-table #order_review tbody td:last-child {
  border-right-style: none !important;
}
.wpr-checkout-order-review-table #order_review tfoot tr th:first-child {
  border-left-style: none !important;
}
.wpr-checkout-order-review-table #order_review tfoot tr td:last-child {
  border-right-style: none !important;
}
.wpr-checkout-order-review-table #order_review tfoot tr:last-child td,
.wpr-checkout-order-review-table #order_review tfoot tr:last-child th {
  border-bottom-style: none !important;
}
.wpr-checkout-horizontal .woocommerce-checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-checkout-horizontal .wpr-customer-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-checkout-horizontal .col2-set .col-1,
.wpr-checkout-horizontal .col2-set .col-2 {
  float: none;
  width: 100%;
}
.wpr-checkout-vertical .col2-set .col-1,
.wpr-checkout-vertical .col2-set .col-2 {
  float: none;
  width: 100%;
}
.elementor-widget-wpr-page-checkout ul {
  padding: 0;
}
.elementor-widget-wpr-page-checkout .select2-container--focus span,
.elementor-widget-wpr-page-checkout
  .select2-container--default
  .select2-selection--single {
  border: none !important;
  outline: none !important;
}
.elementor-widget-wpr-page-checkout .select2-selection {
  position: relative;
}
.elementor-widget-wpr-page-checkout table.shop_table {
  margin: 0;
  border-collapse: collapse;
}
.elementor-widget-wpr-page-checkout form .form-row {
  margin: 0;
}
.elementor-widghet-wpr-page-checkout .woocommerce-form-login__rememberme {
  display: block;
}
.elementor-widget-wpr-page-checkout select {
  padding: 0;
}
.elementor-widget-wpr-page-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}
@media screen and (max-width: 670px) {
  .wpr-checkout-horizontal .wpr-customer-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpr-checkout-horizontal
    .wpr-customer-details-wrapper
    .wpr-checkout-order-review-table {
    max-width: 100%;
  }
}
.elementor-widget-wpr-my-account-pro .woocommerce-Message {
  margin: 0;
}
.elementor-widget-wpr-my-account-pro .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.elementor-widget-wpr-my-account-pro
  .woocommerce-MyAccount-content
  .shop_table {
  border-collapse: collapse;
}
.elementor-widget-wpr-my-account-pro .woocommerce-MyAccount-content fieldset {
  border: none;
  padding: 0;
}
.elementor-widget-wpr-my-account-pro .select2-selection {
  height: auto !important;
  border: none !important;
}
.wpr-my-account-tabs-horizontal nav.woocommerce-MyAccount-navigation,
.wpr-my-account-tabs-horizontal .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.wpr-my-account-tabs-horizontal nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpr-my-account-tabs-horizontal .woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-navigation-link a {
  display: inline-block;
}
.wpr-my-account-tab .woocommerce-MyAccount-content-wrapper {
  overflow-x: auto;
}
.wpr-account-tabs-stretch .woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-navigation-link a {
  width: 100%;
}
.elementor-widget-wpr-my-account-pro
  .wpr-my-account-tab
  .woocommerce-form-login__rememberme {
  display: block;
}
.wpr-my-account-tab p,
.wpr-my-account-tab table.shop_table,
.wpr-my-account-tab .woocommerce-order-downloads {
  margin: 0;
}
.elementor-widget-wpr-my-account-pro .wpr-wishlist-products td,
.elementor-widget-wpr-my-account-pro .wpr-wishlist-products th {
  vertical-align: middle;
}
.elementor-widget-wpr-my-account-pro .wpr-wishlist-remove {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.elementor-widget-wpr-my-account-pro .wpr-wishlist-remove::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600 !important;
  content: "\f00d";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
@media screen and (max-width: 867px) {
  .woocommerce-account
    .wpr-my-account-tabs-vertical
    .woocommerce-MyAccount-navigation {
    float: left;
  }
  .woocommerce-account
    .wpr-my-account-tabs-vertical
    .woocommerce-MyAccount-content {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .wpr-my-account-tabs-horizontal .woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-account
    .wpr-my-account-tabs-vertical
    .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-account
    .wpr-my-account-tabs-vertical
    .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}
.wpr-active-filters-horizontal .wpr-product-active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-product-active-filters {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpr-product-active-filters li a::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f00d";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600 !important;
}
.wpr-product-filter-title {
  margin: 0;
}
.wpr-product-filters .wpr-search-form-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-product-filter-rating {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpr-product-filter-label-left .wpr-product-filter-rating a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-product-filter-label-right .wpr-product-filter-rating a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpr-product-filter-rating .wpr-rating-icon-full {
  color: orange;
}
.wpr-product-filter-rating .wpr-rating-icon-empty {
  color: lightgray;
}
.wpr-product-filter-rating.wpr-woo-rating-style-2 i:before {
  content: "\002605";
}
.wpr-product-filter-rating .wpr-active-product-filter .wpr-rating-icon-full {
  color: red;
}
.wpr-product-filter-tax-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpr-product-filter-tax-wrap .wpr-active-product-filter {
  color: red;
}
.wpr-product-filter-tax-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.wpr-product-filter-tax-wrap
  li
  a
  span:last-child:not(.wpr-product-filter-tax-name) {
  margin-left: 4px;
}
.wpr-product-filter-label-right
  .wpr-product-filter-tax-wrap
  li
  a
  span:last-child:not(.wpr-product-filter-tax-name) {
  margin-left: auto;
}
.wpr-product-filter-tax-wrap li a span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-active-product-filter:not(.wpr-woo-rating) span:first-child:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.wpr-product-filter-tax-child a {
  margin-left: 10px;
}
.wpr-product-filter-price input {
  visibility: hidden;
}
.wpr-product-filter-price-slider .ui-slider-range {
  position: absolute;
  display: block;
}
.wpr-product-filter-price-slider .ui-slider-handle {
  position: absolute;
  cursor: ew-resize;
}
.wpr-product-filter-slide-handlers-round
  .wpr-product-filter-price-slider
  .ui-slider-handle {
  border-radius: 100%;
}
.wpr-product-filter-slide-handlers-square
  .wpr-product-filter-price-slider
  .ui-slider-handle {
  border-radius: 0;
  border: none !important;
  outline: none !important;
}
.wpr-product-filter-price-amount {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpr-product-filter-price-btn-right .wpr-product-filter-price-amount {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-product-filters .wpr-product-filter-price-amount button.button {
  font-weight: 400;
}
.wpr-charts-container {
  min-height: 20px;
}
.wpr-charts-error-notice {
  text-align: center;
}
.wpr-charts-container .wpr-rotating-plane {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpr-acc-search-input {
  width: 100%;
}
.wpr-acc-search-input-wrap {
  position: relative;
}
.wpr-acc-search-input-wrap i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpr-acc-search-input-wrap i.fa-times {
  cursor: pointer;
  display: none;
}
.wpr-advanced-accordion .wpr-acc-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.wpr-acc-icon-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-acc-icon-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-acc-icon-box-after {
  position: absolute;
  left: 100%;
  top: 0;
  height: 0;
  width: 0;
}
.wpr-acc-item-title {
  z-index: 9;
}
.wpr-acc-title-text {
  white-space: normal;
}
.wpr-acc-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-advanced-accordion .wpr-toggle-icon i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.wpr-advanced-accordion .wpr-acc-panel {
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.wpr-advanced-accordion .wpr-acc-panel-active {
  display: block;
}
.wpr-advanced-accordion .wpr-acc-active,
.wpr-acc-button:hover {
  background-color: #ccc;
}
.wpr-advanced-accordion .wpr-acc-panel p,
.wpr-advanced-accordion .wpr-acc-panel div {
  margin: 0;
}
.wpr-ti-close {
  display: inline-block;
}
.wpr-ti-open {
  display: none;
}
.wpr-acc-active .wpr-ti-close {
  display: none;
}
.wpr-acc-active .wpr-ti-open {
  display: inline-block;
}
.wpr-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpr-page-list li {
  font-size: 0;
  text-align: left;
}
.wpr-page-list li a,
.wpr-page-list .wpr-pl-title {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.wpr-page-list p {
  margin: 0;
}
.wpr-page-list i,
.wpr-page-list i:before {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-page-list .wpr-page-list-item,
.wpr-page-list .wpr-page-list-wrapper-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpr-page-list .wpr-page-list-wrapper-link {
  width: 100%;
  height: 100%;
}
.wpr-page-list-item {
  line-height: 1.5;
}
.wpr-page-list-item-icon {
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-page-list-item-icon i {
  font-size: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-page-list-horizontal .wpr-page-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-page-list-vertical .wpr-page-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-page-list-vertical .wpr-page-list li a {
}
.wpr-page-list-vertical .wpr-sub-page {
  padding-left: 20px;
}
.wpr-pl-icon-top .wpr-page-list-item-icon {
  margin-bottom: auto;
}
.wpr-pl-icon-bottom .wpr-page-list-item-icon {
  margin-top: auto;
}
.wpr-pl-badge-top .wpr-page-list-item-badge {
  margin-bottom: auto;
}
.wpr-pl-badge-bottom .wpr-page-list-item-badge {
  margin-top: auto;
}
.wpr-page-list-item-badge {
  background-color: rgb(255, 0, 179);
  padding: 3px 5px;
}
.wpr-pl-badge-anim-yes .wpr-page-list-item-badge {
  -webkit-animation: badgeFade 2s ease-in-out infinite;
  animation: badgeFade 2s ease-in-out infinite;
}
.wpr-offcanvas-trigger {
  display: inline-block;
}
.wpr-offcanvas-container {
  position: relative;
}
.wpr-offcanvas-wrap-relative {
  background-color: transparent !important;
}
.wpr-offcanvas-align-left .wpr-offcanvas-wrap-relative {
  top: 100%;
  left: 0;
  right: auto;
}
.wpr-offcanvas-align-center .wpr-offcanvas-wrap-relative {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpr-offcanvas-align-right .wpr-offcanvas-wrap-relative {
  top: 100%;
  right: 0;
  left: auto;
}
.wpr-offcanvas-content::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.wpr-offcanvas-content::-webkit-scrollbar-thumb {
  border-left: 3px solid black;
}
.wpr-offcanvas-container .wpr-template-edit-btn {
  top: 10px;
  right: 10px;
}
.wpr-offcanvas-body-overflow {
  overflow: hidden;
}
.wpr-offcanvas-test-div {
  visibility: hidden;
}
.wpr-offcanvas-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
  display: none;
  z-index: 9999;
}
.wpr-offcanvas-wrap-relative.wpr-offcanvas-wrap {
  position: absolute;
  width: auto;
  height: auto;
  min-height: auto;
  max-width: unset;
  max-height: unset;
}
.wpr-offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-offcanvas-reverse-header-yes .wpr-offcanvas-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpr-offcanvas-content {
  width: 300px;
  position: absolute;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
}
.wpr-offcanvas-wrap-relative .wpr-offcanvas-content {
  position: relative;
}
.wpr-offcanvas-content .elementor-invisible {
  visibility: visible !important;
}
.wpr-offcanvas-content-top {
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.wpr-offcanvas-content-left {
  top: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.wpr-offcanvas-content-right {
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 300px;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.wpr-offcanvas-content-bottom {
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.wpr-offcanvas-content-middle {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  height: auto;
  width: auto;
}
.wpr-offcanvas-header {
  padding: 10px;
}
.wpr-close-offcanvas {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wpr-close-offcanvas::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
@-webkit-keyframes offcanvas-slide-in-align-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes offcanvas-slide-in-align-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes offcanvas-slide-out-align-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes offcanvas-slide-out-align-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.wpr-offcanvas-content-left.wpr-offcanvas-slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: offcanvas-slide-in-align-left;
  animation-name: offcanvas-slide-in-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-left.wpr-offcanvas-slide-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: offcanvas-slide-out-align-left;
  animation-name: offcanvas-slide-out-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-slide-in-align-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes offcanvas-slide-in-align-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes offcanvas-slide-out-align-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes offcanvas-slide-out-align-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.wpr-offcanvas-content-right.wpr-offcanvas-slide-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: offcanvas-slide-in-align-right;
  animation-name: offcanvas-slide-in-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-right.wpr-offcanvas-slide-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: offcanvas-slide-out-align-right;
  animation-name: offcanvas-slide-out-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-slide-in-align-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes offcanvas-slide-in-align-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes offcanvas-slide-out-align-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes offcanvas-slide-out-align-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.wpr-offcanvas-content-top.wpr-offcanvas-slide-in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: offcanvas-slide-in-align-top;
  animation-name: offcanvas-slide-in-align-top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-top.wpr-offcanvas-slide-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-name: offcanvas-slide-out-align-top;
  animation-name: offcanvas-slide-out-align-top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-slide-in-align-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes offcanvas-slide-in-align-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes offcanvas-slide-out-align-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes offcanvas-slide-out-align-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-slide-in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: offcanvas-slide-in-align-bottom;
  animation-name: offcanvas-slide-in-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-slide-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-name: offcanvas-slide-out-align-bottom;
  animation-name: offcanvas-slide-out-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-slide-in-align-middle {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
@keyframes offcanvas-slide-in-align-middle {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes offcanvas-slide-out-align-middle {
  0% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
@keyframes offcanvas-slide-out-align-middle {
  0% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
.wpr-offcanvas-content-middle.wpr-offcanvas-slide-in {
  top: 50%;
  -webkit-animation-name: offcanvas-slide-in-align-middle;
  animation-name: offcanvas-slide-in-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-middle.wpr-offcanvas-slide-out {
  top: 150%;
  -webkit-animation-name: offcanvas-slide-out-align-middle;
  animation-name: offcanvas-slide-out-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes offcanvas-grow-in-align-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes offcanvas-grow-out-align-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-grow-in {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation-name: offcanvas-grow-in-align-bottom;
  animation-name: offcanvas-grow-in-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-grow-out {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-name: offcanvas-grow-out-align-bottom;
  animation-name: offcanvas-grow-out-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes offcanvas-grow-in-align-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes offcanvas-grow-out-align-bottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-grow-in {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation-name: offcanvas-grow-in-align-bottom;
  animation-name: offcanvas-grow-in-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-bottom.wpr-offcanvas-grow-out {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-name: offcanvas-grow-out-align-bottom;
  animation-name: offcanvas-grow-out-align-bottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes offcanvas-grow-in-align-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes offcanvas-grow-out-align-top {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.wpr-offcanvas-content-top.wpr-offcanvas-grow-in {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation-name: offcanvas-grow-in-align-top;
  animation-name: offcanvas-grow-in-align-top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-top.wpr-offcanvas-grow-out {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-name: offcanvas-grow-out-align-top;
  animation-name: offcanvas-grow-out-align-top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes offcanvas-grow-in-align-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-left {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes offcanvas-grow-out-align-left {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.wpr-offcanvas-content-left.wpr-offcanvas-grow-in {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation-name: offcanvas-grow-in-align-left;
  animation-name: offcanvas-grow-in-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-left.wpr-offcanvas-grow-out {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-name: offcanvas-grow-out-align-left;
  animation-name: offcanvas-grow-out-align-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-middle {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes offcanvas-grow-in-align-middle {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-middle {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes offcanvas-grow-out-align-middle {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
.wpr-offcanvas-content-middle.wpr-offcanvas-grow-in {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1) translateX(-50%) translateY(-50%);
  -webkit-animation-name: offcanvas-grow-in-align-middle;
  animation-name: offcanvas-grow-in-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-middle.wpr-offcanvas-grow-out {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0) translateX(-50%) translateY(-50%);
  -webkit-animation-name: offcanvas-grow-out-align-middle;
  animation-name: offcanvas-grow-out-align-middle;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-grow-in-align-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes offcanvas-grow-in-align-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes offcanvas-grow-out-align-right {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes offcanvas-grow-out-align-right {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.wpr-offcanvas-content-right.wpr-offcanvas-grow-in {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation-name: offcanvas-grow-in-align-right;
  animation-name: offcanvas-grow-in-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-content-right.wpr-offcanvas-grow-out {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-name: offcanvas-grow-out-align-right;
  animation-name: offcanvas-grow-out-align-right;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offcanvas-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes offcanvas-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes offcanvas-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes offcanvas-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wpr-offcanvas-fade-in {
  opacity: 1;
  -webkit-animation-name: offcanvas-fade-in;
  animation-name: offcanvas-fade-in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-fade-out {
  opacity: 0;
  -webkit-animation-name: offcanvas-fade-out;
  animation-name: offcanvas-fade-out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.wpr-offcanvas-wrap-active {
}
.wpr-submit-error {
  margin: 0;
  position: absolute;
  top: 100%;
}
.wpr-field-group .wpr-submit-error {
  position: absolute;
  top: 100%;
}
.wpr-field-group input {
  margin: 0;
}
.wpr-form-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-form-fields-wrap input[type="date"],
.wpr-form-fields-wrap input[type="time"] {
  position: relative;
}
.wpr-form-fields-wrap input[type="date"]::-webkit-calendar-picker-indicator,
.wpr-form-fields-wrap input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.wpr-form-fields-wrap input[type="date"]::before,
.wpr-form-fields-wrap input[type="time"]::before {
  font-family: "Font Awesome 5 Free" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.wpr-form-fields-wrap input[type="date"]::before {
  content: "\f073";
}
.wpr-form-fields-wrap input[type="time"]::before {
  content: "\f017";
}
.wpr-form-fields-wrap .wpr-form-field:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.wpr-form-fields-wrap.wpr-labels-above .wpr-field-group .wpr-field-sub-group,
.wpr-form-fields-wrap.wpr-labels-above .wpr-field-group > .wpr-select-wrap,
.wpr-form-fields-wrap.wpr-labels-above .wpr-field-group > input,
.wpr-form-fields-wrap.wpr-labels-above .wpr-field-group > textarea,
.wpr-field-group .wpr-button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.wpr-form-fields-wrap.wpr-labels-inline > .wpr-field-group > input,
.wpr-form-fields-wrap.wpr-labels-inline > .wpr-field-group .wpr-select-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-field-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-field-group.wpr-form-field-type-submit {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wpr-field-group .wpr-form-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpr-field-group .wpr-form-field-textual:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpr-field-group .wpr-form-field-textual::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.wpr-field-group .wpr-form-field-textual:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.wpr-field-group .wpr-form-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.wpr-field-group .wpr-form-field-textual::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.wpr-field-group .wpr-form-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.wpr-field-group .wpr-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.wpr-field-group .wpr-select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 20px;
}
.wpr-field-group .wpr-select-wrap.wpr-fi-svg-no:before {
  content: "\e92a";
  font-family: "eicons";
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.wpr-field-group.wpr-form-field-type-select-multiple .wpr-select-wrap:before {
  content: "";
}
.wpr-select-wrap svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.wpr-select-wrap svg path {
  width: 15px;
  height: 15px;
}
.wpr-field-sub-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpr-form-field-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-field-sub-group .wpr-form-field-option label {
  display: inline-block;
}
.wpr-field-sub-group:not(.wpr-inline-sub-group) .wpr-form-field-option {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.wpr-form-field-type-checkbox .wpr-field-sub-group .wpr-form-field-option input,
.wpr-form-field-type-checkbox .wpr-field-sub-group .wpr-form-field-option label,
.wpr-form-field-type-radio .wpr-field-sub-group .wpr-form-field-option input,
.wpr-form-field-type-radio .wpr-field-sub-group .wpr-form-field-option label,
.wpr-form-field-type-acceptance
  .wpr-field-sub-group
  .wpr-form-field-option
  input,
.wpr-form-field-type-acceptance
  .wpr-field-sub-group
  .wpr-form-field-option
  label {
  display: inline;
}
.wpr-custom-styles-yes .wpr-form-field-type-checkbox input,
.wpr-custom-styles-yes .wpr-form-field-type-radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.wpr-custom-styles-yes .wpr-form-field-type-radio .wpr-form-field-option label,
.wpr-custom-styles-yes
  .wpr-form-field-type-checkbox
  .wpr-form-field-option
  label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-custom-styles-yes
  .wpr-form-field-type-checkbox
  .wpr-form-field-option
  label::before {
  content: "" !important;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid black;
  cursor: pointer;
}
.wpr-custom-styles-yes
  .wpr-gf-checkbox-group
  .wpr-checked
  input[type="checkbox"]
  + label::before,
.wpr-custom-styles-yes
  .wpr-form-field-type-checkbox
  .wpr-form-field-option.wpr-checked
  label::before {
  content: "\2713" !important;
}
.wpr-custom-styles-yes
  .wpr-gf-checkbox-group
  input[type="radio"]
  + label::before,
.wpr-custom-styles-yes
  .wpr-form-field-type-radio
  .wpr-form-field-option
  label::before {
  content: "" !important;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}
.wpr-custom-styles-yes
  .wpr-gf-checkbox-group
  .wpr-checked
  input[type="radio"]
  + label::before,
.wpr-custom-styles-yes
  .wpr-form-field-type-radio
  .wpr-form-field-option.wpr-checked
  label::before {
  content: "⬤" !important;
}
.wpr-file-type-error {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 5px 0;
  margin: 0 0 5px 0;
  list-style-type: none;
  color: red;
  font-size: 13px;
}
.wpr-file-type-error li {
  color: #000;
  display: inline;
}
.wpr-form-field-type-hidden {
  display: none;
}
.wpr-form-field-type-html {
  display: inline-block;
}
.wpr-form-field-label {
  text-align: left;
}
.wpr-form-field-type-recaptcha_v3 .wpr-form-field-label {
  display: none;
}
.wpr-form-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
}
.wpr-required-mark .wpr-form-field-label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
.wpr-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpr-step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.wpr-step-progress {
  width: 100%;
  height: auto;
  background-color: black;
}
.wpr-step-progress-fill {
  width: 0;
  height: auto;
  background-color: red;
  text-align: right;
  color: white;
  padding-right: 10px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.wpr-step-content-layout-vertical .wpr-step-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wpr-step-type-none .wpr-step-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-step-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.wpr-step-tab-hidden {
  display: none;
}
.wpr-step {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}
.wpr-step-content-layout-vertical .wpr-step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wpr-step-content-layout-horizontal .wpr-step {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpr-separator-off .wpr-step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-step.wpr-step-active {
  opacity: 1;
}
.wpr-step-content {
  width: var(--wpr-steps-indicator-padding, 30px);
  height: var(--wpr-steps-indicator-padding, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpr-step-content-layout-vertical .wpr-step-label {
  width: 100%;
}
.wpr-step-main-label,
.wpr-step-sub-label {
  display: block;
}
.wpr-form-field-type-step {
  display: none;
}
.wpr-form-field-type-hidden {
  display: none;
}
.wpr-form-field-type-recaptcha-v3 {
  display: none;
}
.wpr-stp-btns-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.wpr-step-sep,
.wpr-stp-btns-wrap .wpr-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wpr-step-tab .wpr-stp-btns-wrap .wpr-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.wpr-step-sep:last-of-type {
  display: none;
}
.wpr-step-sep {
  height: var(--wpr-steps-divider-width, 1px);
  background-color: lightgrey;
}
.wpr-step-content-layout-vertical:not(.wpr-step-type-none) .wpr-step-sep {
  margin-top: calc(
    var(--wpr-steps-indicator-padding, 30px) / 2 -
      var(--wpr-steps-divider-width, 1px) / 2 + var(--wpr-steps-padding)
  );
}
.wpr-step-content-layout-horizontal .wpr-step-sep {
  background-color: lightgrey;
  height: var(--wpr-steps-divider-width, 1px);
  top: 50%;
}
.wpr-form .wpr-double-bounce {
  display: inline-block;
  vertical-align: middle;
}
.wpr-loader-hidden {
  display: none !important;
}
.wpr-form .wpr-double-bounce .wpr-child {
  background-color: white;
}
@keyframes badgeFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
  }
}
.wpr-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.wpr-breadcrumbs li:not(:last-of-type) {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .wpr-breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wpr-breadcrumbs li {
    white-space: nowrap;
  }
}
.wpr-image-scroll-wrap {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
}
.wpr-image-scroll-wrap img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.wpr-scroll-vertical img {
  width: 100%;
  max-width: none;
  height: auto;
}
.wpr-scroll-horizontal {
  display: block;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.wpr-scroll-horizontal img {
  height: 100%;
  width: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}
.wpr-scroll-horizontal::-webkit-scrollbar {
  display: none;
}
.wpr-trigger-hover:hover img {
  will-change: transform;
}
.wpr-image-scroll-link {
  display: block;
  text-decoration: none;
  width: 100%;
}
.wpr-image-scroll-link:hover {
  text-decoration: none;
}
.wpr-image-scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.wpr-image-scroll-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.wpr-image-scroll-icon-hidden {
  opacity: 0;
}
.wpr-vplaylist-wrap {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: black;
  overflow: hidden;
}
.wpr-vplaylist-wrap * {
  color: white;
  margin: 0;
}
.wpr-vplaylist-wrap .video-player-wrap {
  flex: 0 0 66.67%;
  width: 66.67%;
  height: 100%;
}
.wpr-vplaylist-wrap .video-player {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.wpr-vplaylist-wrap .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpr-vplaylist-thumbs-wrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33%;
  width: 33.33%;
}
.wpr-vplaylist-highlight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.wpr-vplaylist-highlight .wpr-play,
.wpr-vplaylist-highlight .wpr-pause {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpr-vplaylist-heading {
  max-width: 80%;
  padding: 8px 20px;
}
.wpr-vplaylist-current-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wpr-vplaylist-heading span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 7px;
}
.wpr-vplaylist-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 20%;
}
.wpr-vplaylist-controller svg {
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
  cursor: pointer;
}
.wpr-vplaylist-controller .wpr-pause {
  display: none;
}
.wpr-vplaylist-thumbs {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #bfbfbf4d #ffffff26;
  scrollbar-width: thin;
}
.wpr-vplaylist-thumbs ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  max-height: auto;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
}
.wpr-vplaylist-thumbs li {
  display: inline-flex;
  padding: 10px 20px;
  cursor: pointer;
  max-width: 100%;
}
.wpr-vplaylist-thumbs ul img {
  width: 125px;
  height: 100%;
  margin-right: 12px;
}
.wpr-vplaylist-info span {
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 768px) {
  .wpr-vplaylist-heading {
    padding: 7px 10px;
  }
  .wpr-vplaylist-heading span,
  .wpr-vplaylist-current-title {
    margin-bottom: 0;
  }
  .wpr-vplaylist-controller svg {
    width: 20px;
    height: 20px;
  }
  .wpr-vplaylist-thumbs li {
    padding: 10px;
  }
  .wpr-vplaylist-thumbs ul img {
    width: 90px;
    margin-right: 10px;
  }
  .wpr-vplaylist-info-title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.3;
  }
  .wpr-vplaylist-info span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .wpr-vplaylist-wrap {
    flex-direction: column;
  }
  .wpr-vplaylist-wrap .video-player-wrap {
    flex: auto;
    width: 100%;
  }
  .wpr-vplaylist-thumbs-wrap {
    flex: auto;
    width: 100%;
    height: 300px;
  }
  .wpr-vplaylist-heading {
    padding: 15px;
  }
  .wpr-vplaylist-controller {
    min-width: 15%;
  }
  .wpr-vplaylist-controller svg {
    width: 22px;
    height: 22px;
  }
  .wpr-vplaylist-thumbs li {
    padding: 15px;
  }
  .wpr-vplaylist-thumbs ul img {
    width: 120px;
    margin-right: 10px;
  }
}
.wpr-icon-animation-horizontal .wpr-image-scroll-icon {
  -webkit-animation-name: wprIconHorizontal;
  animation-name: wprIconHorizontal;
}
.wpr-icon-animation-vertical .wpr-image-scroll-icon {
  -webkit-animation-name: wprIconVertical;
  animation-name: wprIconVertical;
}
.wpr-icon-animation-horizontal .wpr-image-scroll-icon {
  -webkit-animation-name: wprIconHorizontal;
  animation-name: wprIconHorizontal;
}
.wpr-icon-animation-vertical .wpr-image-scroll-icon {
  -webkit-animation-name: wprIconVertical;
  animation-name: wprIconVertical;
}
@-webkit-keyframes wprIconHorizontal {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    transform: translate(calc(-50% + 10px), -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes wprIconHorizontal {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    transform: translate(calc(-50% + 10px), -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes wprIconVertical {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes wprIconVertical {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.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-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -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,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: 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%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tmmpkzsq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tcmpi.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjlufntakpy.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjluchta.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvgdeoceg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvf9eo.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptufntakpy.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptuchta.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1jlfc-k.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1xlfq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-raly50.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-1aly50.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-zaly50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-daly50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0rmimslybiv1o4x1m8cce4odvismz5nzrqy6cmmmu3t2fqweaeovv9wnvrwlnstmkw3y6k5wmwd-lalq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t4r-tckq.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7txr-tckq.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t6r-tckq.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t7r-tckq.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(risingstarbuiltec/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-pe0tmimslybiv1o4x1m8ce2xcx3yop4tqpf_metm0lfgwvpnn64cl7u8uphzibmv51q42ptcp7t1r-s.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: swap;
  font-family: elementskit;
  src: url(/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3h)
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.ekit-wid-con .fasicon,
.ekit-wid-con .icon,
.ekit-wid-con .icon::before,
.fasicon,
.icon,
.icon::before {
  font-family: elementskit !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ekit-wid-con .fasicon.icon-home::before,
.ekit-wid-con .icon.icon-home::before,
.icon.icon-home::before {
  content: "\e800";
}
.ekit-wid-con .fasicon.icon-advanced-slider::before,
.ekit-wid-con .icon.icon-advanced-slider::before,
.icon.icon-advanced-slider::before {
  content: "\e9c8";
}
.ekit-wid-con .fasicon.icon-image-box::before,
.ekit-wid-con .icon.icon-image-box::before,
.icon.icon-image-box::before {
  content: "\ebd1";
}
.ekit-wid-con .fasicon.icon-image-swap::before,
.ekit-wid-con .icon.icon-image-swap::before,
.icon.icon-image-swap::before {
  content: "\eba4";
}
.ekit-wid-con .fasicon.icon-apartment1::before,
.ekit-wid-con .icon.icon-apartment1::before,
.icon.icon-apartment1::before {
  content: "\e801";
}
.ekit-wid-con .fasicon.icon-pencil::before,
.ekit-wid-con .icon.icon-pencil::before,
.icon.icon-pencil::before {
  content: "\e802";
}
.ekit-wid-con .fasicon.icon-magic-wand::before,
.ekit-wid-con .icon.icon-magic-wand::before,
.icon.icon-magic-wand::before {
  content: "\e803";
}
.ekit-wid-con .fasicon.icon-drop::before,
.ekit-wid-con .icon.icon-drop::before,
.icon.icon-drop::before {
  content: "\e804";
}
.ekit-wid-con .fasicon.icon-lighter::before,
.ekit-wid-con .icon.icon-lighter::before,
.icon.icon-lighter::before {
  content: "\e805";
}
.ekit-wid-con .fasicon.icon-poop::before,
.ekit-wid-con .icon.icon-poop::before,
.icon.icon-poop::before {
  content: "\e806";
}
.ekit-wid-con .fasicon.icon-sun::before,
.ekit-wid-con .icon.icon-sun::before,
.icon.icon-sun::before {
  content: "\e807";
}
.ekit-wid-con .fasicon.icon-moon::before,
.ekit-wid-con .icon.icon-moon::before,
.icon.icon-moon::before {
  content: "\e808";
}
.ekit-wid-con .fasicon.icon-cloud1::before,
.ekit-wid-con .icon.icon-cloud1::before,
.icon.icon-cloud1::before {
  content: "\e809";
}
.ekit-wid-con .fasicon.icon-cloud-upload::before,
.ekit-wid-con .icon.icon-cloud-upload::before,
.icon.icon-cloud-upload::before {
  content: "\e80a";
}
.ekit-wid-con .fasicon.icon-cloud-download::before,
.ekit-wid-con .icon.icon-cloud-download::before,
.icon.icon-cloud-download::before {
  content: "\e80b";
}
.ekit-wid-con .fasicon.icon-cloud-sync::before,
.ekit-wid-con .icon.icon-cloud-sync::before,
.icon.icon-cloud-sync::before {
  content: "\e80c";
}
.ekit-wid-con .fasicon.icon-cloud-check::before,
.ekit-wid-con .icon.icon-cloud-check::before,
.icon.icon-cloud-check::before {
  content: "\e80d";
}
.ekit-wid-con .fasicon.icon-database1::before,
.ekit-wid-con .icon.icon-database1::before,
.icon.icon-database1::before {
  content: "\e80e";
}
.ekit-wid-con .fasicon.icon-lock::before,
.ekit-wid-con .icon.icon-lock::before,
.icon.icon-lock::before {
  content: "\e80f";
}
.ekit-wid-con .fasicon.icon-cog::before,
.ekit-wid-con .icon.icon-cog::before,
.icon.icon-cog::before {
  content: "\e810";
}
.ekit-wid-con .fasicon.icon-trash::before,
.ekit-wid-con .icon.icon-trash::before,
.icon.icon-trash::before {
  content: "\e811";
}
.ekit-wid-con .fasicon.icon-dice::before,
.ekit-wid-con .icon.icon-dice::before,
.icon.icon-dice::before {
  content: "\e812";
}
.ekit-wid-con .fasicon.icon-heart1::before,
.ekit-wid-con .icon.icon-heart1::before,
.icon.icon-heart1::before {
  content: "\e813";
}
.ekit-wid-con .fasicon.icon-star1::before,
.ekit-wid-con .icon.icon-star1::before,
.icon.icon-star1::before {
  content: "\e814";
}
.ekit-wid-con .fasicon.icon-star-half::before,
.ekit-wid-con .icon.icon-star-half::before,
.icon.icon-star-half::before {
  content: "\e815";
}
.ekit-wid-con .fasicon.icon-star-empty::before,
.ekit-wid-con .icon.icon-star-empty::before,
.icon.icon-star-empty::before {
  content: "\e816";
}
.ekit-wid-con .fasicon.icon-flag::before,
.ekit-wid-con .icon.icon-flag::before,
.icon.icon-flag::before {
  content: "\e817";
}
.ekit-wid-con .fasicon.icon-envelope1::before,
.ekit-wid-con .icon.icon-envelope1::before,
.icon.icon-envelope1::before {
  content: "\e818";
}
.ekit-wid-con .fasicon.icon-paperclip::before,
.ekit-wid-con .icon.icon-paperclip::before,
.icon.icon-paperclip::before {
  content: "\e819";
}
.ekit-wid-con .fasicon.icon-inbox::before,
.ekit-wid-con .icon.icon-inbox::before,
.icon.icon-inbox::before {
  content: "\e81a";
}
.ekit-wid-con .fasicon.icon-eye::before,
.ekit-wid-con .icon.icon-eye::before,
.icon.icon-eye::before {
  content: "\e81b";
}
.ekit-wid-con .fasicon.icon-printer::before,
.ekit-wid-con .icon.icon-printer::before,
.icon.icon-printer::before {
  content: "\e81c";
}
.ekit-wid-con .fasicon.icon-file-empty::before,
.ekit-wid-con .icon.icon-file-empty::before,
.icon.icon-file-empty::before {
  content: "\e81d";
}
.ekit-wid-con .fasicon.icon-file-add::before,
.ekit-wid-con .icon.icon-file-add::before,
.icon.icon-file-add::before {
  content: "\e81e";
}
.ekit-wid-con .fasicon.icon-enter::before,
.ekit-wid-con .icon.icon-enter::before,
.icon.icon-enter::before {
  content: "\e81f";
}
.ekit-wid-con .fasicon.icon-exit::before,
.ekit-wid-con .icon.icon-exit::before,
.icon.icon-exit::before {
  content: "\e820";
}
.ekit-wid-con .fasicon.icon-graduation-hat::before,
.ekit-wid-con .icon.icon-graduation-hat::before,
.icon.icon-graduation-hat::before {
  content: "\e821";
}
.ekit-wid-con .fasicon.icon-license::before,
.ekit-wid-con .icon.icon-license::before,
.icon.icon-license::before {
  content: "\e822";
}
.ekit-wid-con .fasicon.icon-music-note::before,
.ekit-wid-con .icon.icon-music-note::before,
.icon.icon-music-note::before {
  content: "\e823";
}
.ekit-wid-con .fasicon.icon-film-play::before,
.ekit-wid-con .icon.icon-film-play::before,
.icon.icon-film-play::before {
  content: "\e824";
}
.ekit-wid-con .fasicon.icon-camera-video::before,
.ekit-wid-con .icon.icon-camera-video::before,
.icon.icon-camera-video::before {
  content: "\e825";
}
.ekit-wid-con .fasicon.icon-camera::before,
.ekit-wid-con .icon.icon-camera::before,
.icon.icon-camera::before {
  content: "\e826";
}
.ekit-wid-con .fasicon.icon-picture::before,
.ekit-wid-con .icon.icon-picture::before,
.icon.icon-picture::before {
  content: "\e827";
}
.ekit-wid-con .fasicon.icon-book::before,
.ekit-wid-con .icon.icon-book::before,
.icon.icon-book::before {
  content: "\e828";
}
.ekit-wid-con .fasicon.icon-bookmark::before,
.ekit-wid-con .icon.icon-bookmark::before,
.icon.icon-bookmark::before {
  content: "\e829";
}
.ekit-wid-con .fasicon.icon-user::before,
.ekit-wid-con .icon.icon-user::before,
.icon.icon-user::before {
  content: "\e82a";
}
.ekit-wid-con .fasicon.icon-users::before,
.ekit-wid-con .icon.icon-users::before,
.icon.icon-users::before {
  content: "\e82b";
}
.ekit-wid-con .fasicon.icon-shirt::before,
.ekit-wid-con .icon.icon-shirt::before,
.icon.icon-shirt::before {
  content: "\e82c";
}
.ekit-wid-con .fasicon.icon-store::before,
.ekit-wid-con .icon.icon-store::before,
.icon.icon-store::before {
  content: "\e82d";
}
.ekit-wid-con .fasicon.icon-cart2::before,
.ekit-wid-con .icon.icon-cart2::before,
.icon.icon-cart2::before {
  content: "\e82e";
}
.ekit-wid-con .fasicon.icon-tag::before,
.ekit-wid-con .icon.icon-tag::before,
.icon.icon-tag::before {
  content: "\e82f";
}
.ekit-wid-con .fasicon.icon-phone-handset::before,
.ekit-wid-con .icon.icon-phone-handset::before,
.icon.icon-phone-handset::before {
  content: "\e830";
}
.ekit-wid-con .fasicon.icon-phone::before,
.ekit-wid-con .icon.icon-phone::before,
.icon.icon-phone::before {
  content: "\e831";
}
.ekit-wid-con .fasicon.icon-pushpin::before,
.ekit-wid-con .icon.icon-pushpin::before,
.icon.icon-pushpin::before {
  content: "\e832";
}
.ekit-wid-con .fasicon.icon-map-marker::before,
.ekit-wid-con .icon.icon-map-marker::before,
.icon.icon-map-marker::before {
  content: "\e833";
}
.ekit-wid-con .fasicon.icon-map::before,
.ekit-wid-con .icon.icon-map::before,
.icon.icon-map::before {
  content: "\e834";
}
.ekit-wid-con .fasicon.icon-location::before,
.ekit-wid-con .icon.icon-location::before,
.icon.icon-location::before {
  content: "\e835";
}
.ekit-wid-con .fasicon.icon-calendar-full::before,
.ekit-wid-con .icon.icon-calendar-full::before,
.icon.icon-calendar-full::before {
  content: "\e836";
}
.ekit-wid-con .fasicon.icon-keyboard::before,
.ekit-wid-con .icon.icon-keyboard::before,
.icon.icon-keyboard::before {
  content: "\e837";
}
.ekit-wid-con .fasicon.icon-spell-check::before,
.ekit-wid-con .icon.icon-spell-check::before,
.icon.icon-spell-check::before {
  content: "\e838";
}
.ekit-wid-con .fasicon.icon-screen::before,
.ekit-wid-con .icon.icon-screen::before,
.icon.icon-screen::before {
  content: "\e839";
}
.ekit-wid-con .fasicon.icon-smartphone::before,
.ekit-wid-con .icon.icon-smartphone::before,
.icon.icon-smartphone::before {
  content: "\e83a";
}
.ekit-wid-con .fasicon.icon-tablet::before,
.ekit-wid-con .icon.icon-tablet::before,
.icon.icon-tablet::before {
  content: "\e83b";
}
.ekit-wid-con .fasicon.icon-laptop::before,
.ekit-wid-con .icon.icon-laptop::before,
.icon.icon-laptop::before {
  content: "\e83c";
}
.ekit-wid-con .fasicon.icon-laptop-phone::before,
.ekit-wid-con .icon.icon-laptop-phone::before,
.icon.icon-laptop-phone::before {
  content: "\e83d";
}
.ekit-wid-con .fasicon.icon-power-switch::before,
.ekit-wid-con .icon.icon-power-switch::before,
.icon.icon-power-switch::before {
  content: "\e83e";
}
.ekit-wid-con .fasicon.icon-bubble::before,
.ekit-wid-con .icon.icon-bubble::before,
.icon.icon-bubble::before {
  content: "\e83f";
}
.ekit-wid-con .fasicon.icon-heart-pulse::before,
.ekit-wid-con .icon.icon-heart-pulse::before,
.icon.icon-heart-pulse::before {
  content: "\e840";
}
.ekit-wid-con .fasicon.icon-construction::before,
.ekit-wid-con .icon.icon-construction::before,
.icon.icon-construction::before {
  content: "\e841";
}
.ekit-wid-con .fasicon.icon-pie-chart::before,
.ekit-wid-con .icon.icon-pie-chart::before,
.icon.icon-pie-chart::before {
  content: "\e842";
}
.ekit-wid-con .fasicon.icon-chart-bars::before,
.ekit-wid-con .icon.icon-chart-bars::before,
.icon.icon-chart-bars::before {
  content: "\e843";
}
.ekit-wid-con .fasicon.icon-gift1::before,
.ekit-wid-con .icon.icon-gift1::before,
.icon.icon-gift1::before {
  content: "\e844";
}
.ekit-wid-con .fasicon.icon-diamond1::before,
.ekit-wid-con .icon.icon-diamond1::before,
.icon.icon-diamond1::before {
  content: "\e845";
}
.ekit-wid-con .fasicon.icon-dinner::before,
.ekit-wid-con .icon.icon-dinner::before,
.icon.icon-dinner::before {
  content: "\e847";
}
.ekit-wid-con .fasicon.icon-coffee-cup::before,
.ekit-wid-con .icon.icon-coffee-cup::before,
.icon.icon-coffee-cup::before {
  content: "\e848";
}
.ekit-wid-con .fasicon.icon-leaf::before,
.ekit-wid-con .icon.icon-leaf::before,
.icon.icon-leaf::before {
  content: "\e849";
}
.ekit-wid-con .fasicon.icon-paw::before,
.ekit-wid-con .icon.icon-paw::before,
.icon.icon-paw::before {
  content: "\e84a";
}
.ekit-wid-con .fasicon.icon-rocket::before,
.ekit-wid-con .icon.icon-rocket::before,
.icon.icon-rocket::before {
  content: "\e84b";
}
.ekit-wid-con .fasicon.icon-briefcase::before,
.ekit-wid-con .icon.icon-briefcase::before,
.icon.icon-briefcase::before {
  content: "\e84c";
}
.ekit-wid-con .fasicon.icon-bus::before,
.ekit-wid-con .icon.icon-bus::before,
.icon.icon-bus::before {
  content: "\e84d";
}
.ekit-wid-con .fasicon.icon-car1::before,
.ekit-wid-con .icon.icon-car1::before,
.icon.icon-car1::before {
  content: "\e84e";
}
.ekit-wid-con .fasicon.icon-train::before,
.ekit-wid-con .icon.icon-train::before,
.icon.icon-train::before {
  content: "\e84f";
}
.ekit-wid-con .fasicon.icon-bicycle::before,
.ekit-wid-con .icon.icon-bicycle::before,
.icon.icon-bicycle::before {
  content: "\e850";
}
.ekit-wid-con .fasicon.icon-wheelchair::before,
.ekit-wid-con .icon.icon-wheelchair::before,
.icon.icon-wheelchair::before {
  content: "\e851";
}
.ekit-wid-con .fasicon.icon-select::before,
.ekit-wid-con .icon.icon-select::before,
.icon.icon-select::before {
  content: "\e852";
}
.ekit-wid-con .fasicon.icon-earth::before,
.ekit-wid-con .icon.icon-earth::before,
.icon.icon-earth::before {
  content: "\e853";
}
.ekit-wid-con .fasicon.icon-smile::before,
.ekit-wid-con .icon.icon-smile::before,
.icon.icon-smile::before {
  content: "\e854";
}
.ekit-wid-con .fasicon.icon-sad::before,
.ekit-wid-con .icon.icon-sad::before,
.icon.icon-sad::before {
  content: "\e855";
}
.ekit-wid-con .fasicon.icon-neutral::before,
.ekit-wid-con .icon.icon-neutral::before,
.icon.icon-neutral::before {
  content: "\e856";
}
.ekit-wid-con .fasicon.icon-mustache::before,
.ekit-wid-con .icon.icon-mustache::before,
.icon.icon-mustache::before {
  content: "\e857";
}
.ekit-wid-con .fasicon.icon-alarm::before,
.ekit-wid-con .icon.icon-alarm::before,
.icon.icon-alarm::before {
  content: "\e858";
}
.ekit-wid-con .fasicon.icon-bullhorn::before,
.ekit-wid-con .icon.icon-bullhorn::before,
.icon.icon-bullhorn::before {
  content: "\e859";
}
.ekit-wid-con .fasicon.icon-volume-high::before,
.ekit-wid-con .icon.icon-volume-high::before,
.icon.icon-volume-high::before {
  content: "\e85a";
}
.ekit-wid-con .fasicon.icon-volume-medium::before,
.ekit-wid-con .icon.icon-volume-medium::before,
.icon.icon-volume-medium::before {
  content: "\e85b";
}
.ekit-wid-con .fasicon.icon-volume-low::before,
.ekit-wid-con .icon.icon-volume-low::before,
.icon.icon-volume-low::before {
  content: "\e85c";
}
.ekit-wid-con .fasicon.icon-volume::before,
.ekit-wid-con .icon.icon-volume::before,
.icon.icon-volume::before {
  content: "\e85d";
}
.ekit-wid-con .fasicon.icon-mic::before,
.ekit-wid-con .icon.icon-mic::before,
.icon.icon-mic::before {
  content: "\e85e";
}
.ekit-wid-con .fasicon.icon-hourglass::before,
.ekit-wid-con .icon.icon-hourglass::before,
.icon.icon-hourglass::before {
  content: "\e85f";
}
.ekit-wid-con .fasicon.icon-undo::before,
.ekit-wid-con .icon.icon-undo::before,
.icon.icon-undo::before {
  content: "\e860";
}
.ekit-wid-con .fasicon.icon-redo::before,
.ekit-wid-con .icon.icon-redo::before,
.icon.icon-redo::before {
  content: "\e861";
}
.ekit-wid-con .fasicon.icon-sync::before,
.ekit-wid-con .icon.icon-sync::before,
.icon.icon-sync::before {
  content: "\e862";
}
.ekit-wid-con .fasicon.icon-history::before,
.ekit-wid-con .icon.icon-history::before,
.icon.icon-history::before {
  content: "\e863";
}
.ekit-wid-con .fasicon.icon-clock1::before,
.ekit-wid-con .icon.icon-clock1::before,
.icon.icon-clock1::before {
  content: "\e864";
}
.ekit-wid-con .fasicon.icon-download::before,
.ekit-wid-con .icon.icon-download::before,
.icon.icon-download::before {
  content: "\e865";
}
.ekit-wid-con .fasicon.icon-upload::before,
.ekit-wid-con .icon.icon-upload::before,
.icon.icon-upload::before {
  content: "\e866";
}
.ekit-wid-con .fasicon.icon-enter-down::before,
.ekit-wid-con .icon.icon-enter-down::before,
.icon.icon-enter-down::before {
  content: "\e867";
}
.ekit-wid-con .fasicon.icon-exit-up::before,
.ekit-wid-con .icon.icon-exit-up::before,
.icon.icon-exit-up::before {
  content: "\e868";
}
.ekit-wid-con .fasicon.icon-bug::before,
.ekit-wid-con .icon.icon-bug::before,
.icon.icon-bug::before {
  content: "\e869";
}
.ekit-wid-con .fasicon.icon-code::before,
.ekit-wid-con .icon.icon-code::before,
.icon.icon-code::before {
  content: "\e86a";
}
.ekit-wid-con .fasicon.icon-link::before,
.ekit-wid-con .icon.icon-link::before,
.icon.icon-link::before {
  content: "\e86b";
}
.ekit-wid-con .fasicon.icon-unlink::before,
.ekit-wid-con .icon.icon-unlink::before,
.icon.icon-unlink::before {
  content: "\e86c";
}
.ekit-wid-con .fasicon.icon-thumbs-up::before,
.ekit-wid-con .icon.icon-thumbs-up::before,
.icon.icon-thumbs-up::before {
  content: "\e86d";
}
.ekit-wid-con .fasicon.icon-thumbs-down::before,
.ekit-wid-con .icon.icon-thumbs-down::before,
.icon.icon-thumbs-down::before {
  content: "\e86e";
}
.ekit-wid-con .fasicon.icon-magnifier::before,
.ekit-wid-con .icon.icon-magnifier::before,
.icon.icon-magnifier::before {
  content: "\e86f";
}
.ekit-wid-con .fasicon.icon-cross::before,
.ekit-wid-con .icon.icon-cross::before,
.icon.icon-cross::before {
  content: "\e870";
}
.ekit-wid-con .fasicon.icon-chevron-up::before,
.ekit-wid-con .icon.icon-chevron-up::before,
.icon.icon-chevron-up::before {
  content: "\e873";
}
.ekit-wid-con .fasicon.icon-chevron-down::before,
.ekit-wid-con .icon.icon-chevron-down::before,
.icon.icon-chevron-down::before {
  content: "\e874";
}
.ekit-wid-con .fasicon.icon-chevron-left::before,
.ekit-wid-con .icon.icon-chevron-left::before,
.icon.icon-chevron-left::before {
  content: "\e875";
}
.ekit-wid-con .fasicon.icon-chevron-right::before,
.ekit-wid-con .icon.icon-chevron-right::before,
.icon.icon-chevron-right::before {
  content: "\e876";
}
.ekit-wid-con .fasicon.icon-arrow-up::before,
.ekit-wid-con .icon.icon-arrow-up::before,
.icon.icon-arrow-up::before {
  content: "\e877";
}
.ekit-wid-con .fasicon.icon-arrow-down::before,
.ekit-wid-con .icon.icon-arrow-down::before,
.icon.icon-arrow-down::before {
  content: "\e878";
}
.ekit-wid-con .fasicon.icon-arrow-left::before,
.ekit-wid-con .icon.icon-arrow-left::before,
.icon.icon-arrow-left::before {
  content: "\e879";
}
.ekit-wid-con .fasicon.icon-arrow-right::before,
.ekit-wid-con .icon.icon-arrow-right::before,
.icon.icon-arrow-right::before {
  content: "\e87a";
}
.ekit-wid-con .fasicon.icon-right-arrow::before,
.ekit-wid-con .icon.icon-right-arrow::before,
.icon.icon-right-arrow::before {
  content: "\e9c5";
}
.ekit-wid-con .fasicon.icon-left-arrow::before,
.ekit-wid-con .icon.icon-left-arrow::before,
.icon.icon-left-arrow::before {
  content: "\e94a";
}
.ekit-wid-con .fasicon.icon-download-arrow::before,
.ekit-wid-con .icon.icon-download-arrow::before,
.icon.icon-download-arrow::before {
  content: "\e94b";
}
.ekit-wid-con .fasicon.icon-up-arrow::before,
.ekit-wid-con .icon.icon-up-arrow::before,
.icon.icon-up-arrow::before {
  content: "\e9c3";
}
.ekit-wid-con .fasicon.icon-arrows::before,
.ekit-wid-con .icon.icon-arrows::before,
.icon.icon-arrows::before {
  content: "\e9c4";
}
.ekit-wid-con .fasicon.icon-double-angle-pointing-to-right::before,
.ekit-wid-con .icon.icon-double-angle-pointing-to-right::before,
.icon.icon-double-angle-pointing-to-right::before {
  content: "\e949";
}
.ekit-wid-con .fasicon.icon-double-left-chevron::before,
.ekit-wid-con .icon.icon-double-left-chevron::before,
.icon.icon-double-left-chevron::before {
  content: "\e948";
}
.ekit-wid-con .fasicon.icon-left-arrow2::before,
.ekit-wid-con .icon.icon-left-arrow2::before,
.icon.icon-left-arrow2::before {
  content: "\e94c";
}
.ekit-wid-con .fasicon.icon-right-arrow2::before,
.ekit-wid-con .icon.icon-right-arrow2::before,
.icon.icon-right-arrow2::before {
  content: "\e94d";
}
.ekit-wid-con .fasicon.icon-warning::before,
.ekit-wid-con .icon.icon-warning::before,
.icon.icon-warning::before {
  content: "\e87c";
}
.ekit-wid-con .fasicon.icon-down-arrow1::before,
.ekit-wid-con .icon.icon-down-arrow1::before,
.icon.icon-down-arrow1::before {
  content: "\e994";
}
.ekit-wid-con .fasicon.icon-up-arrow1::before,
.ekit-wid-con .icon.icon-up-arrow1::before,
.icon.icon-up-arrow1::before {
  content: "\e995";
}
.ekit-wid-con .fasicon.icon-right-arrow1::before,
.ekit-wid-con .icon.icon-right-arrow1::before,
.icon.icon-right-arrow1::before {
  content: "\e876";
  font-weight: 900;
}
.ekit-wid-con .fasicon.icon-left-arrows::before,
.ekit-wid-con .icon.icon-left-arrows::before,
.icon.icon-left-arrows::before {
  content: "\e997";
}
.ekit-wid-con .fasicon.icon-question-circle::before,
.ekit-wid-con .icon.icon-question-circle::before,
.icon.icon-question-circle::before {
  content: "\e87d";
}
.ekit-wid-con .fasicon.icon-menu-circle::before,
.ekit-wid-con .icon.icon-menu-circle::before,
.icon.icon-menu-circle::before {
  content: "\e87e";
}
.ekit-wid-con .fasicon.icon-checkmark-circle::before,
.ekit-wid-con .icon.icon-checkmark-circle::before,
.icon.icon-checkmark-circle::before {
  content: "\e87f";
}
.ekit-wid-con .fasicon.icon-cross-circle::before,
.ekit-wid-con .icon.icon-cross-circle::before,
.icon.icon-cross-circle::before {
  content: "\e880";
}
.ekit-wid-con .fasicon.icon-plus-circle::before,
.ekit-wid-con .icon.icon-plus-circle::before,
.icon.icon-plus-circle::before {
  content: "\e881";
}
.ekit-wid-con .fasicon.icon-move::before,
.ekit-wid-con .icon.icon-move::before,
.icon.icon-move::before {
  content: "\e87b";
}
.ekit-wid-con .fasicon.icon-circle-minus::before,
.ekit-wid-con .icon.icon-circle-minus::before,
.icon.icon-circle-minus::before {
  content: "\e882";
}
.ekit-wid-con .fasicon.icon-arrow-up-circle::before,
.ekit-wid-con .icon.icon-arrow-up-circle::before,
.icon.icon-arrow-up-circle::before {
  content: "\e883";
}
.ekit-wid-con .fasicon.icon-arrow-down-circle::before,
.ekit-wid-con .icon.icon-arrow-down-circle::before,
.icon.icon-arrow-down-circle::before {
  content: "\e884";
}
.ekit-wid-con .fasicon.icon-arrow-left-circle::before,
.ekit-wid-con .icon.icon-arrow-left-circle::before,
.icon.icon-arrow-left-circle::before {
  content: "\e885";
}
.ekit-wid-con .fasicon.icon-arrow-right-circle::before,
.ekit-wid-con .icon.icon-arrow-right-circle::before,
.icon.icon-arrow-right-circle::before {
  content: "\e886";
}
.ekit-wid-con .fasicon.icon-chevron-up-circle::before,
.ekit-wid-con .icon.icon-chevron-up-circle::before,
.icon.icon-chevron-up-circle::before {
  content: "\e887";
}
.ekit-wid-con .fasicon.icon-chevron-down-circle::before,
.ekit-wid-con .icon.icon-chevron-down-circle::before,
.icon.icon-chevron-down-circle::before {
  content: "\e888";
}
.ekit-wid-con .fasicon.icon-chevron-left-circle::before,
.ekit-wid-con .icon.icon-chevron-left-circle::before,
.icon.icon-chevron-left-circle::before {
  content: "\e889";
}
.ekit-wid-con .fasicon.icon-chevron-right-circle::before,
.ekit-wid-con .icon.icon-chevron-right-circle::before,
.icon.icon-chevron-right-circle::before {
  content: "\e88a";
}
.ekit-wid-con .fasicon.icon-crop::before,
.ekit-wid-con .icon.icon-crop::before,
.icon.icon-crop::before {
  content: "\e88b";
}
.ekit-wid-con .fasicon.icon-frame-expand::before,
.ekit-wid-con .icon.icon-frame-expand::before,
.icon.icon-frame-expand::before {
  content: "\e88c";
}
.ekit-wid-con .fasicon.icon-frame-contract::before,
.ekit-wid-con .icon.icon-frame-contract::before,
.icon.icon-frame-contract::before {
  content: "\e88d";
}
.ekit-wid-con .fasicon.icon-layers::before,
.ekit-wid-con .icon.icon-layers::before,
.icon.icon-layers::before {
  content: "\e88e";
}
.ekit-wid-con .fasicon.icon-funnel::before,
.ekit-wid-con .icon.icon-funnel::before,
.icon.icon-funnel::before {
  content: "\e88f";
}
.ekit-wid-con .fasicon.icon-text-format::before,
.ekit-wid-con .icon.icon-text-format::before,
.icon.icon-text-format::before {
  content: "\e890";
}
.ekit-wid-con .fasicon.icon-text-size::before,
.ekit-wid-con .icon.icon-text-size::before,
.icon.icon-text-size::before {
  content: "\e892";
}
.ekit-wid-con .fasicon.icon-bold::before,
.ekit-wid-con .icon.icon-bold::before,
.icon.icon-bold::before {
  content: "\e893";
}
.ekit-wid-con .fasicon.icon-italic::before,
.ekit-wid-con .icon.icon-italic::before,
.icon.icon-italic::before {
  content: "\e894";
}
.ekit-wid-con .fasicon.icon-underline::before,
.ekit-wid-con .icon.icon-underline::before,
.icon.icon-underline::before {
  content: "\e895";
}
.ekit-wid-con .fasicon.icon-strikethrough::before,
.ekit-wid-con .icon.icon-strikethrough::before,
.icon.icon-strikethrough::before {
  content: "\e896";
}
.ekit-wid-con .fasicon.icon-highlight::before,
.ekit-wid-con .icon.icon-highlight::before,
.icon.icon-highlight::before {
  content: "\e897";
}
.ekit-wid-con .fasicon.icon-text-align-left::before,
.ekit-wid-con .icon.icon-text-align-left::before,
.icon.icon-text-align-left::before {
  content: "\e898";
}
.ekit-wid-con .fasicon.icon-text-align-center::before,
.ekit-wid-con .icon.icon-text-align-center::before,
.icon.icon-text-align-center::before {
  content: "\e899";
}
.ekit-wid-con .fasicon.icon-text-align-right::before,
.ekit-wid-con .icon.icon-text-align-right::before,
.icon.icon-text-align-right::before {
  content: "\e89a";
}
.ekit-wid-con .fasicon.icon-text-align-justify::before,
.ekit-wid-con .icon.icon-text-align-justify::before,
.icon.icon-text-align-justify::before {
  content: "\e89b";
}
.ekit-wid-con .fasicon.icon-line-spacing::before,
.ekit-wid-con .icon.icon-line-spacing::before,
.icon.icon-line-spacing::before {
  content: "\e89c";
}
.ekit-wid-con .fasicon.icon-indent-increase::before,
.ekit-wid-con .icon.icon-indent-increase::before,
.icon.icon-indent-increase::before {
  content: "\e89d";
}
.ekit-wid-con .fasicon.icon-indent-decrease::before,
.ekit-wid-con .icon.icon-indent-decrease::before,
.icon.icon-indent-decrease::before {
  content: "\e89e";
}
.ekit-wid-con .fasicon.icon-page-break::before,
.ekit-wid-con .icon.icon-page-break::before,
.icon.icon-page-break::before {
  content: "\e8a2";
}
.ekit-wid-con .fasicon.icon-hand::before,
.ekit-wid-con .icon.icon-hand::before,
.icon.icon-hand::before {
  content: "\e8a5";
}
.ekit-wid-con .fasicon.icon-pointer-up::before,
.ekit-wid-con .icon.icon-pointer-up::before,
.icon.icon-pointer-up::before {
  content: "\e8a6";
}
.ekit-wid-con .fasicon.icon-pointer-right::before,
.ekit-wid-con .icon.icon-pointer-right::before,
.icon.icon-pointer-right::before {
  content: "\e8a7";
}
.ekit-wid-con .fasicon.icon-pointer-down::before,
.ekit-wid-con .icon.icon-pointer-down::before,
.icon.icon-pointer-down::before {
  content: "\e8a8";
}
.ekit-wid-con .fasicon.icon-pointer-left::before,
.ekit-wid-con .icon.icon-pointer-left::before,
.icon.icon-pointer-left::before {
  content: "\e8a9";
}
.ekit-wid-con .fasicon.icon-burger::before,
.ekit-wid-con .icon.icon-burger::before,
.icon.icon-burger::before {
  content: "\e94e";
}
.ekit-wid-con .fasicon.icon-cakes::before,
.ekit-wid-con .icon.icon-cakes::before,
.icon.icon-cakes::before {
  content: "\e94f";
}
.ekit-wid-con .fasicon.icon-cheese::before,
.ekit-wid-con .icon.icon-cheese::before,
.icon.icon-cheese::before {
  content: "\e950";
}
.ekit-wid-con .fasicon.icon-drink-glass::before,
.ekit-wid-con .icon.icon-drink-glass::before,
.icon.icon-drink-glass::before {
  content: "\e951";
}
.ekit-wid-con .fasicon.icon-pizza::before,
.ekit-wid-con .icon.icon-pizza::before,
.icon.icon-pizza::before {
  content: "\e952";
}
.ekit-wid-con .fasicon.icon-vplay::before,
.ekit-wid-con .icon.icon-vplay::before,
.icon.icon-vplay::before {
  content: "\e953";
}
.ekit-wid-con .fasicon.icon-newsletter::before,
.ekit-wid-con .icon.icon-newsletter::before,
.icon.icon-newsletter::before {
  content: "\e954";
}
.ekit-wid-con .fasicon.icon-coins-2::before,
.ekit-wid-con .icon.icon-coins-2::before,
.icon.icon-coins-2::before {
  content: "\e955";
}
.ekit-wid-con .fasicon.icon-commerce-2::before,
.ekit-wid-con .icon.icon-commerce-2::before,
.icon.icon-commerce-2::before {
  content: "\e956";
}
.ekit-wid-con .fasicon.icon-monitor::before,
.ekit-wid-con .icon.icon-monitor::before,
.icon.icon-monitor::before {
  content: "\e957";
}
.ekit-wid-con .fasicon.icon-business::before,
.ekit-wid-con .icon.icon-business::before,
.icon.icon-business::before {
  content: "\e958";
}
.ekit-wid-con .fasicon.icon-graphic-2::before,
.ekit-wid-con .icon.icon-graphic-2::before,
.icon.icon-graphic-2::before {
  content: "\e959";
}
.ekit-wid-con .fasicon.icon-commerce-1::before,
.ekit-wid-con .icon.icon-commerce-1::before,
.icon.icon-commerce-1::before {
  content: "\e95a";
}
.ekit-wid-con .fasicon.icon-hammer::before,
.ekit-wid-con .icon.icon-hammer::before,
.icon.icon-hammer::before {
  content: "\e95b";
}
.ekit-wid-con .fasicon.icon-justice-1::before,
.ekit-wid-con .icon.icon-justice-1::before,
.icon.icon-justice-1::before {
  content: "\e95c";
}
.ekit-wid-con .fasicon.icon-line::before,
.ekit-wid-con .icon.icon-line::before,
.icon.icon-line::before {
  content: "\e95d";
}
.ekit-wid-con .fasicon.icon-money-3::before,
.ekit-wid-con .icon.icon-money-3::before,
.icon.icon-money-3::before {
  content: "\e95e";
}
.ekit-wid-con .fasicon.icon-commerce::before,
.ekit-wid-con .icon.icon-commerce::before,
.icon.icon-commerce::before {
  content: "\e95f";
}
.ekit-wid-con .fasicon.icon-agenda::before,
.ekit-wid-con .icon.icon-agenda::before,
.icon.icon-agenda::before {
  content: "\e960";
}
.ekit-wid-con .fasicon.icon-justice::before,
.ekit-wid-con .icon.icon-justice::before,
.icon.icon-justice::before {
  content: "\e961";
}
.ekit-wid-con .fasicon.icon-technology::before,
.ekit-wid-con .icon.icon-technology::before,
.icon.icon-technology::before {
  content: "\e962";
}
.ekit-wid-con .fasicon.icon-coins-1::before,
.ekit-wid-con .icon.icon-coins-1::before,
.icon.icon-coins-1::before {
  content: "\e963";
}
.ekit-wid-con .fasicon.icon-bank::before,
.ekit-wid-con .icon.icon-bank::before,
.icon.icon-bank::before {
  content: "\e964";
}
.ekit-wid-con .fasicon.icon-calculator::before,
.ekit-wid-con .icon.icon-calculator::before,
.icon.icon-calculator::before {
  content: "\e965";
}
.ekit-wid-con .fasicon.icon-soundcloud::before,
.ekit-wid-con .icon.icon-soundcloud::before,
.icon.icon-soundcloud::before {
  content: "\e966";
}
.ekit-wid-con .fasicon.icon-chart2::before,
.ekit-wid-con .icon.icon-chart2::before,
.icon.icon-chart2::before {
  content: "\e967";
}
.ekit-wid-con .fasicon.icon-checked::before,
.ekit-wid-con .icon.icon-checked::before,
.icon.icon-checked::before {
  content: "\e968";
}
.ekit-wid-con .fasicon.icon-clock11::before,
.ekit-wid-con .icon.icon-clock11::before,
.icon.icon-clock11::before {
  content: "\e969";
}
.ekit-wid-con .fasicon.icon-comment2::before,
.ekit-wid-con .icon.icon-comment2::before,
.icon.icon-comment2::before {
  content: "\e96a";
}
.ekit-wid-con .fasicon.icon-comments::before,
.ekit-wid-con .icon.icon-comments::before,
.icon.icon-comments::before {
  content: "\e96b";
}
.ekit-wid-con .fasicon.icon-consult::before,
.ekit-wid-con .icon.icon-consult::before,
.icon.icon-consult::before {
  content: "\e96c";
}
.ekit-wid-con .fasicon.icon-consut2::before,
.ekit-wid-con .icon.icon-consut2::before,
.icon.icon-consut2::before {
  content: "\e96d";
}
.ekit-wid-con .fasicon.icon-deal::before,
.ekit-wid-con .icon.icon-deal::before,
.icon.icon-deal::before {
  content: "\e96e";
}
.ekit-wid-con .fasicon.icon-envelope11::before,
.ekit-wid-con .icon.icon-envelope11::before,
.icon.icon-envelope11::before {
  content: "\e96f";
}
.ekit-wid-con .fasicon.icon-folder::before,
.ekit-wid-con .icon.icon-folder::before,
.icon.icon-folder::before {
  content: "\e970";
}
.ekit-wid-con .fasicon.icon-folder2::before,
.ekit-wid-con .icon.icon-folder2::before,
.icon.icon-folder2::before {
  content: "\ea6a";
}
.ekit-wid-con .fasicon.icon-invest::before,
.ekit-wid-con .icon.icon-invest::before,
.icon.icon-invest::before {
  content: "\e971";
}
.ekit-wid-con .fasicon.icon-loan::before,
.ekit-wid-con .icon.icon-loan::before,
.icon.icon-loan::before {
  content: "\e972";
}
.ekit-wid-con .fasicon.icon-menu1::before,
.ekit-wid-con .icon.icon-menu1::before,
.icon.icon-menu1::before {
  content: "\e871";
}
.ekit-wid-con .fasicon.icon-list1::before,
.ekit-wid-con .icon.icon-list1::before,
.icon.icon-list1::before {
  content: "\e872";
}
.ekit-wid-con .fasicon.icon-map-marker1::before,
.ekit-wid-con .icon.icon-map-marker1::before,
.icon.icon-map-marker1::before {
  content: "\e973";
}
.ekit-wid-con .fasicon.icon-mutual-fund::before,
.ekit-wid-con .icon.icon-mutual-fund::before,
.icon.icon-mutual-fund::before {
  content: "\e974";
}
.ekit-wid-con .fasicon.icon-google-plus::before,
.ekit-wid-con .icon.icon-google-plus::before,
.icon.icon-google-plus::before {
  content: "\e975";
}
.ekit-wid-con .fasicon.icon-phone1::before,
.ekit-wid-con .icon.icon-phone1::before,
.icon.icon-phone1::before {
  content: "\e976";
}
.ekit-wid-con .fasicon.icon-pie-chart1::before,
.ekit-wid-con .icon.icon-pie-chart1::before,
.icon.icon-pie-chart1::before {
  content: "\e977";
}
.ekit-wid-con .fasicon.icon-play::before,
.ekit-wid-con .icon.icon-play::before,
.icon.icon-play::before {
  content: "\e978";
}
.ekit-wid-con .fasicon.icon-savings::before,
.ekit-wid-con .icon.icon-savings::before,
.icon.icon-savings::before {
  content: "\e979";
}
.ekit-wid-con .fasicon.icon-search2::before,
.ekit-wid-con .icon.icon-search2::before,
.icon.icon-search2::before {
  content: "\e97a";
}
.ekit-wid-con .fasicon.icon-tag1::before,
.ekit-wid-con .icon.icon-tag1::before,
.icon.icon-tag1::before {
  content: "\e97b";
}
.ekit-wid-con .fasicon.icon-tags::before,
.ekit-wid-con .icon.icon-tags::before,
.icon.icon-tags::before {
  content: "\e97c";
}
.ekit-wid-con .fasicon.icon-instagram1::before,
.ekit-wid-con .icon.icon-instagram1::before,
.icon.icon-instagram1::before {
  content: "\e97d";
}
.ekit-wid-con .fasicon.icon-quote::before,
.ekit-wid-con .icon.icon-quote::before,
.icon.icon-quote::before {
  content: "\e97e";
}
.ekit-wid-con .fasicon.icon-arrow-point-to-down::before,
.ekit-wid-con .icon.icon-arrow-point-to-down::before,
.icon.icon-arrow-point-to-down::before {
  content: "\e97f";
}
.ekit-wid-con .fasicon.icon-play-button::before,
.ekit-wid-con .icon.icon-play-button::before,
.icon.icon-play-button::before {
  content: "\e980";
}
.ekit-wid-con .fasicon.icon-minus::before,
.ekit-wid-con .icon.icon-minus::before,
.icon.icon-minus::before {
  content: "\e981";
}
.ekit-wid-con .fasicon.icon-plus::before,
.ekit-wid-con .icon.icon-plus::before,
.icon.icon-plus::before {
  content: "\e982";
}
.ekit-wid-con .fasicon.icon-tick::before,
.ekit-wid-con .icon.icon-tick::before,
.icon.icon-tick::before {
  content: "\e983";
}
.ekit-wid-con .fasicon.icon-check::before,
.ekit-wid-con .icon.icon-check::before,
.icon.icon-check::before {
  content: "\eaaf";
}
.ekit-wid-con .fasicon.icon-edit::before,
.ekit-wid-con .icon.icon-edit::before,
.icon.icon-edit::before {
  content: "\e984";
}
.ekit-wid-con .fasicon.icon-reply::before,
.ekit-wid-con .icon.icon-reply::before,
.icon.icon-reply::before {
  content: "\e985";
}
.ekit-wid-con .fasicon.icon-cogwheel-outline::before,
.ekit-wid-con .icon.icon-cogwheel-outline::before,
.icon.icon-cogwheel-outline::before {
  content: "\e986";
}
.ekit-wid-con .fasicon.icon-abacus::before,
.ekit-wid-con .icon.icon-abacus::before,
.icon.icon-abacus::before {
  content: "\e987";
}
.ekit-wid-con .fasicon.icon-abacus1::before,
.ekit-wid-con .icon.icon-abacus1::before,
.icon.icon-abacus1::before {
  content: "\e988";
}
.ekit-wid-con .fasicon.icon-agenda1::before,
.ekit-wid-con .icon.icon-agenda1::before,
.icon.icon-agenda1::before {
  content: "\e989";
}
.ekit-wid-con .fasicon.icon-shopping-basket::before,
.ekit-wid-con .icon.icon-shopping-basket::before,
.icon.icon-shopping-basket::before {
  content: "\e98a";
}
.ekit-wid-con .fasicon.icon-users1::before,
.ekit-wid-con .icon.icon-users1::before,
.icon.icon-users1::before {
  content: "\e98b";
}
.ekit-wid-con .fasicon.icon-man::before,
.ekit-wid-con .icon.icon-man::before,
.icon.icon-man::before {
  content: "\e98c";
}
.ekit-wid-con .fasicon.icon-support1::before,
.ekit-wid-con .icon.icon-support1::before,
.icon.icon-support1::before {
  content: "\e98d";
}
.ekit-wid-con .fasicon.icon-favorites::before,
.ekit-wid-con .icon.icon-favorites::before,
.icon.icon-favorites::before {
  content: "\e98e";
}
.ekit-wid-con .fasicon.icon-calendar::before,
.ekit-wid-con .icon.icon-calendar::before,
.icon.icon-calendar::before {
  content: "\e98f";
}
.ekit-wid-con .fasicon.icon-paper-plane::before,
.ekit-wid-con .icon.icon-paper-plane::before,
.icon.icon-paper-plane::before {
  content: "\e990";
}
.ekit-wid-con .fasicon.icon-placeholder::before,
.ekit-wid-con .icon.icon-placeholder::before,
.icon.icon-placeholder::before {
  content: "\e991";
}
.ekit-wid-con .fasicon.icon-phone-call::before,
.ekit-wid-con .icon.icon-phone-call::before,
.icon.icon-phone-call::before {
  content: "\e992";
}
.ekit-wid-con .fasicon.icon-contact::before,
.ekit-wid-con .icon.icon-contact::before,
.icon.icon-contact::before {
  content: "\e993";
}
.ekit-wid-con .fasicon.icon-email::before,
.ekit-wid-con .icon.icon-email::before,
.icon.icon-email::before {
  content: "\e998";
}
.ekit-wid-con .fasicon.icon-internet::before,
.ekit-wid-con .icon.icon-internet::before,
.icon.icon-internet::before {
  content: "\e999";
}
.ekit-wid-con .fasicon.icon-quote1::before,
.ekit-wid-con .icon.icon-quote1::before,
.icon.icon-quote1::before {
  content: "\e99a";
}
.ekit-wid-con .fasicon.icon-medical::before,
.ekit-wid-con .icon.icon-medical::before,
.icon.icon-medical::before {
  content: "\e99b";
}
.ekit-wid-con .fasicon.icon-eye1::before,
.ekit-wid-con .icon.icon-eye1::before,
.icon.icon-eye1::before {
  content: "\e99c";
}
.ekit-wid-con .fasicon.icon-full-screen::before,
.ekit-wid-con .icon.icon-full-screen::before,
.icon.icon-full-screen::before {
  content: "\e99d";
}
.ekit-wid-con .fasicon.icon-tools::before,
.ekit-wid-con .icon.icon-tools::before,
.icon.icon-tools::before {
  content: "\e99e";
}
.ekit-wid-con .fasicon.icon-pie-chart2::before,
.ekit-wid-con .icon.icon-pie-chart2::before,
.icon.icon-pie-chart2::before {
  content: "\e99f";
}
.ekit-wid-con .fasicon.icon-diamond11::before,
.ekit-wid-con .icon.icon-diamond11::before,
.icon.icon-diamond11::before {
  content: "\e9a0";
}
.ekit-wid-con .fasicon.icon-valentines-heart::before,
.ekit-wid-con .icon.icon-valentines-heart::before,
.icon.icon-valentines-heart::before {
  content: "\e9a1";
}
.ekit-wid-con .fasicon.icon-like::before,
.ekit-wid-con .icon.icon-like::before,
.icon.icon-like::before {
  content: "\e9a2";
}
.ekit-wid-con .fasicon.icon-team::before,
.ekit-wid-con .icon.icon-team::before,
.icon.icon-team::before {
  content: "\e9a3";
}
.ekit-wid-con .fasicon.icon-tshirt::before,
.ekit-wid-con .icon.icon-tshirt::before,
.icon.icon-tshirt::before {
  content: "\e9a4";
}
.ekit-wid-con .fasicon.icon-cancel::before,
.ekit-wid-con .icon.icon-cancel::before,
.icon.icon-cancel::before {
  content: "\e9a5";
}
.ekit-wid-con .fasicon.icon-drink::before,
.ekit-wid-con .icon.icon-drink::before,
.icon.icon-drink::before {
  content: "\e9a6";
}
.ekit-wid-con .fasicon.icon-home1::before,
.ekit-wid-con .icon.icon-home1::before,
.icon.icon-home1::before {
  content: "\e9a7";
}
.ekit-wid-con .fasicon.icon-music::before,
.ekit-wid-con .icon.icon-music::before,
.icon.icon-music::before {
  content: "\e9a8";
}
.ekit-wid-con .fasicon.icon-rich::before,
.ekit-wid-con .icon.icon-rich::before,
.icon.icon-rich::before {
  content: "\e9a9";
}
.ekit-wid-con .fasicon.icon-brush::before,
.ekit-wid-con .icon.icon-brush::before,
.icon.icon-brush::before {
  content: "\e9aa";
}
.ekit-wid-con .fasicon.icon-opposite-way::before,
.ekit-wid-con .icon.icon-opposite-way::before,
.icon.icon-opposite-way::before {
  content: "\e9ab";
}
.ekit-wid-con .fasicon.icon-cloud-computing1::before,
.ekit-wid-con .icon.icon-cloud-computing1::before,
.icon.icon-cloud-computing1::before {
  content: "\e9ac";
}
.ekit-wid-con .fasicon.icon-technology-1::before,
.ekit-wid-con .icon.icon-technology-1::before,
.icon.icon-technology-1::before {
  content: "\e9ad";
}
.ekit-wid-con .fasicon.icon-rotate::before,
.ekit-wid-con .icon.icon-rotate::before,
.icon.icon-rotate::before {
  content: "\e9ae";
}
.ekit-wid-con .fasicon.icon-medical1::before,
.ekit-wid-con .icon.icon-medical1::before,
.icon.icon-medical1::before {
  content: "\e9af";
}
.ekit-wid-con .fasicon.icon-flash-1::before,
.ekit-wid-con .icon.icon-flash-1::before,
.icon.icon-flash-1::before {
  content: "\e9b0";
}
.ekit-wid-con .fasicon.icon-flash::before,
.ekit-wid-con .icon.icon-flash::before,
.icon.icon-flash::before {
  content: "\e9b1";
}
.ekit-wid-con .fasicon.icon-uturn::before,
.ekit-wid-con .icon.icon-uturn::before,
.icon.icon-uturn::before {
  content: "\e9b2";
}
.ekit-wid-con .fasicon.icon-down-arrow::before,
.ekit-wid-con .icon.icon-down-arrow::before,
.icon.icon-down-arrow::before {
  content: "\e9b3";
}
.ekit-wid-con .fasicon.icon-hours-support::before,
.ekit-wid-con .icon.icon-hours-support::before,
.icon.icon-hours-support::before {
  content: "\e9b4";
}
.ekit-wid-con .fasicon.icon-bag::before,
.ekit-wid-con .icon.icon-bag::before,
.icon.icon-bag::before {
  content: "\e9b5";
}
.ekit-wid-con .fasicon.icon-photo-camera::before,
.ekit-wid-con .icon.icon-photo-camera::before,
.icon.icon-photo-camera::before {
  content: "\e9b6";
}
.ekit-wid-con .fasicon.icon-school::before,
.ekit-wid-con .icon.icon-school::before,
.icon.icon-school::before {
  content: "\e9b7";
}
.ekit-wid-con .fasicon.icon-settings::before,
.ekit-wid-con .icon.icon-settings::before,
.icon.icon-settings::before {
  content: "\e9b8";
}
.ekit-wid-con .fasicon.icon-smartphone1::before,
.ekit-wid-con .icon.icon-smartphone1::before,
.icon.icon-smartphone1::before {
  content: "\e9b9";
}
.ekit-wid-con .fasicon.icon-technology-11::before,
.ekit-wid-con .icon.icon-technology-11::before,
.icon.icon-technology-11::before {
  content: "\e9ba";
}
.ekit-wid-con .fasicon.icon-tool::before,
.ekit-wid-con .icon.icon-tool::before,
.icon.icon-tool::before {
  content: "\e9bb";
}
.ekit-wid-con .fasicon.icon-business1::before,
.ekit-wid-con .icon.icon-business1::before,
.icon.icon-business1::before {
  content: "\e9bc";
}
.ekit-wid-con .fasicon.icon-shuffle-arrow::before,
.ekit-wid-con .icon.icon-shuffle-arrow::before,
.icon.icon-shuffle-arrow::before {
  content: "\e9bd";
}
.ekit-wid-con .fasicon.icon-van-1::before,
.ekit-wid-con .icon.icon-van-1::before,
.icon.icon-van-1::before {
  content: "\e9be";
}
.ekit-wid-con .fasicon.icon-van::before,
.ekit-wid-con .icon.icon-van::before,
.icon.icon-van::before {
  content: "\e9bf";
}
.ekit-wid-con .fasicon.icon-vegetables::before,
.ekit-wid-con .icon.icon-vegetables::before,
.icon.icon-vegetables::before {
  content: "\e9c0";
}
.ekit-wid-con .fasicon.icon-women::before,
.ekit-wid-con .icon.icon-women::before,
.icon.icon-women::before {
  content: "\e9c1";
}
.ekit-wid-con .fasicon.icon-vintage::before,
.ekit-wid-con .icon.icon-vintage::before,
.icon.icon-vintage::before {
  content: "\e9c2";
}
.ekit-wid-con .fasicon.icon-team-1::before,
.ekit-wid-con .icon.icon-team-1::before,
.icon.icon-team-1::before {
  content: "\e9c6";
}
.ekit-wid-con .fasicon.icon-team1::before,
.ekit-wid-con .icon.icon-team1::before,
.icon.icon-team1::before {
  content: "\e9c7";
}
.ekit-wid-con .fasicon.icon-apple::before,
.ekit-wid-con .icon.icon-apple::before,
.icon.icon-apple::before {
  content: "\e9c9";
}
.ekit-wid-con .fasicon.icon-watch::before,
.ekit-wid-con .icon.icon-watch::before,
.icon.icon-watch::before {
  content: "\e9ca";
}
.ekit-wid-con .fasicon.icon-cogwheel::before,
.ekit-wid-con .icon.icon-cogwheel::before,
.icon.icon-cogwheel::before {
  content: "\e9cb";
}
.ekit-wid-con .fasicon.icon-light-bulb::before,
.ekit-wid-con .icon.icon-light-bulb::before,
.icon.icon-light-bulb::before {
  content: "\e9cc";
}
.ekit-wid-con .fasicon.icon-light-bulb-1::before,
.ekit-wid-con .icon.icon-light-bulb-1::before,
.icon.icon-light-bulb-1::before {
  content: "\e9cd";
}
.ekit-wid-con .fasicon.icon-heart-shape-outline::before,
.ekit-wid-con .icon.icon-heart-shape-outline::before,
.icon.icon-heart-shape-outline::before {
  content: "\e9ce";
}
.ekit-wid-con .fasicon.icon-online-shopping-cart::before,
.ekit-wid-con .icon.icon-online-shopping-cart::before,
.icon.icon-online-shopping-cart::before {
  content: "\e9cf";
}
.ekit-wid-con .fasicon.icon-shopping-cart1::before,
.ekit-wid-con .icon.icon-shopping-cart1::before,
.icon.icon-shopping-cart1::before {
  content: "\e9d0";
}
.ekit-wid-con .fasicon.icon-star2::before,
.ekit-wid-con .icon.icon-star2::before,
.icon.icon-star2::before {
  content: "\e9d1";
}
.ekit-wid-con .fasicon.icon-star-1::before,
.ekit-wid-con .icon.icon-star-1::before,
.icon.icon-star-1::before {
  content: "\e9d2";
}
.ekit-wid-con .fasicon.icon-favorite1::before,
.ekit-wid-con .icon.icon-favorite1::before,
.icon.icon-favorite1::before {
  content: "\e9d3";
}
.ekit-wid-con .fasicon.icon-agenda2::before,
.ekit-wid-con .icon.icon-agenda2::before,
.icon.icon-agenda2::before {
  content: "\e9d4";
}
.ekit-wid-con .fasicon.icon-agenda-1::before,
.ekit-wid-con .icon.icon-agenda-1::before,
.icon.icon-agenda-1::before {
  content: "\e9d5";
}
.ekit-wid-con .fasicon.icon-alarm-clock::before,
.ekit-wid-con .icon.icon-alarm-clock::before,
.icon.icon-alarm-clock::before {
  content: "\e9d6";
}
.ekit-wid-con .fasicon.icon-alarm-clock1::before,
.ekit-wid-con .icon.icon-alarm-clock1::before,
.icon.icon-alarm-clock1::before {
  content: "\e9d7";
}
.ekit-wid-con .fasicon.icon-atomic::before,
.ekit-wid-con .icon.icon-atomic::before,
.icon.icon-atomic::before {
  content: "\e9d8";
}
.ekit-wid-con .fasicon.icon-auction::before,
.ekit-wid-con .icon.icon-auction::before,
.icon.icon-auction::before {
  content: "\e9d9";
}
.ekit-wid-con .fasicon.icon-balance::before,
.ekit-wid-con .icon.icon-balance::before,
.icon.icon-balance::before {
  content: "\e9da";
}
.ekit-wid-con .fasicon.icon-balance1::before,
.ekit-wid-con .icon.icon-balance1::before,
.icon.icon-balance1::before {
  content: "\e9db";
}
.ekit-wid-con .fasicon.icon-bank1::before,
.ekit-wid-con .icon.icon-bank1::before,
.icon.icon-bank1::before {
  content: "\e9dc";
}
.ekit-wid-con .fasicon.icon-bar-chart::before,
.ekit-wid-con .icon.icon-bar-chart::before,
.icon.icon-bar-chart::before {
  content: "\e9dd";
}
.ekit-wid-con .fasicon.icon-barrier::before,
.ekit-wid-con .icon.icon-barrier::before,
.icon.icon-barrier::before {
  content: "\e9de";
}
.ekit-wid-con .fasicon.icon-battery::before,
.ekit-wid-con .icon.icon-battery::before,
.icon.icon-battery::before {
  content: "\e9df";
}
.ekit-wid-con .fasicon.icon-battery-1::before,
.ekit-wid-con .icon.icon-battery-1::before,
.icon.icon-battery-1::before {
  content: "\e9e0";
}
.ekit-wid-con .fasicon.icon-bell::before,
.ekit-wid-con .icon.icon-bell::before,
.icon.icon-bell::before {
  content: "\e9e1";
}
.ekit-wid-con .fasicon.icon-bluetooth::before,
.ekit-wid-con .icon.icon-bluetooth::before,
.icon.icon-bluetooth::before {
  content: "\e9e2";
}
.ekit-wid-con .fasicon.icon-book1::before,
.ekit-wid-con .icon.icon-book1::before,
.icon.icon-book1::before {
  content: "\e9e3";
}
.ekit-wid-con .fasicon.icon-briefcase1::before,
.ekit-wid-con .icon.icon-briefcase1::before,
.icon.icon-briefcase1::before {
  content: "\e9e4";
}
.ekit-wid-con .fasicon.icon-briefcase-1::before,
.ekit-wid-con .icon.icon-briefcase-1::before,
.icon.icon-briefcase-1::before {
  content: "\e9e5";
}
.ekit-wid-con .fasicon.icon-briefcase-2::before,
.ekit-wid-con .icon.icon-briefcase-2::before,
.icon.icon-briefcase-2::before {
  content: "\e9e6";
}
.ekit-wid-con .fasicon.icon-calculator1::before,
.ekit-wid-con .icon.icon-calculator1::before,
.icon.icon-calculator1::before {
  content: "\e9e7";
}
.ekit-wid-con .fasicon.icon-calculator2::before,
.ekit-wid-con .icon.icon-calculator2::before,
.icon.icon-calculator2::before {
  content: "\e9e8";
}
.ekit-wid-con .fasicon.icon-calculator-1::before,
.ekit-wid-con .icon.icon-calculator-1::before,
.icon.icon-calculator-1::before {
  content: "\e9e9";
}
.ekit-wid-con .fasicon.icon-calendar1::before,
.ekit-wid-con .icon.icon-calendar1::before,
.icon.icon-calendar1::before {
  content: "\e9ea";
}
.ekit-wid-con .fasicon.icon-calendar2::before,
.ekit-wid-con .icon.icon-calendar2::before,
.icon.icon-calendar2::before {
  content: "\e9eb";
}
.ekit-wid-con .fasicon.icon-calendar-1::before,
.ekit-wid-con .icon.icon-calendar-1::before,
.icon.icon-calendar-1::before {
  content: "\e9ec";
}
.ekit-wid-con .fasicon.icon-calendar-page-empty::before,
.ekit-wid-con .icon.icon-calendar-page-empty::before,
.icon.icon-calendar-page-empty::before {
  content: "\eaac";
}
.ekit-wid-con .fasicon.icon-calendar3::before,
.ekit-wid-con .icon.icon-calendar3::before,
.icon.icon-calendar3::before {
  content: "\eb9c";
}
.ekit-wid-con .fasicon.icon-car11::before,
.ekit-wid-con .icon.icon-car11::before,
.icon.icon-car11::before {
  content: "\e9ed";
}
.ekit-wid-con .fasicon.icon-carrier::before,
.ekit-wid-con .icon.icon-carrier::before,
.icon.icon-carrier::before {
  content: "\e9ee";
}
.ekit-wid-con .fasicon.icon-cash::before,
.ekit-wid-con .icon.icon-cash::before,
.icon.icon-cash::before {
  content: "\e9ef";
}
.ekit-wid-con .fasicon.icon-chat::before,
.ekit-wid-con .icon.icon-chat::before,
.icon.icon-chat::before {
  content: "\e9f0";
}
.ekit-wid-con .fasicon.icon-chat-1::before,
.ekit-wid-con .icon.icon-chat-1::before,
.icon.icon-chat-1::before {
  content: "\e9f1";
}
.ekit-wid-con .fasicon.icon-checked1::before,
.ekit-wid-con .icon.icon-checked1::before,
.icon.icon-checked1::before {
  content: "\e9f2";
}
.ekit-wid-con .fasicon.icon-clip::before,
.ekit-wid-con .icon.icon-clip::before,
.icon.icon-clip::before {
  content: "\e9f3";
}
.ekit-wid-con .fasicon.icon-clip1::before,
.ekit-wid-con .icon.icon-clip1::before,
.icon.icon-clip1::before {
  content: "\e9f4";
}
.ekit-wid-con .fasicon.icon-clipboard1::before,
.ekit-wid-con .icon.icon-clipboard1::before,
.icon.icon-clipboard1::before {
  content: "\e9f5";
}
.ekit-wid-con .fasicon.icon-clipboard11::before,
.ekit-wid-con .icon.icon-clipboard11::before,
.icon.icon-clipboard11::before {
  content: "\e9f6";
}
.ekit-wid-con .fasicon.icon-clock2::before,
.ekit-wid-con .icon.icon-clock2::before,
.icon.icon-clock2::before {
  content: "\e9f7";
}
.ekit-wid-con .fasicon.icon-clock-1::before,
.ekit-wid-con .icon.icon-clock-1::before,
.icon.icon-clock-1::before {
  content: "\e9f8";
}
.ekit-wid-con .fasicon.icon-cloud11::before,
.ekit-wid-con .icon.icon-cloud11::before,
.icon.icon-cloud11::before {
  content: "\e9f9";
}
.ekit-wid-con .fasicon.icon-cloud-computing11::before,
.ekit-wid-con .icon.icon-cloud-computing11::before,
.icon.icon-cloud-computing11::before {
  content: "\e9fa";
}
.ekit-wid-con .fasicon.icon-cloud-computing-1::before,
.ekit-wid-con .icon.icon-cloud-computing-1::before,
.icon.icon-cloud-computing-1::before {
  content: "\e9fb";
}
.ekit-wid-con .fasicon.icon-cogwheel1::before,
.ekit-wid-con .icon.icon-cogwheel1::before,
.icon.icon-cogwheel1::before {
  content: "\e9fc";
}
.ekit-wid-con .fasicon.icon-coins1::before,
.ekit-wid-con .icon.icon-coins1::before,
.icon.icon-coins1::before {
  content: "\e9fd";
}
.ekit-wid-con .fasicon.icon-compass::before,
.ekit-wid-con .icon.icon-compass::before,
.icon.icon-compass::before {
  content: "\e9fe";
}
.ekit-wid-con .fasicon.icon-contract::before,
.ekit-wid-con .icon.icon-contract::before,
.icon.icon-contract::before {
  content: "\e9ff";
}
.ekit-wid-con .fasicon.icon-conversation::before,
.ekit-wid-con .icon.icon-conversation::before,
.icon.icon-conversation::before {
  content: "\ea00";
}
.ekit-wid-con .fasicon.icon-crane1::before,
.ekit-wid-con .icon.icon-crane1::before,
.icon.icon-crane1::before {
  content: "\ea01";
}
.ekit-wid-con .fasicon.icon-crane-2::before,
.ekit-wid-con .icon.icon-crane-2::before,
.icon.icon-crane-2::before {
  content: "\ea02";
}
.ekit-wid-con .fasicon.icon-credit-card::before,
.ekit-wid-con .icon.icon-credit-card::before,
.icon.icon-credit-card::before {
  content: "\ea03";
}
.ekit-wid-con .fasicon.icon-credit-card1::before,
.ekit-wid-con .icon.icon-credit-card1::before,
.icon.icon-credit-card1::before {
  content: "\ea04";
}
.ekit-wid-con .fasicon.icon-cursor::before,
.ekit-wid-con .icon.icon-cursor::before,
.icon.icon-cursor::before {
  content: "\ea05";
}
.ekit-wid-con .fasicon.icon-customer-service::before,
.ekit-wid-con .icon.icon-customer-service::before,
.icon.icon-customer-service::before {
  content: "\ea06";
}
.ekit-wid-con .fasicon.icon-cutlery::before,
.ekit-wid-con .icon.icon-cutlery::before,
.icon.icon-cutlery::before {
  content: "\ea07";
}
.ekit-wid-con .fasicon.icon-dart-board::before,
.ekit-wid-con .icon.icon-dart-board::before,
.icon.icon-dart-board::before {
  content: "\ea08";
}
.ekit-wid-con .fasicon.icon-decision-making::before,
.ekit-wid-con .icon.icon-decision-making::before,
.icon.icon-decision-making::before {
  content: "\ea09";
}
.ekit-wid-con .fasicon.icon-desk-chair::before,
.ekit-wid-con .icon.icon-desk-chair::before,
.icon.icon-desk-chair::before {
  content: "\ea0a";
}
.ekit-wid-con .fasicon.icon-desk-lamp::before,
.ekit-wid-con .icon.icon-desk-lamp::before,
.icon.icon-desk-lamp::before {
  content: "\ea0b";
}
.ekit-wid-con .fasicon.icon-diamond2::before,
.ekit-wid-con .icon.icon-diamond2::before,
.icon.icon-diamond2::before {
  content: "\ea0c";
}
.ekit-wid-con .fasicon.icon-direction::before,
.ekit-wid-con .icon.icon-direction::before,
.icon.icon-direction::before {
  content: "\ea0d";
}
.ekit-wid-con .fasicon.icon-document::before,
.ekit-wid-con .icon.icon-document::before,
.icon.icon-document::before {
  content: "\ea0e";
}
.ekit-wid-con .fasicon.icon-dollar-bill::before,
.ekit-wid-con .icon.icon-dollar-bill::before,
.icon.icon-dollar-bill::before {
  content: "\ea0f";
}
.ekit-wid-con .fasicon.icon-download1::before,
.ekit-wid-con .icon.icon-download1::before,
.icon.icon-download1::before {
  content: "\ea10";
}
.ekit-wid-con .fasicon.icon-edit1::before,
.ekit-wid-con .icon.icon-edit1::before,
.icon.icon-edit1::before {
  content: "\ea11";
}
.ekit-wid-con .fasicon.icon-email1::before,
.ekit-wid-con .icon.icon-email1::before,
.icon.icon-email1::before {
  content: "\ea12";
}
.ekit-wid-con .fasicon.icon-envelope2::before,
.ekit-wid-con .icon.icon-envelope2::before,
.icon.icon-envelope2::before {
  content: "\ea13";
}
.ekit-wid-con .fasicon.icon-envelope3::before,
.ekit-wid-con .icon.icon-envelope3::before,
.icon.icon-envelope3::before {
  content: "\ea14";
}
.ekit-wid-con .fasicon.icon-eraser::before,
.ekit-wid-con .icon.icon-eraser::before,
.icon.icon-eraser::before {
  content: "\ea15";
}
.ekit-wid-con .fasicon.icon-eye2::before,
.ekit-wid-con .icon.icon-eye2::before,
.icon.icon-eye2::before {
  content: "\ea16";
}
.ekit-wid-con .fasicon.icon-factory::before,
.ekit-wid-con .icon.icon-factory::before,
.icon.icon-factory::before {
  content: "\ea17";
}
.ekit-wid-con .fasicon.icon-fast-forward::before,
.ekit-wid-con .icon.icon-fast-forward::before,
.icon.icon-fast-forward::before {
  content: "\ea18";
}
.ekit-wid-con .fasicon.icon-favorites1::before,
.ekit-wid-con .icon.icon-favorites1::before,
.icon.icon-favorites1::before {
  content: "\ea19";
}
.ekit-wid-con .fasicon.icon-file::before,
.ekit-wid-con .icon.icon-file::before,
.icon.icon-file::before {
  content: "\ea1a";
}
.ekit-wid-con .fasicon.icon-file-1::before,
.ekit-wid-con .icon.icon-file-1::before,
.icon.icon-file-1::before {
  content: "\ea1b";
}
.ekit-wid-con .fasicon.icon-file-2::before,
.ekit-wid-con .icon.icon-file-2::before,
.icon.icon-file-2::before {
  content: "\ea1c";
}
.ekit-wid-con .fasicon.icon-file-3::before,
.ekit-wid-con .icon.icon-file-3::before,
.icon.icon-file-3::before {
  content: "\ea1d";
}
.ekit-wid-con .fasicon.icon-filter::before,
.ekit-wid-con .icon.icon-filter::before,
.icon.icon-filter::before {
  content: "\ea1e";
}
.ekit-wid-con .fasicon.icon-finance-book::before,
.ekit-wid-con .icon.icon-finance-book::before,
.icon.icon-finance-book::before {
  content: "\ea1f";
}
.ekit-wid-con .fasicon.icon-flag1::before,
.ekit-wid-con .icon.icon-flag1::before,
.icon.icon-flag1::before {
  content: "\ea20";
}
.ekit-wid-con .fasicon.icon-folder1::before,
.ekit-wid-con .icon.icon-folder1::before,
.icon.icon-folder1::before {
  content: "\ea21";
}
.ekit-wid-con .fasicon.icon-folder-1::before,
.ekit-wid-con .icon.icon-folder-1::before,
.icon.icon-folder-1::before {
  content: "\ea22";
}
.ekit-wid-con .fasicon.icon-folders::before,
.ekit-wid-con .icon.icon-folders::before,
.icon.icon-folders::before {
  content: "\ea23";
}
.ekit-wid-con .fasicon.icon-folders1::before,
.ekit-wid-con .icon.icon-folders1::before,
.icon.icon-folders1::before {
  content: "\ea24";
}
.ekit-wid-con .fasicon.icon-gamepad::before,
.ekit-wid-con .icon.icon-gamepad::before,
.icon.icon-gamepad::before {
  content: "\ea25";
}
.ekit-wid-con .fasicon.icon-gift11::before,
.ekit-wid-con .icon.icon-gift11::before,
.icon.icon-gift11::before {
  content: "\ea26";
}
.ekit-wid-con .fasicon.icon-growth::before,
.ekit-wid-con .icon.icon-growth::before,
.icon.icon-growth::before {
  content: "\ea27";
}
.ekit-wid-con .fasicon.icon-heart11::before,
.ekit-wid-con .icon.icon-heart11::before,
.icon.icon-heart11::before {
  content: "\ea28";
}
.ekit-wid-con .fasicon.icon-home2::before,
.ekit-wid-con .icon.icon-home2::before,
.icon.icon-home2::before {
  content: "\ea29";
}
.ekit-wid-con .fasicon.icon-house::before,
.ekit-wid-con .icon.icon-house::before,
.icon.icon-house::before {
  content: "\ea2a";
}
.ekit-wid-con .fasicon.icon-house-1::before,
.ekit-wid-con .icon.icon-house-1::before,
.icon.icon-house-1::before {
  content: "\ea2b";
}
.ekit-wid-con .fasicon.icon-house-2::before,
.ekit-wid-con .icon.icon-house-2::before,
.icon.icon-house-2::before {
  content: "\ea2c";
}
.ekit-wid-con .fasicon.icon-id-card::before,
.ekit-wid-con .icon.icon-id-card::before,
.icon.icon-id-card::before {
  content: "\ea2d";
}
.ekit-wid-con .fasicon.icon-id-card1::before,
.ekit-wid-con .icon.icon-id-card1::before,
.icon.icon-id-card1::before {
  content: "\ea2e";
}
.ekit-wid-con .fasicon.icon-id-card-1::before,
.ekit-wid-con .icon.icon-id-card-1::before,
.icon.icon-id-card-1::before {
  content: "\ea2f";
}
.ekit-wid-con .fasicon.icon-idea1::before,
.ekit-wid-con .icon.icon-idea1::before,
.icon.icon-idea1::before {
  content: "\ea30";
}
.ekit-wid-con .fasicon.icon-image::before,
.ekit-wid-con .icon.icon-image::before,
.icon.icon-image::before {
  content: "\ea31";
}
.ekit-wid-con .fasicon.icon-improvement::before,
.ekit-wid-con .icon.icon-improvement::before,
.icon.icon-improvement::before {
  content: "\ea32";
}
.ekit-wid-con .fasicon.icon-inbox1::before,
.ekit-wid-con .icon.icon-inbox1::before,
.icon.icon-inbox1::before {
  content: "\ea33";
}
.ekit-wid-con .fasicon.icon-information::before,
.ekit-wid-con .icon.icon-information::before,
.icon.icon-information::before {
  content: "\ea34";
}
.ekit-wid-con .fasicon.icon-key::before,
.ekit-wid-con .icon.icon-key::before,
.icon.icon-key::before {
  content: "\ea35";
}
.ekit-wid-con .fasicon.icon-key1::before,
.ekit-wid-con .icon.icon-key1::before,
.icon.icon-key1::before {
  content: "\ea36";
}
.ekit-wid-con .fasicon.icon-laptop1::before,
.ekit-wid-con .icon.icon-laptop1::before,
.icon.icon-laptop1::before {
  content: "\ea37";
}
.ekit-wid-con .fasicon.icon-layers1::before,
.ekit-wid-con .icon.icon-layers1::before,
.icon.icon-layers1::before {
  content: "\ea38";
}
.ekit-wid-con .fasicon.icon-light-bulb1::before,
.ekit-wid-con .icon.icon-light-bulb1::before,
.icon.icon-light-bulb1::before {
  content: "\ea39";
}
.ekit-wid-con .fasicon.icon-like1::before,
.ekit-wid-con .icon.icon-like1::before,
.icon.icon-like1::before {
  content: "\ea3a";
}
.ekit-wid-con .fasicon.icon-line-chart1::before,
.ekit-wid-con .icon.icon-line-chart1::before,
.icon.icon-line-chart1::before {
  content: "\ea3b";
}
.ekit-wid-con .fasicon.icon-mail::before,
.ekit-wid-con .icon.icon-mail::before,
.icon.icon-mail::before {
  content: "\ea3c";
}
.ekit-wid-con .fasicon.icon-manager::before,
.ekit-wid-con .icon.icon-manager::before,
.icon.icon-manager::before {
  content: "\ea3d";
}
.ekit-wid-con .fasicon.icon-map1::before,
.ekit-wid-con .icon.icon-map1::before,
.icon.icon-map1::before {
  content: "\ea3e";
}
.ekit-wid-con .fasicon.icon-medal1::before,
.ekit-wid-con .icon.icon-medal1::before,
.icon.icon-medal1::before {
  content: "\ea3f";
}
.ekit-wid-con .fasicon.icon-megaphone::before,
.ekit-wid-con .icon.icon-megaphone::before,
.icon.icon-megaphone::before {
  content: "\ea40";
}
.ekit-wid-con .fasicon.icon-megaphone1::before,
.ekit-wid-con .icon.icon-megaphone1::before,
.icon.icon-megaphone1::before {
  content: "\ea41";
}
.ekit-wid-con .fasicon.icon-message::before,
.ekit-wid-con .icon.icon-message::before,
.icon.icon-message::before {
  content: "\ea42";
}
.ekit-wid-con .fasicon.icon-message-1::before,
.ekit-wid-con .icon.icon-message-1::before,
.icon.icon-message-1::before {
  content: "\ea43";
}
.ekit-wid-con .fasicon.icon-message-2::before,
.ekit-wid-con .icon.icon-message-2::before,
.icon.icon-message-2::before {
  content: "\ea44";
}
.ekit-wid-con .fasicon.icon-microphone::before,
.ekit-wid-con .icon.icon-microphone::before,
.icon.icon-microphone::before {
  content: "\ea45";
}
.ekit-wid-con .fasicon.icon-money1::before,
.ekit-wid-con .icon.icon-money1::before,
.icon.icon-money1::before {
  content: "\ea46";
}
.ekit-wid-con .fasicon.icon-money-bag1::before,
.ekit-wid-con .icon.icon-money-bag1::before,
.icon.icon-money-bag1::before {
  content: "\ea47";
}
.ekit-wid-con .fasicon.icon-monitor1::before,
.ekit-wid-con .icon.icon-monitor1::before,
.icon.icon-monitor1::before {
  content: "\ea48";
}
.ekit-wid-con .fasicon.icon-music1::before,
.ekit-wid-con .icon.icon-music1::before,
.icon.icon-music1::before {
  content: "\ea49";
}
.ekit-wid-con .fasicon.icon-next::before,
.ekit-wid-con .icon.icon-next::before,
.icon.icon-next::before {
  content: "\ea4a";
}
.ekit-wid-con .fasicon.icon-open-book1::before,
.ekit-wid-con .icon.icon-open-book1::before,
.icon.icon-open-book1::before {
  content: "\ea4b";
}
.ekit-wid-con .fasicon.icon-padlock::before,
.ekit-wid-con .icon.icon-padlock::before,
.icon.icon-padlock::before {
  content: "\ea4c";
}
.ekit-wid-con .fasicon.icon-padlock-1::before,
.ekit-wid-con .icon.icon-padlock-1::before,
.icon.icon-padlock-1::before {
  content: "\ea4d";
}
.ekit-wid-con .fasicon.icon-paint-brush::before,
.ekit-wid-con .icon.icon-paint-brush::before,
.icon.icon-paint-brush::before {
  content: "\ea4e";
}
.ekit-wid-con .fasicon.icon-pause::before,
.ekit-wid-con .icon.icon-pause::before,
.icon.icon-pause::before {
  content: "\ea4f";
}
.ekit-wid-con .fasicon.icon-pen::before,
.ekit-wid-con .icon.icon-pen::before,
.icon.icon-pen::before {
  content: "\ea50";
}
.ekit-wid-con .fasicon.icon-pencil1::before,
.ekit-wid-con .icon.icon-pencil1::before,
.icon.icon-pencil1::before {
  content: "\ea51";
}
.ekit-wid-con .fasicon.icon-percentage::before,
.ekit-wid-con .icon.icon-percentage::before,
.icon.icon-percentage::before {
  content: "\ea52";
}
.ekit-wid-con .fasicon.icon-phone-call1::before,
.ekit-wid-con .icon.icon-phone-call1::before,
.icon.icon-phone-call1::before {
  content: "\ea53";
}
.ekit-wid-con .fasicon.icon-phone-call2::before,
.ekit-wid-con .icon.icon-phone-call2::before,
.icon.icon-phone-call2::before {
  content: "\ea54";
}
.ekit-wid-con .fasicon.icon-photo-camera1::before,
.ekit-wid-con .icon.icon-photo-camera1::before,
.icon.icon-photo-camera1::before {
  content: "\ea55";
}
.ekit-wid-con .fasicon.icon-pie-chart3::before,
.ekit-wid-con .icon.icon-pie-chart3::before,
.icon.icon-pie-chart3::before {
  content: "\ea56";
}
.ekit-wid-con .fasicon.icon-pipe::before,
.ekit-wid-con .icon.icon-pipe::before,
.icon.icon-pipe::before {
  content: "\ea57";
}
.ekit-wid-con .fasicon.icon-placeholder1::before,
.ekit-wid-con .icon.icon-placeholder1::before,
.icon.icon-placeholder1::before {
  content: "\ea58";
}
.ekit-wid-con .fasicon.icon-placeholder2::before,
.ekit-wid-con .icon.icon-placeholder2::before,
.icon.icon-placeholder2::before {
  content: "\ea59";
}
.ekit-wid-con .fasicon.icon-planet-earth::before,
.ekit-wid-con .icon.icon-planet-earth::before,
.icon.icon-planet-earth::before {
  content: "\ea5a";
}
.ekit-wid-con .fasicon.icon-play-button1::before,
.ekit-wid-con .icon.icon-play-button1::before,
.icon.icon-play-button1::before {
  content: "\ea5b";
}
.ekit-wid-con .fasicon.icon-power-button::before,
.ekit-wid-con .icon.icon-power-button::before,
.icon.icon-power-button::before {
  content: "\ea5c";
}
.ekit-wid-con .fasicon.icon-presentation::before,
.ekit-wid-con .icon.icon-presentation::before,
.icon.icon-presentation::before {
  content: "\ea5d";
}
.ekit-wid-con .fasicon.icon-presentation1::before,
.ekit-wid-con .icon.icon-presentation1::before,
.icon.icon-presentation1::before {
  content: "\ea5e";
}
.ekit-wid-con .fasicon.icon-printer1::before,
.ekit-wid-con .icon.icon-printer1::before,
.icon.icon-printer1::before {
  content: "\ea5f";
}
.ekit-wid-con .fasicon.icon-push-pin::before,
.ekit-wid-con .icon.icon-push-pin::before,
.icon.icon-push-pin::before {
  content: "\ea60";
}
.ekit-wid-con .fasicon.icon-push-pin1::before,
.ekit-wid-con .icon.icon-push-pin1::before,
.icon.icon-push-pin1::before {
  content: "\ea61";
}
.ekit-wid-con .fasicon.icon-refresh::before,
.ekit-wid-con .icon.icon-refresh::before,
.icon.icon-refresh::before {
  content: "\ea62";
}
.ekit-wid-con .fasicon.icon-reload::before,
.ekit-wid-con .icon.icon-reload::before,
.icon.icon-reload::before {
  content: "\ea63";
}
.ekit-wid-con .fasicon.icon-return::before,
.ekit-wid-con .icon.icon-return::before,
.icon.icon-return::before {
  content: "\ea64";
}
.ekit-wid-con .fasicon.icon-rocket-ship::before,
.ekit-wid-con .icon.icon-rocket-ship::before,
.icon.icon-rocket-ship::before {
  content: "\ea65";
}
.ekit-wid-con .fasicon.icon-rss1::before,
.ekit-wid-con .icon.icon-rss1::before,
.icon.icon-rss1::before {
  content: "\ea66";
}
.ekit-wid-con .fasicon.icon-safebox::before,
.ekit-wid-con .icon.icon-safebox::before,
.icon.icon-safebox::before {
  content: "\ea67";
}
.ekit-wid-con .fasicon.icon-safebox1::before,
.ekit-wid-con .icon.icon-safebox1::before,
.icon.icon-safebox1::before {
  content: "\ea68";
}
.ekit-wid-con .fasicon.icon-settings1::before,
.ekit-wid-con .icon.icon-settings1::before,
.icon.icon-settings1::before {
  content: "\ea69";
}
.ekit-wid-con .fasicon.icon-settings-2::before,
.ekit-wid-con .icon.icon-settings-2::before,
.icon.icon-settings-2::before {
  content: "\ea6b";
}
.ekit-wid-con .fasicon.icon-sewing-machine::before,
.ekit-wid-con .icon.icon-sewing-machine::before,
.icon.icon-sewing-machine::before {
  content: "\ea6c";
}
.ekit-wid-con .fasicon.icon-share2::before,
.ekit-wid-con .icon.icon-share2::before,
.icon.icon-share2::before {
  content: "\ea6d";
}
.ekit-wid-con .fasicon.icon-shield1::before,
.ekit-wid-con .icon.icon-shield1::before,
.icon.icon-shield1::before {
  content: "\ea6e";
}
.ekit-wid-con .fasicon.icon-shield11::before,
.ekit-wid-con .icon.icon-shield11::before,
.icon.icon-shield11::before {
  content: "\ea6f";
}
.ekit-wid-con .fasicon.icon-shopping::before,
.ekit-wid-con .icon.icon-shopping::before,
.icon.icon-shopping::before {
  content: "\ea70";
}
.ekit-wid-con .fasicon.icon-shopping-bag::before,
.ekit-wid-con .icon.icon-shopping-bag::before,
.icon.icon-shopping-bag::before {
  content: "\ea71";
}
.ekit-wid-con .fasicon.icon-shopping-bag-1::before,
.ekit-wid-con .icon.icon-shopping-bag-1::before,
.icon.icon-shopping-bag-1::before {
  content: "\ea72";
}
.ekit-wid-con .fasicon.icon-shopping-bag-2::before,
.ekit-wid-con .icon.icon-shopping-bag-2::before,
.icon.icon-shopping-bag-2::before {
  content: "\ea73";
}
.ekit-wid-con .fasicon.icon-shopping-cart11::before,
.ekit-wid-con .icon.icon-shopping-cart11::before,
.icon.icon-shopping-cart11::before {
  content: "\ea74";
}
.ekit-wid-con .fasicon.icon-shopping-cart2::before,
.ekit-wid-con .icon.icon-shopping-cart2::before,
.icon.icon-shopping-cart2::before {
  content: "\ea75";
}
.ekit-wid-con .fasicon.icon-shopping-cart-1::before,
.ekit-wid-con .icon.icon-shopping-cart-1::before,
.icon.icon-shopping-cart-1::before {
  content: "\ea76";
}
.ekit-wid-con .fasicon.icon-shopping-cart-2::before,
.ekit-wid-con .icon.icon-shopping-cart-2::before,
.icon.icon-shopping-cart-2::before {
  content: "\ea77";
}
.ekit-wid-con .fasicon.icon-shopping-cart-3::before,
.ekit-wid-con .icon.icon-shopping-cart-3::before,
.icon.icon-shopping-cart-3::before {
  content: "\ea78";
}
.ekit-wid-con .fasicon.icon-smartphone2::before,
.ekit-wid-con .icon.icon-smartphone2::before,
.icon.icon-smartphone2::before {
  content: "\ea79";
}
.ekit-wid-con .fasicon.icon-speaker::before,
.ekit-wid-con .icon.icon-speaker::before,
.icon.icon-speaker::before {
  content: "\ea7a";
}
.ekit-wid-con .fasicon.icon-speakers::before,
.ekit-wid-con .icon.icon-speakers::before,
.icon.icon-speakers::before {
  content: "\ea7b";
}
.ekit-wid-con .fasicon.icon-stats::before,
.ekit-wid-con .icon.icon-stats::before,
.icon.icon-stats::before {
  content: "\ea7c";
}
.ekit-wid-con .fasicon.icon-stats-1::before,
.ekit-wid-con .icon.icon-stats-1::before,
.icon.icon-stats-1::before {
  content: "\ea7d";
}
.ekit-wid-con .fasicon.icon-stats-2::before,
.ekit-wid-con .icon.icon-stats-2::before,
.icon.icon-stats-2::before {
  content: "\ea7e";
}
.ekit-wid-con .fasicon.icon-stats-3::before,
.ekit-wid-con .icon.icon-stats-3::before,
.icon.icon-stats-3::before {
  content: "\ea7f";
}
.ekit-wid-con .fasicon.icon-stats-4::before,
.ekit-wid-con .icon.icon-stats-4::before,
.icon.icon-stats-4::before {
  content: "\ea80";
}
.ekit-wid-con .fasicon.icon-stats-5::before,
.ekit-wid-con .icon.icon-stats-5::before,
.icon.icon-stats-5::before {
  content: "\ea81";
}
.ekit-wid-con .fasicon.icon-stats-6::before,
.ekit-wid-con .icon.icon-stats-6::before,
.icon.icon-stats-6::before {
  content: "\ea82";
}
.ekit-wid-con .fasicon.icon-sticky-note::before,
.ekit-wid-con .icon.icon-sticky-note::before,
.icon.icon-sticky-note::before {
  content: "\ea83";
}
.ekit-wid-con .fasicon.icon-store1::before,
.ekit-wid-con .icon.icon-store1::before,
.icon.icon-store1::before {
  content: "\ea84";
}
.ekit-wid-con .fasicon.icon-store-1::before,
.ekit-wid-con .icon.icon-store-1::before,
.icon.icon-store-1::before {
  content: "\ea85";
}
.ekit-wid-con .fasicon.icon-suitcase::before,
.ekit-wid-con .icon.icon-suitcase::before,
.icon.icon-suitcase::before {
  content: "\ea86";
}
.ekit-wid-con .fasicon.icon-suitcase-1::before,
.ekit-wid-con .icon.icon-suitcase-1::before,
.icon.icon-suitcase-1::before {
  content: "\ea87";
}
.ekit-wid-con .fasicon.icon-tag2::before,
.ekit-wid-con .icon.icon-tag2::before,
.icon.icon-tag2::before {
  content: "\ea88";
}
.ekit-wid-con .fasicon.icon-target::before,
.ekit-wid-con .icon.icon-target::before,
.icon.icon-target::before {
  content: "\ea89";
}
.ekit-wid-con .fasicon.icon-team2::before,
.ekit-wid-con .icon.icon-team2::before,
.icon.icon-team2::before {
  content: "\ea8a";
}
.ekit-wid-con .fasicon.icon-tie::before,
.ekit-wid-con .icon.icon-tie::before,
.icon.icon-tie::before {
  content: "\ea8b";
}
.ekit-wid-con .fasicon.icon-trash1::before,
.ekit-wid-con .icon.icon-trash1::before,
.icon.icon-trash1::before {
  content: "\ea8c";
}
.ekit-wid-con .fasicon.icon-trolley::before,
.ekit-wid-con .icon.icon-trolley::before,
.icon.icon-trolley::before {
  content: "\ea8d";
}
.ekit-wid-con .fasicon.icon-trolley-1::before,
.ekit-wid-con .icon.icon-trolley-1::before,
.icon.icon-trolley-1::before {
  content: "\ea8e";
}
.ekit-wid-con .fasicon.icon-trolley-2::before,
.ekit-wid-con .icon.icon-trolley-2::before,
.icon.icon-trolley-2::before {
  content: "\ea8f";
}
.ekit-wid-con .fasicon.icon-trophy1::before,
.ekit-wid-con .icon.icon-trophy1::before,
.icon.icon-trophy1::before {
  content: "\ea90";
}
.ekit-wid-con .fasicon.icon-truck1::before,
.ekit-wid-con .icon.icon-truck1::before,
.icon.icon-truck1::before {
  content: "\ea91";
}
.ekit-wid-con .fasicon.icon-truck-1::before,
.ekit-wid-con .icon.icon-truck-1::before,
.icon.icon-truck-1::before {
  content: "\ea92";
}
.ekit-wid-con .fasicon.icon-truck-2::before,
.ekit-wid-con .icon.icon-truck-2::before,
.icon.icon-truck-2::before {
  content: "\ea93";
}
.ekit-wid-con .fasicon.icon-umbrella::before,
.ekit-wid-con .icon.icon-umbrella::before,
.icon.icon-umbrella::before {
  content: "\ea94";
}
.ekit-wid-con .fasicon.icon-upload1::before,
.ekit-wid-con .icon.icon-upload1::before,
.icon.icon-upload1::before {
  content: "\ea95";
}
.ekit-wid-con .fasicon.icon-user1::before,
.ekit-wid-con .icon.icon-user1::before,
.icon.icon-user1::before {
  content: "\ea96";
}
.ekit-wid-con .fasicon.icon-user-1::before,
.ekit-wid-con .icon.icon-user-1::before,
.icon.icon-user-1::before {
  content: "\ea97";
}
.ekit-wid-con .fasicon.icon-user-2::before,
.ekit-wid-con .icon.icon-user-2::before,
.icon.icon-user-2::before {
  content: "\ea98";
}
.ekit-wid-con .fasicon.icon-user-3::before,
.ekit-wid-con .icon.icon-user-3::before,
.icon.icon-user-3::before {
  content: "\ea99";
}
.ekit-wid-con .fasicon.icon-users2::before,
.ekit-wid-con .icon.icon-users2::before,
.icon.icon-users2::before {
  content: "\ea9a";
}
.ekit-wid-con .fasicon.icon-video-camera::before,
.ekit-wid-con .icon.icon-video-camera::before,
.icon.icon-video-camera::before {
  content: "\ea9b";
}
.ekit-wid-con .fasicon.icon-voucher::before,
.ekit-wid-con .icon.icon-voucher::before,
.icon.icon-voucher::before {
  content: "\ea9c";
}
.ekit-wid-con .fasicon.icon-voucher-1::before,
.ekit-wid-con .icon.icon-voucher-1::before,
.icon.icon-voucher-1::before {
  content: "\ea9d";
}
.ekit-wid-con .fasicon.icon-voucher-2::before,
.ekit-wid-con .icon.icon-voucher-2::before,
.icon.icon-voucher-2::before {
  content: "\ea9e";
}
.ekit-wid-con .fasicon.icon-voucher-3::before,
.ekit-wid-con .icon.icon-voucher-3::before,
.icon.icon-voucher-3::before {
  content: "\ea9f";
}
.ekit-wid-con .fasicon.icon-voucher-4::before,
.ekit-wid-con .icon.icon-voucher-4::before,
.icon.icon-voucher-4::before {
  content: "\eaa0";
}
.ekit-wid-con .fasicon.icon-wallet::before,
.ekit-wid-con .icon.icon-wallet::before,
.icon.icon-wallet::before {
  content: "\eaa1";
}
.ekit-wid-con .fasicon.icon-wallet1::before,
.ekit-wid-con .icon.icon-wallet1::before,
.icon.icon-wallet1::before {
  content: "\eaa2";
}
.ekit-wid-con .fasicon.icon-wifi::before,
.ekit-wid-con .icon.icon-wifi::before,
.icon.icon-wifi::before {
  content: "\eaa3";
}
.ekit-wid-con .fasicon.icon-worker::before,
.ekit-wid-con .icon.icon-worker::before,
.icon.icon-worker::before {
  content: "\eaa4";
}
.ekit-wid-con .fasicon.icon-zoom-in::before,
.ekit-wid-con .icon.icon-zoom-in::before,
.icon.icon-zoom-in::before {
  content: "\eaa5";
}
.ekit-wid-con .fasicon.icon-zoom-out::before,
.ekit-wid-con .icon.icon-zoom-out::before,
.icon.icon-zoom-out::before {
  content: "\eaa6";
}
.ekit-wid-con .fasicon.icon-burger-menu::before,
.ekit-wid-con .icon.icon-burger-menu::before,
.icon.icon-burger-menu::before {
  content: "\eab8";
}
.ekit-wid-con .fasicon.icon-squares::before,
.ekit-wid-con .icon.icon-squares::before,
.icon.icon-squares::before {
  content: "\eaa7";
}
.ekit-wid-con .fasicon.icon-options::before,
.ekit-wid-con .icon.icon-options::before,
.icon.icon-options::before {
  content: "\eaa8";
}
.ekit-wid-con .fasicon.icon-apps::before,
.ekit-wid-con .icon.icon-apps::before,
.icon.icon-apps::before {
  content: "\eaa9";
}
.ekit-wid-con .fasicon.icon-menu-11::before,
.ekit-wid-con .icon.icon-menu-11::before,
.icon.icon-menu-11::before {
  content: "\eaaa";
}
.ekit-wid-con .fasicon.icon-menu11::before,
.ekit-wid-con .icon.icon-menu11::before,
.icon.icon-menu11::before {
  content: "\eaab";
}
.ekit-wid-con .fasicon.icon-back_up::before,
.ekit-wid-con .icon.icon-back_up::before,
.icon.icon-back_up::before {
  content: "\eaad";
}
.ekit-wid-con .fasicon.icon-cart11::before,
.ekit-wid-con .icon.icon-cart11::before,
.icon.icon-cart11::before {
  content: "\eaae";
}
.ekit-wid-con .fasicon.icon-checkmark::before,
.ekit-wid-con .icon.icon-checkmark::before,
.icon.icon-checkmark::before {
  content: "\eab0";
}
.ekit-wid-con .fasicon.icon-dollar::before,
.ekit-wid-con .icon.icon-dollar::before,
.icon.icon-dollar::before {
  content: "\eab1";
}
.ekit-wid-con .fasicon.icon-domian::before,
.ekit-wid-con .icon.icon-domian::before,
.icon.icon-domian::before {
  content: "\eab2";
}
.ekit-wid-con .fasicon.icon-hosting1::before,
.ekit-wid-con .icon.icon-hosting1::before,
.icon.icon-hosting1::before {
  content: "\eab3";
}
.ekit-wid-con .fasicon.icon-key2::before,
.ekit-wid-con .icon.icon-key2::before,
.icon.icon-key2::before {
  content: "\eab4";
}
.ekit-wid-con .fasicon.icon-migration::before,
.ekit-wid-con .icon.icon-migration::before,
.icon.icon-migration::before {
  content: "\eab5";
}
.ekit-wid-con .fasicon.icon-play1::before,
.ekit-wid-con .icon.icon-play1::before,
.icon.icon-play1::before {
  content: "\eab6";
}
.ekit-wid-con .fasicon.icon-quote2::before,
.ekit-wid-con .icon.icon-quote2::before,
.icon.icon-quote2::before {
  content: "\eab7";
}
.ekit-wid-con .fasicon.icon-api_setup::before,
.ekit-wid-con .icon.icon-api_setup::before,
.icon.icon-api_setup::before {
  content: "\eab9";
}
.ekit-wid-con .fasicon.icon-coin::before,
.ekit-wid-con .icon.icon-coin::before,
.icon.icon-coin::before {
  content: "\eaba";
}
.ekit-wid-con .fasicon.icon-hand_shake::before,
.ekit-wid-con .icon.icon-hand_shake::before,
.icon.icon-hand_shake::before {
  content: "\eabb";
}
.ekit-wid-con .fasicon.icon-idea_generate::before,
.ekit-wid-con .icon.icon-idea_generate::before,
.icon.icon-idea_generate::before {
  content: "\eabc";
}
.ekit-wid-con .fasicon.icon-page_search::before,
.ekit-wid-con .icon.icon-page_search::before,
.icon.icon-page_search::before {
  content: "\eabd";
}
.ekit-wid-con .fasicon.icon-pen_shape::before,
.ekit-wid-con .icon.icon-pen_shape::before,
.icon.icon-pen_shape::before {
  content: "\eabe";
}
.ekit-wid-con .fasicon.icon-pencil_art::before,
.ekit-wid-con .icon.icon-pencil_art::before,
.icon.icon-pencil_art::before {
  content: "\eabf";
}
.ekit-wid-con .fasicon.icon-review::before,
.ekit-wid-con .icon.icon-review::before,
.icon.icon-review::before {
  content: "\eac0";
}
.ekit-wid-con .fasicon.icon-star::before,
.ekit-wid-con .icon.icon-star::before,
.icon.icon-star::before {
  content: "\eac1";
}
.ekit-wid-con .fasicon.icon-timing::before,
.ekit-wid-con .icon.icon-timing::before,
.icon.icon-timing::before {
  content: "\eac2";
}
.ekit-wid-con .fasicon.icon-trophy::before,
.ekit-wid-con .icon.icon-trophy::before,
.icon.icon-trophy::before {
  content: "\eac3";
}
.ekit-wid-con .fasicon.icon-communication::before,
.ekit-wid-con .icon.icon-communication::before,
.icon.icon-communication::before {
  content: "\eac4";
}
.ekit-wid-con .fasicon.icon-money-bag2::before,
.ekit-wid-con .icon.icon-money-bag2::before,
.icon.icon-money-bag2::before {
  content: "\eac5";
}
.ekit-wid-con .fasicon.icon-dentist::before,
.ekit-wid-con .icon.icon-dentist::before,
.icon.icon-dentist::before {
  content: "\eac6";
}
.ekit-wid-con .fasicon.icon-bill::before,
.ekit-wid-con .icon.icon-bill::before,
.icon.icon-bill::before {
  content: "\eac7";
}
.ekit-wid-con .fasicon.icon-label::before,
.ekit-wid-con .icon.icon-label::before,
.icon.icon-label::before {
  content: "\eac8";
}
.ekit-wid-con .fasicon.icon-money::before,
.ekit-wid-con .icon.icon-money::before,
.icon.icon-money::before {
  content: "\eac9";
}
.ekit-wid-con .fasicon.icon-shield::before,
.ekit-wid-con .icon.icon-shield::before,
.icon.icon-shield::before {
  content: "\eaca";
}
.ekit-wid-con .fasicon.icon-support::before,
.ekit-wid-con .icon.icon-support::before,
.icon.icon-support::before {
  content: "\eacb";
}
.ekit-wid-con .fasicon.icon-one::before,
.ekit-wid-con .icon.icon-one::before,
.icon.icon-one::before {
  content: "\eacc";
}
.ekit-wid-con .fasicon.icon-clock::before,
.ekit-wid-con .icon.icon-clock::before,
.icon.icon-clock::before {
  content: "\eacd";
}
.ekit-wid-con .fasicon.icon-cart::before,
.ekit-wid-con .icon.icon-cart::before,
.icon.icon-cart::before {
  content: "\eace";
}
.ekit-wid-con .fasicon.icon-globe::before,
.ekit-wid-con .icon.icon-globe::before,
.icon.icon-globe::before {
  content: "\eacf";
}
.ekit-wid-con .fasicon.icon-tooth::before,
.ekit-wid-con .icon.icon-tooth::before,
.icon.icon-tooth::before {
  content: "\ead0";
}
.ekit-wid-con .fasicon.icon-tooth-1::before,
.ekit-wid-con .icon.icon-tooth-1::before,
.icon.icon-tooth-1::before {
  content: "\ead1";
}
.ekit-wid-con .fasicon.icon-tooth-2::before,
.ekit-wid-con .icon.icon-tooth-2::before,
.icon.icon-tooth-2::before {
  content: "\ead2";
}
.ekit-wid-con .fasicon.icon-brain::before,
.ekit-wid-con .icon.icon-brain::before,
.icon.icon-brain::before {
  content: "\ead3";
}
.ekit-wid-con .fasicon.icon-view::before,
.ekit-wid-con .icon.icon-view::before,
.icon.icon-view::before {
  content: "\ead4";
}
.ekit-wid-con .fasicon.icon-doctor::before,
.ekit-wid-con .icon.icon-doctor::before,
.icon.icon-doctor::before {
  content: "\ead5";
}
.ekit-wid-con .fasicon.icon-heart::before,
.ekit-wid-con .icon.icon-heart::before,
.icon.icon-heart::before {
  content: "\ead6";
}
.ekit-wid-con .fasicon.icon-medicine::before,
.ekit-wid-con .icon.icon-medicine::before,
.icon.icon-medicine::before {
  content: "\ead7";
}
.ekit-wid-con .fasicon.icon-stethoscope::before,
.ekit-wid-con .icon.icon-stethoscope::before,
.icon.icon-stethoscope::before {
  content: "\ead8";
}
.ekit-wid-con .fasicon.icon-hospital::before,
.ekit-wid-con .icon.icon-hospital::before,
.icon.icon-hospital::before {
  content: "\ead9";
}
.ekit-wid-con .fasicon.icon-clipboard::before,
.ekit-wid-con .icon.icon-clipboard::before,
.icon.icon-clipboard::before {
  content: "\eada";
}
.ekit-wid-con .fasicon.icon-medicine-1::before,
.ekit-wid-con .icon.icon-medicine-1::before,
.icon.icon-medicine-1::before {
  content: "\eadb";
}
.ekit-wid-con .fasicon.icon-hospital-1::before,
.ekit-wid-con .icon.icon-hospital-1::before,
.icon.icon-hospital-1::before {
  content: "\eadc";
}
.ekit-wid-con .fasicon.icon-customer-support::before,
.ekit-wid-con .icon.icon-customer-support::before,
.icon.icon-customer-support::before {
  content: "\eadd";
}
.ekit-wid-con .fasicon.icon-brickwall::before,
.ekit-wid-con .icon.icon-brickwall::before,
.icon.icon-brickwall::before {
  content: "\eade";
}
.ekit-wid-con .fasicon.icon-crane2::before,
.ekit-wid-con .icon.icon-crane2::before,
.icon.icon-crane2::before {
  content: "\eadf";
}
.ekit-wid-con .fasicon.icon-valve::before,
.ekit-wid-con .icon.icon-valve::before,
.icon.icon-valve::before {
  content: "\eae1";
}
.ekit-wid-con .fasicon.icon-safety::before,
.ekit-wid-con .icon.icon-safety::before,
.icon.icon-safety::before {
  content: "\eae2";
}
.ekit-wid-con .fasicon.icon-energy-saving::before,
.ekit-wid-con .icon.icon-energy-saving::before,
.icon.icon-energy-saving::before {
  content: "\eae3";
}
.ekit-wid-con .fasicon.icon-paint-roller::before,
.ekit-wid-con .icon.icon-paint-roller::before,
.icon.icon-paint-roller::before {
  content: "\eae4";
}
.ekit-wid-con .fasicon.icon-paint-brushes::before,
.ekit-wid-con .icon.icon-paint-brushes::before,
.icon.icon-paint-brushes::before {
  content: "\eae5";
}
.ekit-wid-con
  .fasicon.icon-construction-tool-vehicle-with-crane-lifting-materials::before,
.ekit-wid-con
  .icon.icon-construction-tool-vehicle-with-crane-lifting-materials::before,
.icon.icon-construction-tool-vehicle-with-crane-lifting-materials::before {
  content: "\eae6";
}
.ekit-wid-con .fasicon.icon-trowel::before,
.ekit-wid-con .icon.icon-trowel::before,
.icon.icon-trowel::before {
  content: "\eae7";
}
.ekit-wid-con .fasicon.icon-bucket::before,
.ekit-wid-con .icon.icon-bucket::before,
.icon.icon-bucket::before {
  content: "\eae8";
}
.ekit-wid-con .fasicon.icon-smart::before,
.ekit-wid-con .icon.icon-smart::before,
.icon.icon-smart::before {
  content: "\eae9";
}
.ekit-wid-con .fasicon.icon-repair::before,
.ekit-wid-con .icon.icon-repair::before,
.icon.icon-repair::before {
  content: "\eaea";
}
.ekit-wid-con .fasicon.icon-saw::before,
.ekit-wid-con .icon.icon-saw::before,
.icon.icon-saw::before {
  content: "\eaeb";
}
.ekit-wid-con .fasicon.icon-cutter::before,
.ekit-wid-con .icon.icon-cutter::before,
.icon.icon-cutter::before {
  content: "\eaec";
}
.ekit-wid-con .fasicon.icon-plier::before,
.ekit-wid-con .icon.icon-plier::before,
.icon.icon-plier::before {
  content: "\eaed";
}
.ekit-wid-con .fasicon.icon-drill::before,
.ekit-wid-con .icon.icon-drill::before,
.icon.icon-drill::before {
  content: "\eaee";
}
.ekit-wid-con .fasicon.icon-save-money::before,
.ekit-wid-con .icon.icon-save-money::before,
.icon.icon-save-money::before {
  content: "\eaef";
}
.ekit-wid-con .fasicon.icon-planting::before,
.ekit-wid-con .icon.icon-planting::before,
.icon.icon-planting::before {
  content: "\eaf0";
}
.ekit-wid-con .fasicon.icon-line-chart::before,
.ekit-wid-con .icon.icon-line-chart::before,
.icon.icon-line-chart::before {
  content: "\eaf1";
}
.ekit-wid-con .fasicon.icon-open-book::before,
.ekit-wid-con .icon.icon-open-book::before,
.icon.icon-open-book::before {
  content: "\eaf2";
}
.ekit-wid-con .fasicon.icon-money-bag3::before,
.ekit-wid-con .icon.icon-money-bag3::before,
.icon.icon-money-bag3::before {
  content: "\eaf3";
}
.ekit-wid-con .fasicon.icon-server::before,
.ekit-wid-con .icon.icon-server::before,
.icon.icon-server::before {
  content: "\eaf4";
}
.ekit-wid-con .fasicon.icon-server-1::before,
.ekit-wid-con .icon.icon-server-1::before,
.icon.icon-server-1::before {
  content: "\eaf5";
}
.ekit-wid-con .fasicon.icon-server-2::before,
.ekit-wid-con .icon.icon-server-2::before,
.icon.icon-server-2::before {
  content: "\eaf6";
}
.ekit-wid-con .fasicon.icon-cloud-computing::before,
.ekit-wid-con .icon.icon-cloud-computing::before,
.icon.icon-cloud-computing::before {
  content: "\eaf7";
}
.ekit-wid-con .fasicon.icon-cloud::before,
.ekit-wid-con .icon.icon-cloud::before,
.icon.icon-cloud::before {
  content: "\eaf8";
}
.ekit-wid-con .fasicon.icon-database::before,
.ekit-wid-con .icon.icon-database::before,
.icon.icon-database::before {
  content: "\eaf9";
}
.ekit-wid-con .fasicon.icon-computer::before,
.ekit-wid-con .icon.icon-computer::before,
.icon.icon-computer::before {
  content: "\eafa";
}
.ekit-wid-con .fasicon.icon-server-3::before,
.ekit-wid-con .icon.icon-server-3::before,
.icon.icon-server-3::before {
  content: "\eafb";
}
.ekit-wid-con .fasicon.icon-server-4::before,
.ekit-wid-con .icon.icon-server-4::before,
.icon.icon-server-4::before {
  content: "\eafc";
}
.ekit-wid-con .fasicon.icon-server-5::before,
.ekit-wid-con .icon.icon-server-5::before,
.icon.icon-server-5::before {
  content: "\eafd";
}
.ekit-wid-con .fasicon.icon-server-6::before,
.ekit-wid-con .icon.icon-server-6::before,
.icon.icon-server-6::before {
  content: "\eafe";
}
.ekit-wid-con .fasicon.icon-server-7::before,
.ekit-wid-con .icon.icon-server-7::before,
.icon.icon-server-7::before {
  content: "\eaff";
}
.ekit-wid-con .fasicon.icon-cloud-1::before,
.ekit-wid-con .icon.icon-cloud-1::before,
.icon.icon-cloud-1::before {
  content: "\eb00";
}
.ekit-wid-con .fasicon.icon-server-8::before,
.ekit-wid-con .icon.icon-server-8::before,
.icon.icon-server-8::before {
  content: "\eb01";
}
.ekit-wid-con .fasicon.icon-business-and-finance::before,
.ekit-wid-con .icon.icon-business-and-finance::before,
.icon.icon-business-and-finance::before {
  content: "\eb02";
}
.ekit-wid-con .fasicon.icon-cloud-2::before,
.ekit-wid-con .icon.icon-cloud-2::before,
.icon.icon-cloud-2::before {
  content: "\eb03";
}
.ekit-wid-con .fasicon.icon-server-9::before,
.ekit-wid-con .icon.icon-server-9::before,
.icon.icon-server-9::before {
  content: "\eb04";
}
.ekit-wid-con .fasicon.icon-hosting::before,
.ekit-wid-con .icon.icon-hosting::before,
.icon.icon-hosting::before {
  content: "\eb05";
}
.ekit-wid-con .fasicon.icon-car::before,
.ekit-wid-con .icon.icon-car::before,
.icon.icon-car::before {
  content: "\eb06";
}
.ekit-wid-con .fasicon.icon-car-frontal-view::before,
.ekit-wid-con .icon.icon-car-frontal-view::before,
.icon.icon-car-frontal-view::before {
  content: "\eb07";
}
.ekit-wid-con .fasicon.icon-car-1::before,
.ekit-wid-con .icon.icon-car-1::before,
.icon.icon-car-1::before {
  content: "\eb08";
}
.ekit-wid-con .fasicon.icon-racing::before,
.ekit-wid-con .icon.icon-racing::before,
.icon.icon-racing::before {
  content: "\eb09";
}
.ekit-wid-con .fasicon.icon-car-wheel::before,
.ekit-wid-con .icon.icon-car-wheel::before,
.icon.icon-car-wheel::before {
  content: "\eb0a";
}
.ekit-wid-con .fasicon.icon-steering-wheel::before,
.ekit-wid-con .icon.icon-steering-wheel::before,
.icon.icon-steering-wheel::before {
  content: "\eb0b";
}
.ekit-wid-con .fasicon.icon-frontal-taxi-cab::before,
.ekit-wid-con .icon.icon-frontal-taxi-cab::before,
.icon.icon-frontal-taxi-cab::before {
  content: "\eb0c";
}
.ekit-wid-con .fasicon.icon-taxi::before,
.ekit-wid-con .icon.icon-taxi::before,
.icon.icon-taxi::before {
  content: "\eb0d";
}
.ekit-wid-con .fasicon.icon-cosmetics::before,
.ekit-wid-con .icon.icon-cosmetics::before,
.icon.icon-cosmetics::before {
  content: "\eb0e";
}
.ekit-wid-con .fasicon.icon-flower::before,
.ekit-wid-con .icon.icon-flower::before,
.icon.icon-flower::before {
  content: "\eb0f";
}
.ekit-wid-con .fasicon.icon-mirror::before,
.ekit-wid-con .icon.icon-mirror::before,
.icon.icon-mirror::before {
  content: "\eb10";
}
.ekit-wid-con .fasicon.icon-itunes::before,
.ekit-wid-con .icon.icon-itunes::before,
.icon.icon-itunes::before {
  content: "\eb6b";
}
.ekit-wid-con .fasicon.icon-salon::before,
.ekit-wid-con .icon.icon-salon::before,
.icon.icon-salon::before {
  content: "\eb11";
}
.ekit-wid-con .fasicon.icon-hair-dryer::before,
.ekit-wid-con .icon.icon-hair-dryer::before,
.icon.icon-hair-dryer::before {
  content: "\eb12";
}
.ekit-wid-con .fasicon.icon-shampoo::before,
.ekit-wid-con .icon.icon-shampoo::before,
.icon.icon-shampoo::before {
  content: "\eb13";
}
.ekit-wid-con .fasicon.icon-download-button::before,
.ekit-wid-con .icon.icon-download-button::before,
.icon.icon-download-button::before {
  content: "\e90b";
}
.ekit-wid-con .fasicon.icon-list::before,
.ekit-wid-con .icon.icon-list::before,
.icon.icon-list::before {
  content: "\eb14";
}
.ekit-wid-con .fasicon.icon-loupe::before,
.ekit-wid-con .icon.icon-loupe::before,
.icon.icon-loupe::before {
  content: "\eb15";
}
.ekit-wid-con .fasicon.icon-search::before,
.ekit-wid-con .icon.icon-search::before,
.icon.icon-search::before {
  content: "\eb16";
}
.ekit-wid-con .fasicon.icon-search-1::before,
.ekit-wid-con .icon.icon-search-1::before,
.icon.icon-search-1::before {
  content: "\eb17";
}
.ekit-wid-con .fasicon.icon-shopping-cart::before,
.ekit-wid-con .icon.icon-shopping-cart::before,
.icon.icon-shopping-cart::before {
  content: "\eb18";
}
.ekit-wid-con .fasicon.icon-menu::before,
.ekit-wid-con .icon.icon-menu::before,
.icon.icon-menu::before {
  content: "\eb19";
}
.ekit-wid-con .fasicon.icon-menu-1::before,
.ekit-wid-con .icon.icon-menu-1::before,
.icon.icon-menu-1::before {
  content: "\eb1a";
}
.ekit-wid-con .fasicon.icon-menu-button-of-three-horizontal-lines::before,
.ekit-wid-con .icon.icon-menu-button-of-three-horizontal-lines::before,
.icon.icon-menu-button-of-three-horizontal-lines::before {
  content: "\eb1b";
}
.ekit-wid-con .fasicon.icon-menu-2::before,
.ekit-wid-con .icon.icon-menu-2::before,
.icon.icon-menu-2::before {
  content: "\eb1c";
}
.ekit-wid-con .fasicon.icon-menu-3::before,
.ekit-wid-con .icon.icon-menu-3::before,
.icon.icon-menu-3::before {
  content: "\eb1d";
}
.ekit-wid-con .fasicon.icon-menu-5::before,
.ekit-wid-con .icon.icon-menu-5::before,
.icon.icon-menu-5::before {
  content: "\eb1f";
}
.ekit-wid-con .fasicon.icon-menu-button::before,
.ekit-wid-con .icon.icon-menu-button::before,
.icon.icon-menu-button::before {
  content: "\eb20";
}
.ekit-wid-con .fasicon.icon-list-1::before,
.ekit-wid-con .icon.icon-list-1::before,
.icon.icon-list-1::before {
  content: "\eb21";
}
.ekit-wid-con .fasicon.icon-menu-6::before,
.ekit-wid-con .icon.icon-menu-6::before,
.icon.icon-menu-6::before {
  content: "\eb22";
}
.ekit-wid-con .fasicon.icon-menu-7::before,
.ekit-wid-con .icon.icon-menu-7::before,
.icon.icon-menu-7::before {
  content: "\eb23";
}
.ekit-wid-con .fasicon.icon-menu-8::before,
.ekit-wid-con .icon.icon-menu-8::before,
.icon.icon-menu-8::before {
  content: "\eb24";
}
.ekit-wid-con .fasicon.icon-list-2::before,
.ekit-wid-con .icon.icon-list-2::before,
.icon.icon-list-2::before {
  content: "\eb25";
}
.ekit-wid-con .fasicon.icon-dot::before,
.ekit-wid-con .icon.icon-dot::before,
.icon.icon-dot::before {
  content: "\eb26";
}
.ekit-wid-con .fasicon.icon-menu-9::before,
.ekit-wid-con .icon.icon-menu-9::before,
.icon.icon-menu-9::before {
  content: "\eb27";
}
.ekit-wid-con .fasicon.icon-search11::before,
.ekit-wid-con .icon.icon-search11::before,
.icon.icon-search11::before {
  content: "\eb28";
}
.ekit-wid-con .fasicon.icon-search-minus::before,
.ekit-wid-con .icon.icon-search-minus::before,
.icon.icon-search-minus::before {
  content: "\eb29";
}
.ekit-wid-con .fasicon.icon-search-11::before,
.ekit-wid-con .icon.icon-search-11::before,
.icon.icon-search-11::before {
  content: "\eb2a";
}
.ekit-wid-con .fasicon.icon-search-2::before,
.ekit-wid-con .icon.icon-search-2::before,
.icon.icon-search-2::before {
  content: "\eb2b";
}
.ekit-wid-con .fasicon.icon-search-3::before,
.ekit-wid-con .icon.icon-search-3::before,
.icon.icon-search-3::before {
  content: "\eb2c";
}
.ekit-wid-con .fasicon.icon-magnifying-glass-search::before,
.ekit-wid-con .icon.icon-magnifying-glass-search::before,
.icon.icon-magnifying-glass-search::before {
  content: "\eb2d";
}
.ekit-wid-con .fasicon.icon-loupe1::before,
.ekit-wid-con .icon.icon-loupe1::before,
.icon.icon-loupe1::before {
  content: "\eb2e";
}
.ekit-wid-con .fasicon.icon-speed::before,
.ekit-wid-con .icon.icon-speed::before,
.icon.icon-speed::before {
  content: "\eb2f";
}
.ekit-wid-con .fasicon.icon-search21::before,
.ekit-wid-con .icon.icon-search21::before,
.icon.icon-search21::before {
  content: "\eb30";
}
.ekit-wid-con .fasicon.icon-search-4::before,
.ekit-wid-con .icon.icon-search-4::before,
.icon.icon-search-4::before {
  content: "\eb31";
}
.ekit-wid-con .fasicon.icon-search-5::before,
.ekit-wid-con .icon.icon-search-5::before,
.icon.icon-search-5::before {
  content: "\eb32";
}
.ekit-wid-con .fasicon.icon-detective::before,
.ekit-wid-con .icon.icon-detective::before,
.icon.icon-detective::before {
  content: "\eb33";
}
.ekit-wid-con .fasicon.icon-cart1::before,
.ekit-wid-con .icon.icon-cart1::before,
.icon.icon-cart1::before {
  content: "\eb34";
}
.ekit-wid-con .fasicon.icon-buying-on-smartphone::before,
.ekit-wid-con .icon.icon-buying-on-smartphone::before,
.icon.icon-buying-on-smartphone::before {
  content: "\eb35";
}
.ekit-wid-con .fasicon.icon-badge::before,
.ekit-wid-con .icon.icon-badge::before,
.icon.icon-badge::before {
  content: "\eb36";
}
.ekit-wid-con .fasicon.icon-basket1::before,
.ekit-wid-con .icon.icon-basket1::before,
.icon.icon-basket1::before {
  content: "\eb37";
}
.ekit-wid-con .fasicon.icon-commerce-and-shopping::before,
.ekit-wid-con .icon.icon-commerce-and-shopping::before,
.icon.icon-commerce-and-shopping::before {
  content: "\eb38";
}
.ekit-wid-con .fasicon.icon-comment::before,
.ekit-wid-con .icon.icon-comment::before,
.icon.icon-comment::before {
  content: "\eb39";
}
.ekit-wid-con .fasicon.icon-comment-1::before,
.ekit-wid-con .icon.icon-comment-1::before,
.icon.icon-comment-1::before {
  content: "\eb3a";
}
.ekit-wid-con .fasicon.icon-share::before,
.ekit-wid-con .icon.icon-share::before,
.icon.icon-share::before {
  content: "\eb3b";
}
.ekit-wid-con .fasicon.icon-share-1::before,
.ekit-wid-con .icon.icon-share-1::before,
.icon.icon-share-1::before {
  content: "\eb3c";
}
.ekit-wid-con .fasicon.icon-share-2::before,
.ekit-wid-con .icon.icon-share-2::before,
.icon.icon-share-2::before {
  content: "\eb3d";
}
.ekit-wid-con .fasicon.icon-share-3::before,
.ekit-wid-con .icon.icon-share-3::before,
.icon.icon-share-3::before {
  content: "\eb3e";
}
.ekit-wid-con .fasicon.icon-comment1::before,
.ekit-wid-con .icon.icon-comment1::before,
.icon.icon-comment1::before {
  content: "\eb3f";
}
.ekit-wid-con .fasicon.icon-favorite::before,
.ekit-wid-con .icon.icon-favorite::before,
.icon.icon-favorite::before {
  content: "\eb40";
}
.ekit-wid-con .fasicon.icon-retweet::before,
.ekit-wid-con .icon.icon-retweet::before,
.icon.icon-retweet::before {
  content: "\eb41";
}
.ekit-wid-con .fasicon.icon-share1::before,
.ekit-wid-con .icon.icon-share1::before,
.icon.icon-share1::before {
  content: "\eb42";
}
.ekit-wid-con .fasicon.icon-facebook::before,
.ekit-wid-con .icon.icon-facebook::before,
.icon.icon-facebook::before {
  content: "\eb43";
}
.ekit-wid-con .fasicon.icon-twitter::before,
.ekit-wid-con .icon.icon-twitter::before,
.icon.icon-twitter::before {
  content: "\eb44";
}
.ekit-wid-con .fasicon.icon-linkedin::before,
.ekit-wid-con .icon.icon-linkedin::before,
.icon.icon-linkedin::before {
  content: "\eb45";
}
.ekit-wid-con .fasicon.icon-whatsapp-1::before,
.ekit-wid-con .icon.icon-whatsapp-1::before,
.icon.icon-whatsapp-1::before {
  content: "\eb46";
}
.ekit-wid-con .fasicon.icon-dribbble::before,
.ekit-wid-con .icon.icon-dribbble::before,
.icon.icon-dribbble::before {
  content: "\eb47";
}
.ekit-wid-con .fasicon.icon-facebook-2::before,
.ekit-wid-con .icon.icon-facebook-2::before,
.icon.icon-facebook-2::before {
  content: "\eb48";
}
.ekit-wid-con .fasicon.icon-twitter1::before,
.ekit-wid-con .icon.icon-twitter1::before,
.icon.icon-twitter1::before {
  content: "\eb49";
}
.ekit-wid-con .fasicon.icon-vk::before,
.ekit-wid-con .icon.icon-vk::before,
.icon.icon-vk::before {
  content: "\eb4a";
}
.ekit-wid-con .fasicon.icon-youtube-v::before,
.ekit-wid-con .icon.icon-youtube-v::before,
.icon.icon-youtube-v::before {
  content: "\eb4b";
}
.ekit-wid-con .fasicon.icon-vimeo::before,
.ekit-wid-con .icon.icon-vimeo::before,
.icon.icon-vimeo::before {
  content: "\eae0";
}
.ekit-wid-con .fasicon.icon-youtube::before,
.ekit-wid-con .icon.icon-youtube::before,
.icon.icon-youtube::before {
  content: "\eb4c";
}
.ekit-wid-con .fasicon.icon-snapchat-1::before,
.ekit-wid-con .icon.icon-snapchat-1::before,
.icon.icon-snapchat-1::before {
  content: "\eb4d";
}
.ekit-wid-con .fasicon.icon-behance::before,
.ekit-wid-con .icon.icon-behance::before,
.icon.icon-behance::before {
  content: "\eb4e";
}
.ekit-wid-con .fasicon.icon-github::before,
.ekit-wid-con .icon.icon-github::before,
.icon.icon-github::before {
  content: "\eb4f";
}
.ekit-wid-con .fasicon.icon-pinterest::before,
.ekit-wid-con .icon.icon-pinterest::before,
.icon.icon-pinterest::before {
  content: "\eb50";
}
.ekit-wid-con .fasicon.icon-spotify::before,
.ekit-wid-con .icon.icon-spotify::before,
.icon.icon-spotify::before {
  content: "\eb51";
}
.ekit-wid-con .fasicon.icon-soundcloud-1::before,
.ekit-wid-con .icon.icon-soundcloud-1::before,
.icon.icon-soundcloud-1::before {
  content: "\eb52";
}
.ekit-wid-con .fasicon.icon-skype-1::before,
.ekit-wid-con .icon.icon-skype-1::before,
.icon.icon-skype-1::before {
  content: "\eb53";
}
.ekit-wid-con .fasicon.icon-rss::before,
.ekit-wid-con .icon.icon-rss::before,
.icon.icon-rss::before {
  content: "\eb54";
}
.ekit-wid-con .fasicon.icon-reddit-1::before,
.ekit-wid-con .icon.icon-reddit-1::before,
.icon.icon-reddit-1::before {
  content: "\eb55";
}
.ekit-wid-con .fasicon.icon-dribbble-1::before,
.ekit-wid-con .icon.icon-dribbble-1::before,
.icon.icon-dribbble-1::before {
  content: "\eb56";
}
.ekit-wid-con .fasicon.icon-wordpress-1::before,
.ekit-wid-con .icon.icon-wordpress-1::before,
.icon.icon-wordpress-1::before {
  content: "\eb57";
}
.ekit-wid-con .fasicon.icon-logo::before,
.ekit-wid-con .icon.icon-logo::before,
.icon.icon-logo::before {
  content: "\eb58";
}
.ekit-wid-con .fasicon.icon-dropbox-1::before,
.ekit-wid-con .icon.icon-dropbox-1::before,
.icon.icon-dropbox-1::before {
  content: "\eb59";
}
.ekit-wid-con .fasicon.icon-blogger-1::before,
.ekit-wid-con .icon.icon-blogger-1::before,
.icon.icon-blogger-1::before {
  content: "\eb5a";
}
.ekit-wid-con .fasicon.icon-photo::before,
.ekit-wid-con .icon.icon-photo::before,
.icon.icon-photo::before {
  content: "\eb5b";
}
.ekit-wid-con .fasicon.icon-hangouts::before,
.ekit-wid-con .icon.icon-hangouts::before,
.icon.icon-hangouts::before {
  content: "\eb5c";
}
.ekit-wid-con .fasicon.icon-xing::before,
.ekit-wid-con .icon.icon-xing::before,
.icon.icon-xing::before {
  content: "\eb5d";
}
.ekit-wid-con .fasicon.icon-myspace::before,
.ekit-wid-con .icon.icon-myspace::before,
.icon.icon-myspace::before {
  content: "\eb5e";
}
.ekit-wid-con .fasicon.icon-flickr-1::before,
.ekit-wid-con .icon.icon-flickr-1::before,
.icon.icon-flickr-1::before {
  content: "\eb5f";
}
.ekit-wid-con .fasicon.icon-envato::before,
.ekit-wid-con .icon.icon-envato::before,
.icon.icon-envato::before {
  content: "\eb60";
}
.ekit-wid-con .fasicon.icon-picasa-1::before,
.ekit-wid-con .icon.icon-picasa-1::before,
.icon.icon-picasa-1::before {
  content: "\eb61";
}
.ekit-wid-con .fasicon.icon-wattpad::before,
.ekit-wid-con .icon.icon-wattpad::before,
.icon.icon-wattpad::before {
  content: "\eb62";
}
.ekit-wid-con .fasicon.icon-emoji::before,
.ekit-wid-con .icon.icon-emoji::before,
.icon.icon-emoji::before {
  content: "\eb63";
}
.ekit-wid-con .fasicon.icon-deviantart-1::before,
.ekit-wid-con .icon.icon-deviantart-1::before,
.icon.icon-deviantart-1::before {
  content: "\eb64";
}
.ekit-wid-con .fasicon.icon-yahoo-1::before,
.ekit-wid-con .icon.icon-yahoo-1::before,
.icon.icon-yahoo-1::before {
  content: "\eb65";
}
.ekit-wid-con .fasicon.icon-vine-1::before,
.ekit-wid-con .icon.icon-vine-1::before,
.icon.icon-vine-1::before {
  content: "\eb66";
}
.ekit-wid-con .fasicon.icon-delicious::before,
.ekit-wid-con .icon.icon-delicious::before,
.icon.icon-delicious::before {
  content: "\eb67";
}
.ekit-wid-con .fasicon.icon-kickstarter-1::before,
.ekit-wid-con .icon.icon-kickstarter-1::before,
.icon.icon-kickstarter-1::before {
  content: "\eb68";
}
.ekit-wid-con .fasicon.icon-stumbleupon-1::before,
.ekit-wid-con .icon.icon-stumbleupon-1::before,
.icon.icon-stumbleupon-1::before {
  content: "\eb69";
}
.ekit-wid-con .fasicon.icon-brands-and-logotypes::before,
.ekit-wid-con .icon.icon-brands-and-logotypes::before,
.icon.icon-brands-and-logotypes::before {
  content: "\eb6a";
}
.ekit-wid-con .fasicon.icon-instagram-1::before,
.ekit-wid-con .icon.icon-instagram-1::before,
.icon.icon-instagram-1::before {
  content: "\eb6c";
}
.ekit-wid-con .fasicon.icon-facebook-1::before,
.ekit-wid-con .icon.icon-facebook-1::before,
.icon.icon-facebook-1::before {
  content: "\eb6d";
}
.ekit-wid-con .fasicon.icon-instagram-2::before,
.ekit-wid-con .icon.icon-instagram-2::before,
.icon.icon-instagram-2::before {
  content: "\eb6e";
}
.ekit-wid-con .fasicon.icon-twitter-1::before,
.ekit-wid-con .icon.icon-twitter-1::before,
.icon.icon-twitter-1::before {
  content: "\eb6f";
}
.ekit-wid-con .fasicon.icon-whatsapp-2::before,
.ekit-wid-con .icon.icon-whatsapp-2::before,
.icon.icon-whatsapp-2::before {
  content: "\eb70";
}
.ekit-wid-con .fasicon.icon-youtube-1::before,
.ekit-wid-con .icon.icon-youtube-1::before,
.icon.icon-youtube-1::before {
  content: "\eb71";
}
.ekit-wid-con .fasicon.icon-linkedin-1::before,
.ekit-wid-con .icon.icon-linkedin-1::before,
.icon.icon-linkedin-1::before {
  content: "\eb72";
}
.ekit-wid-con .fasicon.icon-telegram::before,
.ekit-wid-con .icon.icon-telegram::before,
.icon.icon-telegram::before {
  content: "\eb73";
}
.ekit-wid-con .fasicon.icon-github-1::before,
.ekit-wid-con .icon.icon-github-1::before,
.icon.icon-github-1::before {
  content: "\eb74";
}
.ekit-wid-con .fasicon.icon-vk-1::before,
.ekit-wid-con .icon.icon-vk-1::before,
.icon.icon-vk-1::before {
  content: "\eb75";
}
.ekit-wid-con .fasicon.icon-pinterest-1::before,
.ekit-wid-con .icon.icon-pinterest-1::before,
.icon.icon-pinterest-1::before {
  content: "\eb76";
}
.ekit-wid-con .fasicon.icon-rss-1::before,
.ekit-wid-con .icon.icon-rss-1::before,
.icon.icon-rss-1::before {
  content: "\eb77";
}
.ekit-wid-con .fasicon.icon-twitch::before,
.ekit-wid-con .icon.icon-twitch::before,
.icon.icon-twitch::before {
  content: "\eb78";
}
.ekit-wid-con .fasicon.icon-snapchat-2::before,
.ekit-wid-con .icon.icon-snapchat-2::before,
.icon.icon-snapchat-2::before {
  content: "\eb79";
}
.ekit-wid-con .fasicon.icon-skype-2::before,
.ekit-wid-con .icon.icon-skype-2::before,
.icon.icon-skype-2::before {
  content: "\eb7a";
}
.ekit-wid-con .fasicon.icon-behance-2::before,
.ekit-wid-con .icon.icon-behance-2::before,
.icon.icon-behance-2::before {
  content: "\eb7b";
}
.ekit-wid-con .fasicon.icon-spotify-1::before,
.ekit-wid-con .icon.icon-spotify-1::before,
.icon.icon-spotify-1::before {
  content: "\eb7c";
}
.ekit-wid-con .fasicon.icon-periscope::before,
.ekit-wid-con .icon.icon-periscope::before,
.icon.icon-periscope::before {
  content: "\eb7d";
}
.ekit-wid-con .fasicon.icon-dribbble-2::before,
.ekit-wid-con .icon.icon-dribbble-2::before,
.icon.icon-dribbble-2::before {
  content: "\eb7e";
}
.ekit-wid-con .fasicon.icon-tumblr-1::before,
.ekit-wid-con .icon.icon-tumblr-1::before,
.icon.icon-tumblr-1::before {
  content: "\eb7f";
}
.ekit-wid-con .fasicon.icon-soundcloud-2::before,
.ekit-wid-con .icon.icon-soundcloud-2::before,
.icon.icon-soundcloud-2::before {
  content: "\eb80";
}
.ekit-wid-con .fasicon.icon-google-drive-1::before,
.ekit-wid-con .icon.icon-google-drive-1::before,
.icon.icon-google-drive-1::before {
  content: "\eb81";
}
.ekit-wid-con .fasicon.icon-dropbox-2::before,
.ekit-wid-con .icon.icon-dropbox-2::before,
.icon.icon-dropbox-2::before {
  content: "\eb82";
}
.ekit-wid-con .fasicon.icon-reddit-2::before,
.ekit-wid-con .icon.icon-reddit-2::before,
.icon.icon-reddit-2::before {
  content: "\eb83";
}
.ekit-wid-con .fasicon.icon-html::before,
.ekit-wid-con .icon.icon-html::before,
.icon.icon-html::before {
  content: "\eb84";
}
.ekit-wid-con .fasicon.icon-vimeo-1::before,
.ekit-wid-con .icon.icon-vimeo-1::before,
.icon.icon-vimeo-1::before {
  content: "\eb85";
}
.ekit-wid-con .fasicon.icon-hangout::before,
.ekit-wid-con .icon.icon-hangout::before,
.icon.icon-hangout::before {
  content: "\eb86";
}
.ekit-wid-con .fasicon.icon-blogger-2::before,
.ekit-wid-con .icon.icon-blogger-2::before,
.icon.icon-blogger-2::before {
  content: "\eb87";
}
.ekit-wid-con .fasicon.icon-yahoo-2::before,
.ekit-wid-con .icon.icon-yahoo-2::before,
.icon.icon-yahoo-2::before {
  content: "\eb88";
}
.ekit-wid-con .fasicon.icon-path::before,
.ekit-wid-con .icon.icon-path::before,
.icon.icon-path::before {
  content: "\eb89";
}
.ekit-wid-con .fasicon.icon-yelp-1::before,
.ekit-wid-con .icon.icon-yelp-1::before,
.icon.icon-yelp-1::before {
  content: "\eb8a";
}
.ekit-wid-con .fasicon.icon-slideshare::before,
.ekit-wid-con .icon.icon-slideshare::before,
.icon.icon-slideshare::before {
  content: "\eb8b";
}
.ekit-wid-con .fasicon.icon-picasa-2::before,
.ekit-wid-con .icon.icon-picasa-2::before,
.icon.icon-picasa-2::before {
  content: "\eb8c";
}
.ekit-wid-con .fasicon.icon-myspace-1::before,
.ekit-wid-con .icon.icon-myspace-1::before,
.icon.icon-myspace-1::before {
  content: "\eb8d";
}
.ekit-wid-con .fasicon.icon-flickr-2::before,
.ekit-wid-con .icon.icon-flickr-2::before,
.icon.icon-flickr-2::before {
  content: "\eb8e";
}
.ekit-wid-con .fasicon.icon-xing-1::before,
.ekit-wid-con .icon.icon-xing-1::before,
.icon.icon-xing-1::before {
  content: "\eb8f";
}
.ekit-wid-con .fasicon.icon-envato-1::before,
.ekit-wid-con .icon.icon-envato-1::before,
.icon.icon-envato-1::before {
  content: "\eb90";
}
.ekit-wid-con .fasicon.icon-swarm::before,
.ekit-wid-con .icon.icon-swarm::before,
.icon.icon-swarm::before {
  content: "\eb91";
}
.ekit-wid-con .fasicon.icon-wattpad-1::before,
.ekit-wid-con .icon.icon-wattpad-1::before,
.icon.icon-wattpad-1::before {
  content: "\eb92";
}
.ekit-wid-con .fasicon.icon-foursquare::before,
.ekit-wid-con .icon.icon-foursquare::before,
.icon.icon-foursquare::before {
  content: "\eb93";
}
.ekit-wid-con .fasicon.icon-deviantart-2::before,
.ekit-wid-con .icon.icon-deviantart-2::before,
.icon.icon-deviantart-2::before {
  content: "\eb94";
}
.ekit-wid-con .fasicon.icon-kickstarter-2::before,
.ekit-wid-con .icon.icon-kickstarter-2::before,
.icon.icon-kickstarter-2::before {
  content: "\eb95";
}
.ekit-wid-con .fasicon.icon-delicious-1::before,
.ekit-wid-con .icon.icon-delicious-1::before,
.icon.icon-delicious-1::before {
  content: "\eb96";
}
.ekit-wid-con .fasicon.icon-vine-2::before,
.ekit-wid-con .icon.icon-vine-2::before,
.icon.icon-vine-2::before {
  content: "\eb97";
}
.ekit-wid-con .fasicon.icon-digg::before,
.ekit-wid-con .icon.icon-digg::before,
.icon.icon-digg::before {
  content: "\eb98";
}
.ekit-wid-con .fasicon.icon-bebo::before,
.ekit-wid-con .icon.icon-bebo::before,
.icon.icon-bebo::before {
  content: "\eb99";
}
.ekit-wid-con .fasicon.icon-stumbleupon-2::before,
.ekit-wid-con .icon.icon-stumbleupon-2::before,
.icon.icon-stumbleupon-2::before {
  content: "\eb9a";
}
.ekit-wid-con .fasicon.icon-forrst::before,
.ekit-wid-con .icon.icon-forrst::before,
.icon.icon-forrst::before {
  content: "\eb9b";
}
.ekit-wid-con .fasicon.icon-eye3::before,
.ekit-wid-con .icon.icon-eye3::before,
.icon.icon-eye3::before {
  content: "\eb9d";
}
.ekit-wid-con .fasicon.icon-microscope::before,
.ekit-wid-con .icon.icon-microscope::before,
.icon.icon-microscope::before {
  content: "\eb9e";
}
.ekit-wid-con .fasicon.icon-Anti-Lock::before,
.ekit-wid-con .icon.icon-Anti-Lock::before,
.icon.icon-Anti-Lock::before {
  content: "\eb9f";
}
.ekit-wid-con .fasicon.icon-apartment::before,
.ekit-wid-con .icon.icon-apartment::before,
.icon.icon-apartment::before {
  content: "\eba0";
}
.ekit-wid-con .fasicon.icon-app::before,
.ekit-wid-con .icon.icon-app::before,
.icon.icon-app::before {
  content: "\eba2";
}
.ekit-wid-con .fasicon.icon-Aroma::before,
.ekit-wid-con .icon.icon-Aroma::before,
.icon.icon-Aroma::before {
  content: "\eba3";
}
.ekit-wid-con .fasicon.icon-bamboo-Leaf::before,
.ekit-wid-con .icon.icon-bamboo-Leaf::before,
.icon.icon-bamboo-Leaf::before {
  content: "\eba5";
}
.ekit-wid-con .fasicon.icon-basket::before,
.ekit-wid-con .icon.icon-basket::before,
.icon.icon-basket::before {
  content: "\eba6";
}
.ekit-wid-con .fasicon.icon-Battery::before,
.ekit-wid-con .icon.icon-Battery::before,
.icon.icon-Battery::before {
  content: "\eba7";
}
.ekit-wid-con .fasicon.icon-Bettery::before,
.ekit-wid-con .icon.icon-Bettery::before,
.icon.icon-Bettery::before {
  content: "\eba8";
}
.ekit-wid-con .fasicon.icon-building::before,
.ekit-wid-con .icon.icon-building::before,
.icon.icon-building::before {
  content: "\eba9";
}
.ekit-wid-con .fasicon.icon-car-2::before,
.ekit-wid-con .icon.icon-car-2::before,
.icon.icon-car-2::before {
  content: "\ebaa";
}
.ekit-wid-con .fasicon.icon-Car::before,
.ekit-wid-con .icon.icon-Car::before,
.icon.icon-Car::before {
  content: "\ebab";
}
.ekit-wid-con .fasicon.icon-Child::before,
.ekit-wid-con .icon.icon-Child::before,
.icon.icon-Child::before {
  content: "\ebac";
}
.ekit-wid-con .fasicon.icon-cityscape::before,
.ekit-wid-con .icon.icon-cityscape::before,
.icon.icon-cityscape::before {
  content: "\ebad";
}
.ekit-wid-con .fasicon.icon-cleaner::before,
.ekit-wid-con .icon.icon-cleaner::before,
.icon.icon-cleaner::before {
  content: "\ebae";
}
.ekit-wid-con .fasicon.icon-Coffee-cup::before,
.ekit-wid-con .icon.icon-Coffee-cup::before,
.icon.icon-Coffee-cup::before {
  content: "\ebaf";
}
.ekit-wid-con .fasicon.icon-coins::before,
.ekit-wid-con .icon.icon-coins::before,
.icon.icon-coins::before {
  content: "\ebb0";
}
.ekit-wid-con .fasicon.icon-Computer::before,
.ekit-wid-con .icon.icon-Computer::before,
.icon.icon-Computer::before {
  content: "\ebb1";
}
.ekit-wid-con .fasicon.icon-Consultancy::before,
.ekit-wid-con .icon.icon-Consultancy::before,
.icon.icon-Consultancy::before {
  content: "\ebb2";
}
.ekit-wid-con .fasicon.icon-cottage::before,
.ekit-wid-con .icon.icon-cottage::before,
.icon.icon-cottage::before {
  content: "\ebb3";
}
.ekit-wid-con .fasicon.icon-crane::before,
.ekit-wid-con .icon.icon-crane::before,
.icon.icon-crane::before {
  content: "\ebb4";
}
.ekit-wid-con .fasicon.icon-Custom-api::before,
.ekit-wid-con .icon.icon-Custom-api::before,
.icon.icon-Custom-api::before {
  content: "\ebb5";
}
.ekit-wid-con .fasicon.icon-customer-support-2::before,
.ekit-wid-con .icon.icon-customer-support-2::before,
.icon.icon-customer-support-2::before {
  content: "\ebb6";
}
.ekit-wid-con .fasicon.icon-Design-2::before,
.ekit-wid-con .icon.icon-Design-2::before,
.icon.icon-Design-2::before {
  content: "\ebb7";
}
.ekit-wid-con .fasicon.icon-Design-3::before,
.ekit-wid-con .icon.icon-Design-3::before,
.icon.icon-Design-3::before {
  content: "\ebb8";
}
.ekit-wid-con .fasicon.icon-design::before,
.ekit-wid-con .icon.icon-design::before,
.icon.icon-design::before {
  content: "\ebb9";
}
.ekit-wid-con .fasicon.icon-diamond::before,
.ekit-wid-con .icon.icon-diamond::before,
.icon.icon-diamond::before {
  content: "\ebba";
}
.ekit-wid-con .fasicon.icon-diploma::before,
.ekit-wid-con .icon.icon-diploma::before,
.icon.icon-diploma::before {
  content: "\ebbb";
}
.ekit-wid-con .fasicon.icon-Document-Search::before,
.ekit-wid-con .icon.icon-Document-Search::before,
.icon.icon-Document-Search::before {
  content: "\ebbc";
}
.ekit-wid-con .fasicon.icon-Download::before,
.ekit-wid-con .icon.icon-Download::before,
.icon.icon-Download::before {
  content: "\ebbd";
}
.ekit-wid-con .fasicon.icon-drilling::before,
.ekit-wid-con .icon.icon-drilling::before,
.icon.icon-drilling::before {
  content: "\ebbe";
}
.ekit-wid-con .fasicon.icon-engine::before,
.ekit-wid-con .icon.icon-engine::before,
.icon.icon-engine::before {
  content: "\ebbf";
}
.ekit-wid-con .fasicon.icon-engineer::before,
.ekit-wid-con .icon.icon-engineer::before,
.icon.icon-engineer::before {
  content: "\ebc0";
}
.ekit-wid-con .fasicon.icon-envelope::before,
.ekit-wid-con .icon.icon-envelope::before,
.icon.icon-envelope::before {
  content: "\ebc1";
}
.ekit-wid-con .fasicon.icon-Family::before,
.ekit-wid-con .icon.icon-Family::before,
.icon.icon-Family::before {
  content: "\ebc2";
}
.ekit-wid-con .fasicon.icon-friendship::before,
.ekit-wid-con .icon.icon-friendship::before,
.icon.icon-friendship::before {
  content: "\ebc3";
}
.ekit-wid-con .fasicon.icon-gift::before,
.ekit-wid-con .icon.icon-gift::before,
.icon.icon-gift::before {
  content: "\ebc4";
}
.ekit-wid-con .fasicon.icon-graph-2::before,
.ekit-wid-con .icon.icon-graph-2::before,
.icon.icon-graph-2::before {
  content: "\ebc5";
}
.ekit-wid-con .fasicon.icon-graph::before,
.ekit-wid-con .icon.icon-graph::before,
.icon.icon-graph::before {
  content: "\ebc6";
}
.ekit-wid-con .fasicon.icon-hamburger-2::before,
.ekit-wid-con .icon.icon-hamburger-2::before,
.icon.icon-hamburger-2::before {
  content: "\ebc7";
}
.ekit-wid-con .fasicon.icon-handshake::before,
.ekit-wid-con .icon.icon-handshake::before,
.icon.icon-handshake::before {
  content: "\ebc8";
}
.ekit-wid-con .fasicon.icon-Helmet::before,
.ekit-wid-con .icon.icon-Helmet::before,
.icon.icon-Helmet::before {
  content: "\ebc9";
}
.ekit-wid-con .fasicon.icon-hot-Stone-2::before,
.ekit-wid-con .icon.icon-hot-Stone-2::before,
.icon.icon-hot-Stone-2::before {
  content: "\ebca";
}
.ekit-wid-con .fasicon.icon-hot-stone::before,
.ekit-wid-con .icon.icon-hot-stone::before,
.icon.icon-hot-stone::before {
  content: "\ebcb";
}
.ekit-wid-con .fasicon.icon-idea::before,
.ekit-wid-con .icon.icon-idea::before,
.icon.icon-idea::before {
  content: "\ebcc";
}
.ekit-wid-con .fasicon.icon-Leaf::before,
.ekit-wid-con .icon.icon-Leaf::before,
.icon.icon-Leaf::before {
  content: "\ebcd";
}
.ekit-wid-con .fasicon.icon-management::before,
.ekit-wid-con .icon.icon-management::before,
.icon.icon-management::before {
  content: "\ebce";
}
.ekit-wid-con .fasicon.icon-Massage-table::before,
.ekit-wid-con .icon.icon-Massage-table::before,
.icon.icon-Massage-table::before {
  content: "\ebcf";
}
.ekit-wid-con .fasicon.icon-Mechanic::before,
.ekit-wid-con .icon.icon-Mechanic::before,
.icon.icon-Mechanic::before {
  content: "\ebd0";
}
.ekit-wid-con .fasicon.icon-Money-2::before,
.ekit-wid-con .icon.icon-Money-2::before,
.icon.icon-Money-2::before {
  content: "\ebd2";
}
.ekit-wid-con .fasicon.icon-money-bag::before,
.ekit-wid-con .icon.icon-money-bag::before,
.icon.icon-money-bag::before {
  content: "\ebd3";
}
.ekit-wid-con .fasicon.icon-Money::before,
.ekit-wid-con .icon.icon-Money::before,
.icon.icon-Money::before {
  content: "\ebd4";
}
.ekit-wid-con .fasicon.icon-oil-bottle::before,
.ekit-wid-con .icon.icon-oil-bottle::before,
.icon.icon-oil-bottle::before {
  content: "\ebd5";
}
.ekit-wid-con .fasicon.icon-Physiotherapy::before,
.ekit-wid-con .icon.icon-Physiotherapy::before,
.icon.icon-Physiotherapy::before {
  content: "\ebd6";
}
.ekit-wid-con .fasicon.icon-Profile::before,
.ekit-wid-con .icon.icon-Profile::before,
.icon.icon-Profile::before {
  content: "\ebd7";
}
.ekit-wid-con .fasicon.icon-Rating::before,
.ekit-wid-con .icon.icon-Rating::before,
.icon.icon-Rating::before {
  content: "\ebd8";
}
.ekit-wid-con .fasicon.icon-right-mark::before,
.ekit-wid-con .icon.icon-right-mark::before,
.icon.icon-right-mark::before {
  content: "\ebd9";
}
.ekit-wid-con .fasicon.icon-rings::before,
.ekit-wid-con .icon.icon-rings::before,
.icon.icon-rings::before {
  content: "\ebda";
}
.ekit-wid-con .fasicon.icon-Safe-house::before,
.ekit-wid-con .icon.icon-Safe-house::before,
.icon.icon-Safe-house::before {
  content: "\ebdb";
}
.ekit-wid-con .fasicon.icon-Scan::before,
.ekit-wid-con .icon.icon-Scan::before,
.icon.icon-Scan::before {
  content: "\ebdc";
}
.ekit-wid-con .fasicon.icon-social-care::before,
.ekit-wid-con .icon.icon-social-care::before,
.icon.icon-social-care::before {
  content: "\ebdd";
}
.ekit-wid-con .fasicon.icon-Speed-Clock::before,
.ekit-wid-con .icon.icon-Speed-Clock::before,
.icon.icon-Speed-Clock::before {
  content: "\ebde";
}
.ekit-wid-con .fasicon.icon-stopwatch::before,
.ekit-wid-con .icon.icon-stopwatch::before,
.icon.icon-stopwatch::before {
  content: "\ebdf";
}
.ekit-wid-con .fasicon.icon-Support-2::before,
.ekit-wid-con .icon.icon-Support-2::before,
.icon.icon-Support-2::before {
  content: "\ebe0";
}
.ekit-wid-con .fasicon.icon-target-2::before,
.ekit-wid-con .icon.icon-target-2::before,
.icon.icon-target-2::before {
  content: "\ebe1";
}
.ekit-wid-con .fasicon.icon-Target::before,
.ekit-wid-con .icon.icon-Target::before,
.icon.icon-Target::before {
  content: "\ebe2";
}
.ekit-wid-con .fasicon.icon-tripod::before,
.ekit-wid-con .icon.icon-tripod::before,
.icon.icon-tripod::before {
  content: "\ebe3";
}
.ekit-wid-con .fasicon.icon-truck::before,
.ekit-wid-con .icon.icon-truck::before,
.icon.icon-truck::before {
  content: "\ebe4";
}
.ekit-wid-con .fasicon.icon-university::before,
.ekit-wid-con .icon.icon-university::before,
.icon.icon-university::before {
  content: "\ebe5";
}
.ekit-wid-con .fasicon.icon-User::before,
.ekit-wid-con .icon.icon-User::before,
.icon.icon-User::before {
  content: "\ebe6";
}
.ekit-wid-con .fasicon.icon-Web-Portals::before,
.ekit-wid-con .icon.icon-Web-Portals::before,
.icon.icon-Web-Portals::before {
  content: "\ebe7";
}
.ekit-wid-con .fasicon.icon-window::before,
.ekit-wid-con .icon.icon-window::before,
.icon.icon-window::before {
  content: "\ebe8";
}
.ekit-wid-con .fasicon.icon-ek_line_icon::before,
.ekit-wid-con .icon.icon-ek_line_icon::before,
.icon.icon-ek_line_icon::before {
  content: "\ebe9";
}
.ekit-wid-con .fasicon.icon-ek_stroke_icon::before,
.ekit-wid-con .icon.icon-ek_stroke_icon::before,
.icon.icon-ek_stroke_icon::before {
  content: "\eba1";
}
.ekit-wid-con .fasicon.icon-ekit::before,
.ekit-wid-con .icon.icon-ekit::before,
.icon.icon-ekit::before {
  content: "\e947";
}
.ekit-wid-con .fasicon.icon-elements-kit-logo::before,
.ekit-wid-con .icon.icon-elements-kit-logo::before,
.icon.icon-elements-kit-logo::before {
  content: "\e90d";
}
.ekit-wid-con .fasicon.icon-degree-image::before,
.ekit-wid-con .icon.icon-degree-image::before,
.icon.icon-degree-image::before {
  content: "\e900";
}
.ekit-wid-con .fasicon.icon-accordion::before,
.ekit-wid-con .icon.icon-accordion::before,
.icon.icon-accordion::before {
  content: "\e901";
}
.ekit-wid-con .fasicon.icon-animated-flip-box::before,
.ekit-wid-con .icon.icon-animated-flip-box::before,
.icon.icon-animated-flip-box::before {
  content: "\e902";
}
.ekit-wid-con .fasicon.icon-animated-text::before,
.ekit-wid-con .icon.icon-animated-text::before,
.icon.icon-animated-text::before {
  content: "\e903";
}
.ekit-wid-con .fasicon.icon-brands::before,
.ekit-wid-con .icon.icon-brands::before,
.icon.icon-brands::before {
  content: "\e904";
}
.ekit-wid-con .fasicon.icon-business-hour::before,
.ekit-wid-con .icon.icon-business-hour::before,
.icon.icon-business-hour::before {
  content: "\e905";
}
.ekit-wid-con .fasicon.icon-button::before,
.ekit-wid-con .icon.icon-button::before,
.icon.icon-button::before {
  content: "\e906";
}
.ekit-wid-con .fasicon.icon-carousel::before,
.ekit-wid-con .icon.icon-carousel::before,
.icon.icon-carousel::before {
  content: "\e907";
}
.ekit-wid-con .fasicon.icon-Circle-progress::before,
.ekit-wid-con .icon.icon-Circle-progress::before,
.icon.icon-Circle-progress::before {
  content: "\e908";
}
.ekit-wid-con .fasicon.icon-contact-form::before,
.ekit-wid-con .icon.icon-contact-form::before,
.icon.icon-contact-form::before {
  content: "\e909";
}
.ekit-wid-con .fasicon.icon-countdown-timer::before,
.ekit-wid-con .icon.icon-countdown-timer::before,
.icon.icon-countdown-timer::before {
  content: "\e90a";
}
.ekit-wid-con .fasicon.icon-dropbar::before,
.ekit-wid-con .icon.icon-dropbar::before,
.icon.icon-dropbar::before {
  content: "\e90c";
}
.ekit-wid-con .fasicon.icon-faq::before,
.ekit-wid-con .icon.icon-faq::before,
.icon.icon-faq::before {
  content: "\e90e";
}
.ekit-wid-con .fasicon.icon-full-width-scroll::before,
.ekit-wid-con .icon.icon-full-width-scroll::before,
.icon.icon-full-width-scroll::before {
  content: "\e90f";
}
.ekit-wid-con .fasicon.icon-google-map::before,
.ekit-wid-con .icon.icon-google-map::before,
.icon.icon-google-map::before {
  content: "\e910";
}
.ekit-wid-con .fasicon.icon-heading-style::before,
.ekit-wid-con .icon.icon-heading-style::before,
.icon.icon-heading-style::before {
  content: "\e911";
}
.ekit-wid-con .fasicon.icon-help-desk::before,
.ekit-wid-con .icon.icon-help-desk::before,
.icon.icon-help-desk::before {
  content: "\e912";
}
.ekit-wid-con .fasicon.icon-horizontal-timeline::before,
.ekit-wid-con .icon.icon-horizontal-timeline::before,
.icon.icon-horizontal-timeline::before {
  content: "\e913";
}
.ekit-wid-con .fasicon.icon-iframe::before,
.ekit-wid-con .icon.icon-iframe::before,
.icon.icon-iframe::before {
  content: "\e914";
}
.ekit-wid-con .fasicon.icon-image-comparison::before,
.ekit-wid-con .icon.icon-image-comparison::before,
.icon.icon-image-comparison::before {
  content: "\e915";
}
.ekit-wid-con .fasicon.icon-image-gallery::before,
.ekit-wid-con .icon.icon-image-gallery::before,
.icon.icon-image-gallery::before {
  content: "\e916";
}
.ekit-wid-con .fasicon.icon-image-justify::before,
.ekit-wid-con .icon.icon-image-justify::before,
.icon.icon-image-justify::before {
  content: "\e917";
}
.ekit-wid-con .fasicon.icon-image-magnifier::before,
.ekit-wid-con .icon.icon-image-magnifier::before,
.icon.icon-image-magnifier::before {
  content: "\e918";
}
.ekit-wid-con .fasicon.icon-image-masonry::before,
.ekit-wid-con .icon.icon-image-masonry::before,
.icon.icon-image-masonry::before {
  content: "\e919";
}
.ekit-wid-con .fasicon.icon-inline-svg::before,
.ekit-wid-con .icon.icon-inline-svg::before,
.icon.icon-inline-svg::before {
  content: "\e91a";
}
.ekit-wid-con .fasicon.icon-instagram::before,
.ekit-wid-con .icon.icon-instagram::before,
.icon.icon-instagram::before {
  content: "\e91b";
}
.ekit-wid-con .fasicon.icon-listing::before,
.ekit-wid-con .icon.icon-listing::before,
.icon.icon-listing::before {
  content: "\e91c";
}
.ekit-wid-con .fasicon.icon-music-player::before,
.ekit-wid-con .icon.icon-music-player::before,
.icon.icon-music-player::before {
  content: "\e91d";
}
.ekit-wid-con .fasicon.icon-news-ticker::before,
.ekit-wid-con .icon.icon-news-ticker::before,
.icon.icon-news-ticker::before {
  content: "\e91e";
}
.ekit-wid-con .fasicon.icon-off-canvus-menu::before,
.ekit-wid-con .icon.icon-off-canvus-menu::before,
.icon.icon-off-canvus-menu::before {
  content: "\e91f";
}
.ekit-wid-con .fasicon.icon-parallax::before,
.ekit-wid-con .icon.icon-parallax::before,
.icon.icon-parallax::before {
  content: "\e920";
}
.ekit-wid-con .fasicon.icon-portfolio::before,
.ekit-wid-con .icon.icon-portfolio::before,
.icon.icon-portfolio::before {
  content: "\e921";
}
.ekit-wid-con .fasicon.icon-post-banner::before,
.ekit-wid-con .icon.icon-post-banner::before,
.icon.icon-post-banner::before {
  content: "\e922";
}
.ekit-wid-con .fasicon.icon-post-carousel::before,
.ekit-wid-con .icon.icon-post-carousel::before,
.icon.icon-post-carousel::before {
  content: "\e923";
}
.ekit-wid-con .fasicon.icon-post-grid::before,
.ekit-wid-con .icon.icon-post-grid::before,
.icon.icon-post-grid::before {
  content: "\e924";
}
.ekit-wid-con .fasicon.icon-post-slider::before,
.ekit-wid-con .icon.icon-post-slider::before,
.icon.icon-post-slider::before {
  content: "\e925";
}
.ekit-wid-con .fasicon.icon-pricing-list::before,
.ekit-wid-con .icon.icon-pricing-list::before,
.icon.icon-pricing-list::before {
  content: "\e926";
}
.ekit-wid-con .fasicon.icon-pricing-table::before,
.ekit-wid-con .icon.icon-pricing-table::before,
.icon.icon-pricing-table::before {
  content: "\e927";
}
.ekit-wid-con .fasicon.icon-product-featured::before,
.ekit-wid-con .icon.icon-product-featured::before,
.icon.icon-product-featured::before {
  content: "\e928";
}
.ekit-wid-con .fasicon.icon-product-image::before,
.ekit-wid-con .icon.icon-product-image::before,
.icon.icon-product-image::before {
  content: "\e929";
}
.ekit-wid-con .fasicon.icon-product-recent::before,
.ekit-wid-con .icon.icon-product-recent::before,
.icon.icon-product-recent::before {
  content: "\e92a";
}
.ekit-wid-con .fasicon.icon-product-sale::before,
.ekit-wid-con .icon.icon-product-sale::before,
.icon.icon-product-sale::before {
  content: "\e92b";
}
.ekit-wid-con .fasicon.icon-product-top-rated::before,
.ekit-wid-con .icon.icon-product-top-rated::before,
.icon.icon-product-top-rated::before {
  content: "\e92c";
}
.ekit-wid-con .fasicon.icon-product-top-seller::before,
.ekit-wid-con .icon.icon-product-top-seller::before,
.icon.icon-product-top-seller::before {
  content: "\e92d";
}
.ekit-wid-con .fasicon.icon-progress-bar::before,
.ekit-wid-con .icon.icon-progress-bar::before,
.icon.icon-progress-bar::before {
  content: "\e92e";
}
.ekit-wid-con .fasicon.icon-protected-content-v2::before,
.ekit-wid-con .icon.icon-protected-content-v2::before,
.icon.icon-protected-content-v2::before {
  content: "\e92f";
}
.ekit-wid-con .fasicon.icon-protected-content-v3::before,
.ekit-wid-con .icon.icon-protected-content-v3::before,
.icon.icon-protected-content-v3::before {
  content: "\e930";
}
.ekit-wid-con .fasicon.icon-protected-content::before,
.ekit-wid-con .icon.icon-protected-content::before,
.icon.icon-protected-content::before {
  content: "\e931";
}
.ekit-wid-con .fasicon.icon-qr_code::before,
.ekit-wid-con .icon.icon-qr_code::before,
.icon.icon-qr_code::before {
  content: "\e932";
}
.ekit-wid-con .fasicon.icon-scroll-button::before,
.ekit-wid-con .icon.icon-scroll-button::before,
.icon.icon-scroll-button::before {
  content: "\e933";
}
.ekit-wid-con .fasicon.icon-search1::before,
.ekit-wid-con .icon.icon-search1::before,
.icon.icon-search1::before {
  content: "\e934";
}
.ekit-wid-con .fasicon.icon-service::before,
.ekit-wid-con .icon.icon-service::before,
.icon.icon-service::before {
  content: "\e935";
}
.ekit-wid-con .fasicon.icon-slider-image::before,
.ekit-wid-con .icon.icon-slider-image::before,
.icon.icon-slider-image::before {
  content: "\e936";
}
.ekit-wid-con .fasicon.icon-social-share::before,
.ekit-wid-con .icon.icon-social-share::before,
.icon.icon-social-share::before {
  content: "\e937";
}
.ekit-wid-con .fasicon.icon-subscribe::before,
.ekit-wid-con .icon.icon-subscribe::before,
.icon.icon-subscribe::before {
  content: "\e938";
}
.ekit-wid-con .fasicon.icon-tab::before,
.ekit-wid-con .icon.icon-tab::before,
.icon.icon-tab::before {
  content: "\e939";
}
.ekit-wid-con .fasicon.icon-table::before,
.ekit-wid-con .icon.icon-table::before,
.icon.icon-table::before {
  content: "\e93a";
}
.ekit-wid-con .fasicon.icon-team-join::before,
.ekit-wid-con .icon.icon-team-join::before,
.icon.icon-team-join::before {
  content: "\e93b";
}
.ekit-wid-con .fasicon.icon-team-member::before,
.ekit-wid-con .icon.icon-team-member::before,
.icon.icon-team-member::before {
  content: "\e93c";
}
.ekit-wid-con .fasicon.icon-testimonial-carousel::before,
.ekit-wid-con .icon.icon-testimonial-carousel::before,
.icon.icon-testimonial-carousel::before {
  content: "\e93d";
}
.ekit-wid-con .fasicon.icon-testimonial-grid::before,
.ekit-wid-con .icon.icon-testimonial-grid::before,
.icon.icon-testimonial-grid::before {
  content: "\e93e";
}
.ekit-wid-con .fasicon.icon-testimonial-quote::before,
.ekit-wid-con .icon.icon-testimonial-quote::before,
.icon.icon-testimonial-quote::before {
  content: "\e93f";
}
.ekit-wid-con .fasicon.icon-testimonial-slider::before,
.ekit-wid-con .icon.icon-testimonial-slider::before,
.icon.icon-testimonial-slider::before {
  content: "\e940";
}
.ekit-wid-con .fasicon.icon-toggle::before,
.ekit-wid-con .icon.icon-toggle::before,
.icon.icon-toggle::before {
  content: "\e941";
}
.ekit-wid-con .fasicon.icon-user-login::before,
.ekit-wid-con .icon.icon-user-login::before,
.icon.icon-user-login::before {
  content: "\e942";
}
.ekit-wid-con .fasicon.icon-user-registration::before,
.ekit-wid-con .icon.icon-user-registration::before,
.icon.icon-user-registration::before {
  content: "\e943";
}
.ekit-wid-con .fasicon.icon-vertical-timeline::before,
.ekit-wid-con .icon.icon-vertical-timeline::before,
.icon.icon-vertical-timeline::before {
  content: "\e944";
}
.ekit-wid-con .fasicon.icon-video-player::before,
.ekit-wid-con .icon.icon-video-player::before,
.icon.icon-video-player::before {
  content: "\e945";
}
.ekit-wid-con .fasicon.icon-weather::before,
.ekit-wid-con .icon.icon-weather::before,
.icon.icon-weather::before {
  content: "\e946";
}
.ekit-wid-con .fasicon.icon-image-hover-effect::before,
.ekit-wid-con .icon.icon-image-hover-effect::before,
.icon.icon-image-hover-effect::before {
  content: "\ebea";
}
.ekit-wid-con .fasicon.icon-audio-player::before,
.ekit-wid-con .icon.icon-audio-player::before,
.icon.icon-audio-player::before {
  content: "\ebeb";
}
.ekit-wid-con .fasicon.icon-category-list::before,
.ekit-wid-con .icon.icon-category-list::before,
.icon.icon-category-list::before {
  content: "\ebec";
}
.ekit-wid-con .fasicon.icon-fancy-heading::before,
.ekit-wid-con .icon.icon-fancy-heading::before,
.icon.icon-fancy-heading::before {
  content: "\ebed";
}
.ekit-wid-con .fasicon.icon-google-review::before,
.ekit-wid-con .icon.icon-google-review::before,
.icon.icon-google-review::before {
  content: "\ebee";
}
.ekit-wid-con .fasicon.icon-image-masking::before,
.ekit-wid-con .icon.icon-image-masking::before,
.icon.icon-image-masking::before {
  content: "\ebef";
}
.ekit-wid-con .fasicon.icon-image-morphing::before,
.ekit-wid-con .icon.icon-image-morphing::before,
.icon.icon-image-morphing::before {
  content: "\ebf0";
}
.ekit-wid-con .fasicon.icon-page-list::before,
.ekit-wid-con .icon.icon-page-list::before,
.icon.icon-page-list::before {
  content: "\ebf1";
}
.ekit-wid-con .fasicon.icon-post-list::before,
.ekit-wid-con .icon.icon-post-list::before,
.icon.icon-post-list::before {
  content: "\ebf2";
}
.ekit-wid-con .fasicon.icon-price-menu::before,
.ekit-wid-con .icon.icon-price-menu::before,
.icon.icon-price-menu::before {
  content: "\ebf3";
}
.ekit-wid-con .fasicon.icon-stylish-list::before,
.ekit-wid-con .icon.icon-stylish-list::before,
.icon.icon-stylish-list::before {
  content: "\ebf4";
}
.ekit-wid-con .fasicon.icon-advanced-tooltip::before,
.ekit-wid-con .icon.icon-advanced-tooltip::before,
.icon.icon-advanced-tooltip::before {
  content: "\ebf5";
}
.ekit-wid-con .fasicon.icon-avatar::before,
.ekit-wid-con .icon.icon-avatar::before,
.icon.icon-avatar::before {
  content: "\ebf6";
}
.ekit-wid-con .fasicon.icon-content-ticker::before,
.ekit-wid-con .icon.icon-content-ticker::before,
.icon.icon-content-ticker::before {
  content: "\ebf7";
}
.ekit-wid-con .fasicon.icon-coupon-code::before,
.ekit-wid-con .icon.icon-coupon-code::before,
.icon.icon-coupon-code::before {
  content: "\ebf8";
}
.ekit-wid-con .fasicon.icon-flip-box::before,
.ekit-wid-con .icon.icon-flip-box::before,
.icon.icon-flip-box::before {
  content: "\ebf9";
}
.ekit-wid-con .fasicon.icon-next-dark::before,
.ekit-wid-con .icon.icon-next-dark::before,
.icon.icon-next-dark::before {
  content: "\ebfa";
}
.ekit-wid-con .fasicon.icon-onepage-scroll::before,
.ekit-wid-con .icon.icon-onepage-scroll::before,
.icon.icon-onepage-scroll::before {
  content: "\ebfb";
}
.ekit-wid-con .fasicon.icon-pause-dark::before,
.ekit-wid-con .icon.icon-pause-dark::before,
.icon.icon-pause-dark::before {
  content: "\ebfc";
}
.ekit-wid-con .fasicon.icon-previous-dark::before,
.ekit-wid-con .icon.icon-previous-dark::before,
.icon.icon-previous-dark::before {
  content: "\ebfd";
}
.ekit-wid-con .fasicon.icon-team-carousel-slider::before,
.ekit-wid-con .icon.icon-team-carousel-slider::before,
.icon.icon-team-carousel-slider::before {
  content: "\ebfe";
}
.ekit-wid-con .fasicon.icon-volume-cross::before,
.ekit-wid-con .icon.icon-volume-cross::before,
.icon.icon-volume-cross::before {
  content: "\ebff";
}
.ekit-wid-con .fasicon.icon-volume-dark::before,
.ekit-wid-con .icon.icon-volume-dark::before,
.icon.icon-volume-dark::before {
  content: "\ec00";
}
.ekit-wid-con .fasicon.icon-volume-high-dark::before,
.ekit-wid-con .icon.icon-volume-high-dark::before,
.icon.icon-volume-high-dark::before {
  content: "\ec01";
}
.ekit-wid-con .fasicon.icon-volume-low-dark::before,
.ekit-wid-con .icon.icon-volume-low-dark::before,
.icon.icon-volume-low-dark::before {
  content: "\ec02";
}
.ekit-wid-con .fasicon.icon-volume-mute::before,
.ekit-wid-con .icon.icon-volume-mute::before,
.icon.icon-volume-mute::before {
  content: "\ec03";
}
.ekit-wid-con .fasicon.icon-youtube-feed::before,
.ekit-wid-con .icon.icon-youtube-feed::before,
.icon.icon-youtube-feed::before {
  content: "\ec04";
}
.ekit-wid-con .fasicon.icon-interactive-link::before,
.ekit-wid-con .icon.icon-interactive-link::before,
.icon.icon-interactive-link::before {
  content: "\ec05";
}
.ekit-wid-con .icon.icon-x-twitter-square::before,
.icon.icon-x-twitter-square::before {
  content: "\ec06";
}
.ekit-wid-con .icon.icon-tiktok-square::before,
.icon.icon-tiktok-square::before {
  content: "\ec08";
}
.ekit-wid-con .icon.icon-tiktok:before,
.icon.icon-tiktok:before {
  content: "\ec07";
}
.ekit-wid-con .icon.icon-x-twitter:before,
.icon.icon-x-twitter:before {
  content: "\ec09";
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.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-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -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,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: 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%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-threads:before {
  content: "\e9cb";
}
.fa-threads-square:before {
  content: "\e9cc";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-x-twitter:before {
  content: "\e9ca";
}
.fa-x-twitter-square:before {
  content: "\e9c9";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
  src: url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff)
      format("woff"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.elementor-1025 .elementor-element.elementor-element-2ada184 {
  margin-top: 50px;
  margin-bottom: 0;
}
@font-face {
  font-display: swap;
  font-family: "icomoon";
  src: url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/icomoon/fonts/icomoon.eot?3aun5s);
  src: url("risingstarbuiltec/wp-content/plugins/quarter-addon/assets/icomoon/fonts/icomoon.eot?3aun5s#iefix")
      format("embedded-opentype"),
    url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/icomoon/fonts/icomoon.ttf?3aun5s)
      format("truetype"),
    url(risingstarbuiltec/wp-content/plugins/quarter-addon/assets/icomoon/fonts/icomoon.woff?3aun5s)
      format("woff"),
    url("risingstarbuiltec/wp-content/plugins/quarter-addon/assets/icomoon/fonts/icomoon.svg?3aun5s#icomoon")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cancel:before {
  content: "\e900";
}
.icon-star:before {
  content: "\e901";
}
.icon-star-1:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e903";
}
.icon-remove:before {
  content: "\e904";
}
.icon-compare:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-whatsapp:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-mail:before {
  content: "\e90b";
}
.icon-placeholder:before {
  content: "\e90c";
}
.icon-call:before {
  content: "\e90d";
}
.icon-left-arrow:before {
  content: "\e90e";
}
.icon-next:before {
  content: "\e90f";
}
.icon-arrows:before {
  content: "\e910";
}
.icon-down-arrow:before {
  content: "\e911";
}
.icon-mechanic:before {
  content: "\e912";
}
.icon-car-service:before {
  content: "\e913";
}
.icon-key:before {
  content: "\e914";
}
.icon-repair:before {
  content: "\e915";
}
.icon-car-parts:before {
  content: "\e916";
}
.icon-car:before {
  content: "\e917";
}
.icon-exterior:before {
  content: "\e918";
}
.icon-car-parts-1:before {
  content: "\e919";
}
.icon-maintenance:before {
  content: "\e91a";
}
.icon-car-1:before {
  content: "\e91b";
}
.icon-car-parts-2:before {
  content: "\e91c";
}
.icon-hand:before {
  content: "\e91d";
}
.icon-accumulator:before {
  content: "\e91e";
}
.icon-car-parts-3:before {
  content: "\e91f";
}
.icon-repair-1:before {
  content: "\e920";
}
.icon-carwash:before {
  content: "\e921";
}
.icon-car-parts-4:before {
  content: "\e922";
}
.icon-automobile:before {
  content: "\e923";
}
.icon-polisher:before {
  content: "\e924";
}
.icon-car-parts-5:before {
  content: "\e925";
}
.icon-gasoline:before {
  content: "\e926";
}
.icon-seat:before {
  content: "\e927";
}
.icon-car-parts-6:before {
  content: "\e928";
}
.icon-car-2:before {
  content: "\e929";
}
.icon-soap:before {
  content: "\e92a";
}
.icon-car-parts-7:before {
  content: "\e92b";
}
.icon-disc-brake:before {
  content: "\e92c";
}
.icon-car-parts-8:before {
  content: "\e92d";
}
.icon-wheel:before {
  content: "\e92e";
}
.icon-car-parts-9:before {
  content: "\e92f";
}
.icon-speedometer:before {
  content: "\e930";
}
.icon-maintenance-1:before {
  content: "\e931";
}
.icon-shopping-bags:before {
  content: "\e932";
}
.icon-shopping-cart:before {
  content: "\e933";
}
.icon-view:before {
  content: "\e934";
}
.icon-phone-call:before {
  content: "\e935";
}
.icon-calendar:before {
  content: "\e936";
}
.icon-calendar-1:before {
  content: "\e937";
}
.icon-right-arrow-angle:before {
  content: "\e938";
}
.icon-down-arrow-1:before {
  content: "\e939";
}
.icon-up-arrow-angle:before {
  content: "\e93a";
}
.icon-search:before {
  content: "\e93b";
}
.icon-share:before {
  content: "\e93c";
}
.icon-left-arrow-1:before {
  content: "\e93d";
}
.icon-quotation:before {
  content: "\e93e";
}
.icon-user:before {
  content: "\e93f";
}
.icon-tag:before {
  content: "\e940";
}
.icon-play:before {
  content: "\e941";
}
.icon-done:before {
  content: "\e942";
}
.icon-electric-car:before {
  content: "\e943";
}
.icon-cog:before {
  content: "\e944";
}
.icon-car-3:before {
  content: "\e945";
}
.icon-tyre:before {
  content: "\e946";
}
.icon-wheel-1:before {
  content: "\e947";
}
.icon-tire:before {
  content: "\e948";
}
.icon-tire-1:before {
  content: "\e949";
}
.icon-flat-tire:before {
  content: "\e94a";
}
.icon-pressure:before {
  content: "\e94b";
}
.icon-right-quote:before {
  content: "\e94c";
}
.icon-quote:before {
  content: "\e94d";
}
.icon-quotation-1:before {
  content: "\e94e";
}
.icon-quote-1:before {
  content: "\e94f";
}
.icon-open:before {
  content: "\e950";
}
.icon-options:before {
  content: "\e951";
}
.icon-location:before {
  content: "\e952";
}
.icon-edit:before {
  content: "\e953";
}
.icon-award:before {
  content: "\e954";
}
.icon-menu:before {
  content: "\e955";
}
.icon-categories:before {
  content: "\e956";
}
.icon-menu-1:before {
  content: "\e957";
}
.icon-menu-2:before {
  content: "\e958";
}
.icon-bookmark:before {
  content: "\e959";
}
.icon-bookmark-1:before {
  content: "\e95a";
}
.icon-reply:before {
  content: "\e95b";
}
.icon-reply-1:before {
  content: "\e95c";
}
.icon-globe:before {
  content: "\e95d";
}
.icon-clock:before {
  content: "\e95e";
}
.icon-alarm-clock:before {
  content: "\e95f";
}
