@charset "UTF-8";
/*====================

- Vendor
- Atoms
- Molecules

==================*/
.h-offset--yes .selector[data-columns="2-columns"]:nth-child(2) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="3-columns"]:nth-child(1) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="3-columns"]:nth-child(3) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="4-columns"]:nth-child(1) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="4-columns"]:nth-child(3) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="5-columns"]:nth-child(1) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="5-columns"]:nth-child(3) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="5-columns"]:nth-child(5) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="6-columns"]:nth-child(1) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="6-columns"]:nth-child(3) {
  margin-top: 30px;
}
.h-offset--yes .selector[data-columns="6-columns"]:nth-child(5) {
  margin-top: 30px;
}

.animated:not(.dialog-widget-content) {
  -webkit-animation-duration: calc(600ms) !important;
          animation-duration: calc(600ms) !important;
}
.animated:not(.dialog-widget-content).animated-fast {
  -webkit-animation-duration: calc(450ms) !important;
          animation-duration: calc(450ms) !important;
}
.animated:not(.dialog-widget-content).animated-slow {
  -webkit-animation-duration: calc(800ms) !important;
          animation-duration: calc(800ms) !important;
}

.animated-fast {
  -webkit-animation-duration: calc(450ms) !important;
          animation-duration: calc(450ms) !important;
}

.animated-slow {
  -webkit-animation-duration: calc(800ms) !important;
          animation-duration: calc(800ms) !important;
}

.h-kenBurnsNeuron {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.h-kenBurnsNeuron--out {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.h-kenBurnsNeuron--active {
  -webkit-transition-duration: 20s;
          transition-duration: 20s;
}
.h-kenBurnsNeuron--active.h-kenBurnsNeuron--out {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.h-kenBurnsNeuron--active.h-kenBurnsNeuron--in {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

body:not(.elementor-editor-active) .h-neuron-animation--wow:not(.active) {
  -webkit-animation-name: none;
          animation-name: none;
  opacity: 0;
}
body:not(.elementor-editor-active) .h-neuron-animation--wow:not(.active):not(.swiper-slide-duplicate) {
  visibility: hidden;
}
body:not(.elementor-editor-active) .h-neuron-animation--wow.active {
  opacity: 1;
}

.h-neuron-animation--fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.h-neuron-animation--slideUp {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--slideDown {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--slideFromLeft {
  -webkit-animation-name: slideFromLeft;
          animation-name: slideFromLeft;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--slideFromRight {
  -webkit-animation-name: slideFromRight;
          animation-name: slideFromRight;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--scaleIn {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--curtainUp {
  -webkit-animation-name: curtainUp;
          animation-name: curtainUp;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-neuron-animation--curtainDown {
  -webkit-animation-name: curtainDown;
          animation-name: curtainDown;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-neuron-animation--curtainFromLeft {
  -webkit-animation-name: curtainFromLeft;
          animation-name: curtainFromLeft;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-neuron-animation--curtainFromRight {
  -webkit-animation-name: curtainFromRight;
          animation-name: curtainFromRight;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-neuron-animation--specialOne {
  -webkit-animation-name: specialOne;
          animation-name: specialOne;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-neuron-animation--tiltUp {
  -webkit-animation-name: tiltUp;
          animation-name: tiltUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--tiltDown {
  -webkit-animation-name: tiltDown;
          animation-name: tiltDown;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--clipFromRight {
  -webkit-animation-name: clipFromRight;
          animation-name: clipFromRight;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--clipFromLeft {
  -webkit-animation-name: clipFromLeft;
          animation-name: clipFromLeft;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--clipUp {
  -webkit-animation-name: clipUp;
          animation-name: clipUp;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--clipBottom {
  -webkit-animation-name: clipBottom;
          animation-name: clipBottom;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-neuron-animation--reverse {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-direction: reverse;
}

.elementor-animation-neuron-animation--slideRight {
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.elementor-animation-neuron-animation--slideRight:hover {
  background-position: left bottom;
}
.elementor-animation-neuron-animation--slideDown {
  background-size: 100% 200%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.elementor-animation-neuron-animation--slideDown:hover {
  background-position: center top;
}
.elementor-animation-neuron-animation--slideLine span {
  position: relative;
  overflow: hidden;
}
.elementor-animation-neuron-animation--slideLine span ::after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(33%, currentColor), color-stop(33%, transparent), color-stop(66%, transparent), color-stop(66%, currentColor), to(currentColor));
  background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
  -webkit-transform: translateX(-66%);
      -ms-transform: translateX(-66%);
          transform: translateX(-66%);
  -webkit-transition: all 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
  transition: all 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}
.elementor-animation-neuron-animation--slideLine span:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.elementor-animation-neuron-animation--iconForward .elementor-button-icon {
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-animation-neuron-animation--iconForward:hover .elementor-button-icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.elementor-animation-neuron-animation--playCircle svg {
  overflow: visible;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.elementor-animation-neuron-animation--playCircle svg path:last-child {
  stroke-dashoffset: 0;
  stroke-dasharray: 440;
  stroke-width: 2px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.elementor-animation-neuron-animation--playCircle svg path:first-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.elementor-animation-neuron-animation--playCircle:hover svg path:last-child {
  opacity: 1;
  stroke-dashoffset: -440;
}
.elementor-animation-neuron-animation--playCircle:hover svg path:first-child {
  -webkit-transform: scale(1.1) rotate(90deg);
      -ms-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
}
.elementor-animation-neuron-animation--iconDuplicate .elementor-button-icon {
  overflow: hidden;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: relative;
}
.elementor-animation-neuron-animation--iconDuplicate svg,
.elementor-animation-neuron-animation--iconDuplicate i {
  display: inline-block;
  opacity: 1;
  vertical-align: top;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.elementor-animation-neuron-animation--iconDuplicate svg:first-child,
.elementor-animation-neuron-animation--iconDuplicate i:first-child {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.elementor-animation-neuron-animation--iconDuplicate svg:last-child,
.elementor-animation-neuron-animation--iconDuplicate i:last-child {
  opacity: 0;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  position: absolute;
  top: 0;
}
.elementor-animation-neuron-animation--iconDuplicate:hover svg:first-child,
.elementor-animation-neuron-animation--iconDuplicate:hover i:first-child {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.elementor-animation-neuron-animation--iconDuplicate:hover svg:last-child,
.elementor-animation-neuron-animation--iconDuplicate:hover i:last-child {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.neuron-arrows-animation--iconDuplicate .neuron-icon {
  overflow: hidden;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: relative;
}
.neuron-arrows-animation--iconDuplicate svg,
.neuron-arrows-animation--iconDuplicate i {
  display: inline-block;
  opacity: 1;
  vertical-align: top;
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.neuron-arrows-animation--iconDuplicate svg:first-child,
.neuron-arrows-animation--iconDuplicate i:first-child {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.neuron-arrows-animation--iconDuplicate svg:last-child,
.neuron-arrows-animation--iconDuplicate i:last-child {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  top: 0;
}
.neuron-arrows-animation--iconDuplicate .neuron-icon:hover svg:first-child,
.neuron-arrows-animation--iconDuplicate .neuron-icon:hover i:first-child {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.neuron-arrows-animation--iconDuplicate .neuron-icon:hover svg:last-child,
.neuron-arrows-animation--iconDuplicate .neuron-icon:hover i:last-child {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.zoomIn {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
            transform: matrix(1, 0, 0, 1, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
            transform: matrix(1, 0, 0, 1, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
            transform: matrix(1, 0, 0, 1, 0, -20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
            transform: matrix(1, 0, 0, 1, 0, -20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, -20, 0);
            transform: matrix(1, 0, 0, 1, -20, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, -20, 0);
            transform: matrix(1, 0, 0, 1, -20, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 20, 0);
            transform: matrix(1, 0, 0, 1, 20, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 20, 0);
            transform: matrix(1, 0, 0, 1, 20, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: matrix(0.92, 0, 0, 0.92, 0, 0);
            transform: matrix(0.92, 0, 0, 0.92, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: matrix(0.92, 0, 0, 0.92, 0, 0);
            transform: matrix(0.92, 0, 0, 0.92, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes curtainUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes curtainUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes curtainDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes curtainDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes curtainFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes curtainFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes curtainFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes curtainFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes clipUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipFromLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipFromLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipFromRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipFromRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes tiltUp {
  0% {
    -webkit-transform: matrix(0.92, 0.03, 0, 0.92, 0, 20);
            transform: matrix(0.92, 0.03, 0, 0.92, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes tiltUp {
  0% {
    -webkit-transform: matrix(0.92, 0.03, 0, 0.92, 0, 20);
            transform: matrix(0.92, 0.03, 0, 0.92, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes tiltDown {
  0% {
    -webkit-transform: matrix(0.92, -0.03, 0, 0.92, 0, 20);
            transform: matrix(0.92, -0.03, 0, 0.92, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes tiltDown {
  0% {
    -webkit-transform: matrix(0.92, -0.03, 0, 0.92, 0, 20);
            transform: matrix(0.92, -0.03, 0, 0.92, 0, 20);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes specialOne {
  0% {
    -webkit-transform: rotateX(75deg) rotateY(10deg) rotateZ(-9deg);
            transform: rotateX(75deg) rotateY(10deg) rotateZ(-9deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    opacity: 1;
  }
}
@keyframes specialOne {
  0% {
    -webkit-transform: rotateX(75deg) rotateY(10deg) rotateZ(-9deg);
            transform: rotateX(75deg) rotateY(10deg) rotateZ(-9deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.h-neuron-size--xs.a-neuron-button {
  font-size: 11px;
  padding: 12px 20px;
}
.h-neuron-size--xs.m-neuron-form__field {
  font-size: 12px;
  min-height: 30px;
  padding: 4px 12px;
}
.h-neuron-size--sm.a-neuron-button {
  font-size: 14px;
  padding: 12px 24px;
}
.h-neuron-size--md.a-neuron-button {
  font-size: 16px;
  padding: 14px 30px;
}
.h-neuron-size--md.m-neuron-form__field {
  font-size: 16px;
  min-height: 48px;
  padding: 6px 16px;
}
.h-neuron-size--lg.a-neuron-button {
  font-size: 18px;
  padding: 18px 40px;
}
.h-neuron-size--lg.m-neuron-form__field {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}
.h-neuron-size--xl.a-neuron-button {
  font-size: 20px;
  padding: 22px 50px;
}
.h-neuron-size--xl.m-neuron-form__field {
  font-size: 22px;
  min-height: 70px;
  padding: 8px 22px;
}

#wpadminbar #wp-admin-bar-neuron_theme_builder a.ab-item:before {
  content: "\e91d";
  font-family: eicons;
  top: 4px;
  font-size: 13px;
  color: inherit;
}

#wpadminbar #wp-admin-bar-neuron_theme_builder a.ab-item:hover {
  background: #4ab7f4;
  color: #ffffff;
}

#wpadminbar #wp-admin-bar-neuron_theme_builder a.ab-item:hover:before {
  color: #ffffff;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
          transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-motion-effects-perspective {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

#wp-admin-bar-elementor_edit_page:hover .ab-sub-wrapper {
  display: block;
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid #fec449;
}

.h-neuron-form-spinner {
  margin-left: 8px;
}

#wpadminbar {
  z-index: 100000;
}

/*=========================
=           Atoms         =
=========================*/
/*=====================
=        Logo         =
=====================*/
.neuron-logo a {
  display: block;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.neuron-logo a img {
  display: block;
}

.neuron-site-title {
  margin-bottom: 0;
}

/*=========================
=        Hamburger        =
=========================*/
.a-hamburger {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.a-hamburger .a-hamburger__line--hide {
  left: -35px;
  margin-top: -2px;
}
.a-hamburger:hover .a-hamburger__line::before {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.a-hamburger:hover .a-hamburger__line .a-hamburger__line__inner::before, .a-hamburger:hover .a-hamburger__line .a-hamburger__line__inner::after {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.a-hamburger:hover .a-hamburger__line--hide::before {
  background-color: #000000;
  -webkit-transform: translateX(118%);
      -ms-transform: translateX(118%);
          transform: translateX(118%);
  opacity: 1;
}
.a-hamburger:hover .a-hamburger__line--hide .a-hamburger__line__inner::before, .a-hamburger:hover .a-hamburger__line--hide .a-hamburger__line__inner::after {
  background-color: #000000;
  -webkit-transform: translateX(118%);
      -ms-transform: translateX(118%);
          transform: translateX(118%);
  opacity: 1;
}
.a-hamburger .a-hamburger__line {
  cursor: pointer;
  display: block;
  position: relative;
  top: 10px;
  height: 2px;
}
.a-hamburger .a-hamburger__line::before {
  display: inline-block;
  content: "";
  background-color: #333333;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.a-hamburger .a-hamburger__line .a-hamburger__line__inner {
  display: block;
  background-color: transparent;
  width: 28px;
  height: 2px;
  position: relative;
}
.a-hamburger .a-hamburger__line .a-hamburger__line__inner::before, .a-hamburger .a-hamburger__line .a-hamburger__line__inner::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms, background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
}
.a-hamburger .a-hamburger__line .a-hamburger__line__inner::before {
  top: 8px;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.a-hamburger .a-hamburger__line .a-hamburger__line__inner::after {
  top: -8px;
}

/*==========================
=      Animated Heading    =
==========================*/
.elementor-widget-neuron-animated-heading:not(.elementor-invisible) .a-animated-heading__text--dynamic-wrapper svg path {
  -webkit-animation: neuron-headline-dash 10s;
          animation: neuron-headline-dash 10s;
}

.a-animated-heading {
  margin-bottom: 0;
}
.a-animated-heading--highlighted svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
}
.a-animated-heading--highlighted svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
}
.a-animated-heading--highlighted svg path:nth-of-type(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.a-animated-heading__text {
  z-index: 1;
  position: relative;
}
.a-animated-heading--dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}
@media (min-width: 1279px) {
  .a-animated-heading__direction-column .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-animated-heading__direction-row .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .a-animated-heading__direction-tablet-column .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-animated-heading__direction-tablet-row .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .a-animated-heading__direction-mobile-column .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-animated-heading__direction-mobile-row .a-animated-heading__text--dynamic-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.a-animated-heading--rotating__slide-down .a-animated-heading__text--dynamic-wrapper {
  vertical-align: top;
  display: inline-block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: left;
  overflow: hidden;
}
.a-animated-heading--rotating__slide-down .a-animated-heading__text--dynamic {
  opacity: 0;
  top: 0.2em;
  left: 0;
  display: inline-block;
  position: absolute;
  -webkit-animation: neuron-slide-down-out 0.6s;
          animation: neuron-slide-down-out 0.6s;
}
.a-animated-heading--rotating__slide-down .a-animated-heading__text--dynamic.active {
  opacity: 1;
  top: 0;
  position: relative;
  -webkit-animation: neuron-slide-down-in 0.6s;
          animation: neuron-slide-down-in 0.6s;
}
.a-animated-heading--rotating__typing .a-animated-heading__text--dynamic {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.a-animated-heading--rotating__typing .a-animated-heading__text--dynamic.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.a-animated-heading--rotating__typing .a-animated-heading__text--dynamic span {
  visibility: hidden;
  position: absolute;
}
.a-animated-heading--rotating__typing .a-animated-heading__text--dynamic span.active {
  position: relative;
  visibility: visible;
}
.a-animated-heading--animated__line .a-animated-heading__text--dynamic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a-animated-heading--animated__line .a-animated-heading__text--dynamic-wrapper .a-animated-heading__text--dynamic span {
  display: block;
}
.a-animated-heading--animated__line .a-animated-heading__text--dynamic-wrapper .a-animated-heading__text--dynamic span:not(.active) {
  opacity: 0;
}
.a-animated-heading--animated__word .a-animated-heading__text--dynamic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.a-animated-heading--animated__word .a-animated-heading__text--dynamic-wrapper .a-animated-heading__text--dynamic .a-animated-heading__text--word-cap {
  display: inline-block;
}
.a-animated-heading--animated__word .a-animated-heading__text--dynamic-wrapper .a-animated-heading__text--dynamic .a-animated-heading__text--word-cap:not(.active) {
  opacity: 0;
}
.a-animated-heading--animated__word .a-animated-heading__text--dynamic-wrapper .a-animated-heading__text--dynamic .a-animated-heading__text--word-cap:not(:last-child) {
  margin-right: 10px;
}

@-webkit-keyframes neuron-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes neuron-slide-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes neuron-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes neuron-slide-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes neuron-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes neuron-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
/*=======================
=      Share Buttons    =
========================*/
.elementor-widget-neuron-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container {
  width: 100%;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item {
  height: 2.75em;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--facebook {
  background-color: #3b5998;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--twitter {
  background-color: #55acee;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--linkedin {
  background-color: #0077b5;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--pinterest {
  background-color: #bd081c;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--reddit {
  background-color: #ff4500;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--vk {
  background-color: #45668e;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--odnoklassniki {
  background-color: #ed812b;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--tumblr {
  background-color: #35465c;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--delicious {
  background-color: #3399ff;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--digg {
  background-color: #005be2;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--skype {
  background-color: #00aff0;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--stumbleupon {
  background-color: #eb4924;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--telegram {
  background-color: #0088cc;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--pocket {
  background-color: #ef4056;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--xing {
  background-color: #026466;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--whatsapp {
  background-color: #25d366;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--email {
  background-color: #ea4335;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button--print {
  background-color: #333;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button__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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 2.75em;
  color: #fff;
}
.elementor-widget-neuron-share-buttons .elementor-widget-container .a-neuron-share-buttons .a-neuron-share-buttons__item .a-neuron-share-button__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent);
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper--align-left .a-neuron-share-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper--align-center .a-neuron-share-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper--align-right .a-neuron-share-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper--align-justify .a-neuron-share-buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-tablet--align-left .a-neuron-share-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-tablet--align-center .a-neuron-share-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-tablet--align-right .a-neuron-share-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-tablet--align-justify .a-neuron-share-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 720px) {
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-mobile--align-left .a-neuron-share-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-mobile--align-center .a-neuron-share-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-mobile--align-right .a-neuron-share-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .elementor-widget-neuron-share-buttons.a-neuron-share-buttons-wrapper-mobile--align-justify .a-neuron-share-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--minimal .a-neuron-share-button__text {
  background-image: none !important;
  background-color: #fff !important;
  color: #000 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--facebook {
  color: #3b5998 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--twitter {
  color: #55acee !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--linkedin {
  color: #0077b5 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--pinterest {
  color: #bd081c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--reddit {
  color: #ff4500 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--vk {
  color: #45668e !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--odnoklassniki {
  color: #ed812b !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--tumblr {
  color: #35465c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--delicious {
  color: #3399ff !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--digg {
  color: #005be2 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--skype {
  color: #00aff0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--stumbleupon {
  color: #eb4924 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--telegram {
  color: #0088cc !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--pocket {
  color: #ef4056 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--xing {
  color: #026466 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--whatsapp {
  color: #25d366 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--email {
  color: #ea4335 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button--print {
  color: #333 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button {
  background-color: transparent !important;
  border-style: solid;
  border-width: 2px;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button__icon {
  color: inherit !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--framed .a-neuron-share-button__text {
  background-image: none !important;
  background-color: inherit !important;
  color: inherit !important;
  padding-left: 0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--facebook {
  color: #3b5998 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--twitter {
  color: #55acee !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--linkedin {
  color: #0077b5 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--pinterest {
  color: #bd081c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--reddit {
  color: #ff4500 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--vk {
  color: #45668e !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--odnoklassniki {
  color: #ed812b !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--tumblr {
  color: #35465c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--delicious {
  color: #3399ff !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--digg {
  color: #005be2 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--skype {
  color: #00aff0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--stumbleupon {
  color: #eb4924 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--telegram {
  color: #0088cc !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--pocket {
  color: #ef4056 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--xing {
  color: #026466 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--whatsapp {
  color: #25d366 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--email {
  color: #ea4335 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button--print {
  color: #333 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button {
  border-style: solid;
  border-width: 2px;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--boxed-icon .a-neuron-share-button__text {
  background-image: none !important;
  background-color: #fff !important;
  color: inherit !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-skin--flat .a-neuron-share-button__text {
  background-image: none !important;
  padding-left: 0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded .a-neuron-share-button {
  border-radius: 0.5em;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--facebook .a-neuron-share-button__icon {
  background-color: #3b5998 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--twitter .a-neuron-share-button__icon {
  background-color: #55acee !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--linkedin .a-neuron-share-button__icon {
  background-color: #0077b5 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--pinterest .a-neuron-share-button__icon {
  background-color: #bd081c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--reddit .a-neuron-share-button__icon {
  background-color: #ff4500 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--vk .a-neuron-share-button__icon {
  background-color: #45668e !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--odnoklassniki .a-neuron-share-button__icon {
  background-color: #ed812b !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--tumblr .a-neuron-share-button__icon {
  background-color: #35465c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--delicious .a-neuron-share-button__icon {
  background-color: #3399ff !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--digg .a-neuron-share-button__icon {
  background-color: #005be2 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--skype .a-neuron-share-button__icon {
  background-color: #00aff0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--stumbleupon .a-neuron-share-button__icon {
  background-color: #eb4924 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--telegram .a-neuron-share-button__icon {
  background-color: #0088cc !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--pocket .a-neuron-share-button__icon {
  background-color: #ef4056 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--xing .a-neuron-share-button__icon {
  background-color: #026466 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--whatsapp .a-neuron-share-button__icon {
  background-color: #25d366 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--email .a-neuron-share-button__icon {
  background-color: #ea4335 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--print .a-neuron-share-button__icon {
  background-color: #333 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--rounded.a-neuron-share-buttons-skin--minimal .a-neuron-share-button__icon {
  border-radius: 0.5em;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle .a-neuron-share-button {
  border-radius: 2em;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--facebook .a-neuron-share-button__icon {
  background-color: #3b5998 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--twitter .a-neuron-share-button__icon {
  background-color: #55acee !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--linkedin .a-neuron-share-button__icon {
  background-color: #0077b5 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--pinterest .a-neuron-share-button__icon {
  background-color: #bd081c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--reddit .a-neuron-share-button__icon {
  background-color: #ff4500 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--vk .a-neuron-share-button__icon {
  background-color: #45668e !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--odnoklassniki .a-neuron-share-button__icon {
  background-color: #ed812b !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--tumblr .a-neuron-share-button__icon {
  background-color: #35465c !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--delicious .a-neuron-share-button__icon {
  background-color: #3399ff !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--digg .a-neuron-share-button__icon {
  background-color: #005be2 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--skype .a-neuron-share-button__icon {
  background-color: #00aff0 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--stumbleupon .a-neuron-share-button__icon {
  background-color: #eb4924 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--telegram .a-neuron-share-button__icon {
  background-color: #0088cc !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--pocket .a-neuron-share-button__icon {
  background-color: #ef4056 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--xing .a-neuron-share-button__icon {
  background-color: #026466 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--whatsapp .a-neuron-share-button__icon {
  background-color: #25d366 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--email .a-neuron-share-button__icon {
  background-color: #ea4335 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button--print .a-neuron-share-button__icon {
  background-color: #333 !important;
}
.elementor-widget-neuron-share-buttons.a-neuron-share-buttons-shape--circle.a-neuron-share-buttons-skin--minimal .a-neuron-share-button__icon {
  border-radius: 2em;
}

body:not(.woocommerce-cart) .quantity {
  position: relative;
}
body:not(.woocommerce-cart) .quantity input[type=number] {
  -moz-appearance: textfield;
}
body:not(.woocommerce-cart) .quantity input[type=number]::-webkit-inner-spin-button, body:not(.woocommerce-cart) .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body:not(.woocommerce-cart) .quantity .quantity-nav {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
}
body:not(.woocommerce-cart) .quantity .quantity-nav--up {
  left: auto;
  right: 10px;
}

.a-scrolling-text {
  overflow: hidden;
  z-index: 100;
  position: relative;
  width: 100%;
  margin-left: 0;
  left: 0;
  top: 0;
}
.a-scrolling-text__inner {
  width: 100%;
  height: auto;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
.a-scrolling-text .elementor-heading-title {
  -webkit-transform: translateX(-20%) translateZ(0);
          transform: translateX(-20%) translateZ(0);
  -webkit-animation: marquee linear infinite 5s;
          animation: marquee linear infinite 5s;
}

@-webkit-keyframes marquee {
  to {
    -webkit-transform: translateX(-120%) translateZ(0);
            transform: translateX(-120%) translateZ(0);
  }
}

@keyframes marquee {
  to {
    -webkit-transform: translateX(-120%) translateZ(0);
            transform: translateX(-120%) translateZ(0);
  }
}
/*=========================
=        Molecules        =
=========================*/
/*===================================
=        Elementor Countdown        =
====================================*/
.neuron-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.neuron-countdown-wrapper .neuron-countdown-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0;
  text-align: center;
  background-color: #333;
  color: #fff;
}
.neuron-countdown-wrapper .neuron-countdown-item:not(:last-of-type) {
  margin-right: 5px;
}
.neuron-countdown-wrapper .neuron-countdown-item .neuron-countdown-numbers {
  font-size: 62px;
  line-height: 1;
}
.neuron-countdown-wrapper .neuron-countdown-item .neuron-countdown-label {
  font-size: 18px;
}

.neuron-countdown-view--block .neuron-countdown-numbers {
  display: block;
}

/*=========================================
=        Testimonial Carousel Base        =
==========================================*/
.m-neuron-testimonial {
  text-align: center;
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
}
.m-neuron-testimonial__content {
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.m-neuron-testimonial__footer {
  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;
}
.m-neuron-testimonial__image {
  width: auto;
  height: 50px;
}
.m-neuron-testimonial__image img {
  height: 100%;
  border-radius: 50%;
}
.m-neuron-testimonial__image + .m-neuron-testimonial__cite {
  margin-left: 20px;
}
.m-neuron-testimonial__cite {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-neuron-testimonial__name {
  font-size: 15px;
  font-weight: bold;
}

.l-neuron-testimonial--image-stacked .m-neuron-testimonial__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-neuron-testimonial--image-stacked .m-neuron-testimonial__image {
  margin-bottom: 10px;
}
.l-neuron-testimonial--image-stacked .m-neuron-testimonial__cite {
  margin-left: 0;
  text-align: center;
}
.l-neuron-testimonial--image-above .m-neuron-testimonial__image {
  margin: 0 auto 15px;
}
.l-neuron-testimonial--image-above .m-neuron-testimonial__cite {
  text-align: center;
}
.l-neuron-testimonial--image-left .m-neuron-testimonial, .l-neuron-testimonial--image-right .m-neuron-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-neuron-testimonial--image-left .m-neuron-testimonial__image, .l-neuron-testimonial--image-right .m-neuron-testimonial__image {
  margin-right: 20px;
}
.l-neuron-testimonial--image-left .m-neuron-testimonial__text, .l-neuron-testimonial--image-right .m-neuron-testimonial__text {
  margin-bottom: 15px;
}
.l-neuron-testimonial--image-left .m-neuron-testimonial__cite, .l-neuron-testimonial--image-right .m-neuron-testimonial__cite {
  text-align: center;
}
.l-neuron-testimonial--image-left .m-neuron-testimonial__content, .l-neuron-testimonial--image-right .m-neuron-testimonial__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
.l-neuron-testimonial--image-right .m-neuron-testimonial__footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.l-neuron-testimonial--image-right .m-neuron-testimonial__image {
  margin-right: 0;
  margin-left: 20px !important;
}
.l-neuron-testimonial--alignment__left .m-neuron-testimonial {
  text-align: left;
}
.l-neuron-testimonial--alignment__left .m-neuron-testimonial__cite {
  text-align: left;
}
.l-neuron-testimonial--alignment__left .m-neuron-testimonial__footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-neuron-testimonial--alignment__left .m-neuron-testimonial__image {
  margin-left: unset;
}
.l-neuron-testimonial--alignment__center .m-neuron-testimonial {
  text-align: center;
}
.l-neuron-testimonial--alignment__center .m-neuron-testimonial__cite, .l-neuron-testimonial--alignment__center .m-neuron-testimonial__name, .l-neuron-testimonial--alignment__center .m-neuron-testimonial__title {
  text-align: center;
}
.l-neuron-testimonial--alignment__center .m-neuron-testimonial__image + .m-neuron-testimonial__cite {
  text-align: left !important;
}
.l-neuron-testimonial--alignment__right .m-neuron-testimonial {
  text-align: right;
}
.l-neuron-testimonial--alignment__right .m-neuron-testimonial__cite {
  text-align: right;
}
.l-neuron-testimonial--alignment__right .m-neuron-testimonial__footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-neuron-testimonial--alignment__right .m-neuron-testimonial__image {
  margin-right: 0;
}

.elementor-widget-neuron-testimonial-carousel.elementor-invisible {
  visibility: visible;
}
.elementor-widget-neuron-testimonial-carousel .swiper-slide {
  padding: 20px;
}
.elementor-widget-neuron-testimonial-carousel .swiper-container {
  position: static;
  margin-left: auto;
  margin-right: auto;
}

/*===============================
=        Price List             =
================================*/
.m-neuron-price-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.m-neuron-price-list li {
  margin-bottom: 0;
}
.m-neuron-price-list li:not(:last-child) {
  margin-bottom: 20px;
}
.m-neuron-price-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
}
.m-neuron-price-list__image {
  padding-right: 10px;
  max-width: 50%;
}
.m-neuron-price-list__image img {
  width: 100%;
}
.m-neuron-price-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-neuron-price-list__image + .m-neuron-price-list__text {
  padding-left: 10px;
}
.m-neuron-price-list__header {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.m-neuron-price-list__title {
  max-width: 80%;
}
.m-neuron-price-list__separator {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #54595f;
  height: 0;
}

/*=========================
=        Post Info        =
==========================*/
.m-neuron-post-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.m-neuron-post-info li {
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-post-info li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-neuron-post-info li a {
  color: inherit;
  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: -moz-max-content;
}
.m-neuron-post-info li .elementor-icon-list-icon + .m-neuron-icon-list-text {
  padding-left: 10px;
}
.m-neuron-post-info i,
.m-neuron-post-info svg {
  width: 1em;
  height: 1em;
}
.m-neuron-post-info.m-neuron-inline-items {
  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;
}
.m-neuron-post-info.m-neuron-inline-items li:after {
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  bottom: auto;
  left: auto;
}
.m-neuron-post-info__terms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@-moz-document url-prefix() {
  .m-neuron-post-info__terms-list {
    display: -webkit-box;
  }
}
.m-neuron-post-info__terms-list a:not(:first-child) {
  margin-left: 5px;
}

.elementor-widget-neuron-post-info.m-neuron-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-widget-neuron-post-info.m-neuron-align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*============================
=        Neuron Popup        =
=============================*/
.neuron-popup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: transparent;
}
.neuron-popup-modal.neuron-popup-modal--overlay-animation {
  background: transparent !important;
}
.neuron-popup-modal .dialog-header, .neuron-popup-modal .dialog-buttons-wrapper {
  display: none;
}
.neuron-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  margin-top: 0;
}
.neuron-popup-modal .dialog-widget-content {
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: all;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 600ms ease-in-out;
  transition: -webkit-box-shadow 600ms ease-in-out;
  transition: box-shadow 600ms ease-in-out;
  transition: box-shadow 600ms ease-in-out, -webkit-box-shadow 600ms ease-in-out;
}
.neuron-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.neuron-popup-modal .dialog-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 450ms ease, opacity 450ms ease;
  transition: visibility 450ms ease, opacity 450ms ease;
}
.neuron-popup-modal--overlay-animation .dialog-overlay {
  opacity: 1;
  visibility: visible;
}
.neuron-popup-modal .elementor {
  width: 100%;
}
.neuron-popup-modal-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 450ms ease, opacity 450ms ease;
  transition: visibility 450ms ease, opacity 450ms ease;
}
.neuron-popup-modal-hide .dialog-widget-content {
  display: none !important;
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty) + #elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-mode) {
  display: none;
}

/*================================
=        Neuron Swiper Slider    =
=================================*/
.neuron-swiper .swiper-slide {
  overflow: hidden;
}
.neuron-swiper .swiper-slide--background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.neuron-swiper .swiper-slide--background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.neuron-swiper .swiper-slide--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.neuron-swiper .swiper-slide--inner .neuron-slide-heading {
  font-size: 2.6666666667rem;
}
.neuron-swiper .swiper-slide--inner .neuron-slide-description {
  font-size: 1.5rem;
}
.neuron-swiper .swiper-slide--inner .neuron-slide-button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
}
.neuron-swiper .swiper-slide--inner *:not(:last-of-type) {
  margin-bottom: 1.3333333333rem;
}
.neuron-swiper--prevent-flickr {
  display: none;
}
.neuron-swiper .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
}
.neuron-swiper .swiper-pagination span.swiper-pagination-bullet:focus {
  outline: 0;
}
.neuron-swiper .neuron-swiper-dots {
  position: absolute;
  z-index: 100;
}
.neuron-swiper .neuron-swiper-button {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  outline: 0;
}
.neuron-swiper .neuron-swiper-button .neuron-icon i,
.neuron-swiper .neuron-swiper-button .neuron-icon svg {
  display: block;
}
.neuron-swiper .neuron-swiper-button .neuron-icon svg {
  width: 1em;
  height: 1em;
}
.neuron-swiper .neuron-swiper-button--hidden {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.neuron-swiper .neuron-swiper-button--next > * {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.neuron-swiper .neuron-swiper-quote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  margin-top: -15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid;
  line-height: 50px;
}
.neuron-swiper .neuron-swiper-quote svg {
  width: 1em;
  height: 1em;
}
.neuron-swiper .swiper-scrollbar {
  height: 2px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.neuron-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
@media (max-width: 720px-1) {
  .neuron-swiper--mobile-overflow-hidden .swiper-container {
    overflow: hidden;
  }
  .neuron-swiper--mobile-overflow-visible .swiper-container {
    overflow: visible;
  }
  .neuron-swiper--mobile-overflow-visible-right .swiper-container {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .neuron-swiper--mobile-overflow-visible-left .swiper-container {
    overflow: visible;
    clip-path: inset(0vw 0vw 0vw -100vw);
  }
}
@media (min-width: 720px) and (max-width: 1279px-1) {
  .neuron-swiper--tablet-overflow-hidden .swiper-container {
    overflow: hidden;
  }
  .neuron-swiper--tablet-overflow-visible .swiper-container {
    overflow: visible;
  }
  .neuron-swiper--tablet-overflow-visible-right .swiper-container {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .neuron-swiper--tablet-overflow-visible-left .swiper-container {
    overflow: visible;
    clip-path: inset(0vw 0vw 0vw -100vw);
  }
}
@media (min-width: 1279px) {
  .neuron-swiper--overflow-hidden .swiper-container {
    overflow: hidden;
  }
  .neuron-swiper--overflow-visible .swiper-container {
    overflow: visible;
  }
  .neuron-swiper--overflow-visible-right .swiper-container {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .neuron-swiper--overflow-visible-left .swiper-container {
    overflow: visible;
    clip-path: inset(0vw 0vw 0vw -100vw);
  }
}

.neuron-dots--style__bullets .neuron-swiper-dots {
  -webkit-transition: none !important;
  transition: none !important;
  font-size: 8px;
}
.neuron-dots--style__bullets .neuron-swiper-dots .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.neuron-dots--style__bullets .neuron-swiper-dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}
.neuron-dots--style__numbers .swiper-pagination-bullet {
  background: transparent;
  height: auto;
  width: auto;
}
.neuron-dots--style__progressbar .swiper-pagination {
  height: 4px;
  opacity: 1;
  width: 100%;
  left: 0 !important;
}
.neuron-dots--style__fraction .neuron-swiper-dots {
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.neuron-dots--bar-position__bottom .swiper-pagination {
  bottom: auto !important;
  top: 100% !important;
  -webkit-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}
.neuron-dots--bar-position__top .swiper-pagination,
.neuron-dots--bar-position__top .swiper-scrollbar {
  top: auto !important;
  bottom: 100% !important;
  -webkit-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  left: 0;
}
.neuron-dots--bar-position__top .swiper-scrollbar {
  position: absolute;
  width: 100%;
}
.neuron-dots--orientation__vertical .neuron-swiper-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.neuron-dots--animation__scale .swiper-pagination-bullet {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
}
.neuron-dots--animation__scale .swiper-pagination-bullet:hover, .neuron-dots--animation__scale .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

body:not(.elementor-editor-active) .swiper-slide .neuron-slide-content .neuron-slide-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
body:not(.elementor-editor-active) .swiper-slide .neuron-slide-content .neuron-slide-animation.active {
  opacity: 1;
  visibility: visible;
}

.elementor-widget-neuron-slides .neuron-slides-wrapper {
  overflow: hidden;
}

/*===============================
=        Price Table            =
================================*/
.elementor-widget-neuron-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f3f2f1;
}
.elementor-widget-neuron-price-table .m-neuron-price-table {
  text-align: center;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__header {
  background-color: #333;
  padding: 18px 0;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__heading {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__description {
  color: #fff;
  font-size: 1.1666666667rem;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__price {
  color: #333;
  padding: 36px 0;
  font-size: 5rem;
  font-weight: 600;
  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;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__original-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 15px;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__integer {
  line-height: 0.8;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__currency, .elementor-widget-neuron-price-table .m-neuron-price-table__original-price, .elementor-widget-neuron-price-table .m-neuron-price-table__period, .elementor-widget-neuron-price-table .m-neuron-price-table__decimal {
  font-size: 0.3em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__period {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__feature-list li {
  font-size: 1.1666666667rem;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__feature-list li:not(:first-of-type):before {
  content: "";
  margin: 15px 15%;
  display: block;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__feature-list li i {
  margin-right: 10px;
  font-size: 1.3em;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__feature-inner {
  margin-left: 15px;
  margin-left: 15px;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__footer {
  padding: 30px 0;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__button {
  display: inline-block;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__additional-info {
  margin: 15px 30px 0px 30px;
  font-size: 1.1666666667rem;
  font-weight: 400;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-widget-neuron-price-table .m-neuron-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #f3f2f1;
}

.m-neuron-price-table--ribbon-left .m-neuron-price-table__ribbon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 0;
}

/*===============================
=             Form             =
================================*/
.m-neuron-form {
  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;
  margin-left: -15px;
  margin-right: -15px;
}
.m-neuron-form__field-group {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.m-neuron-form__field-group input[type=checkbox],
.m-neuron-form__field-group input[type=radio] {
  width: auto;
}
.m-neuron-form__field-group label {
  display: block;
}
.m-neuron-form__field-group--required.m-neuron-form__field-group--mark-required > label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
.m-neuron-form__field-group--acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-form__field-group--acceptance .m-neuron-form__subgroup {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-neuron-form__field-group--acceptance label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 5px;
}
.m-neuron-form__field {
  width: 100%;
}
.m-neuron-form__subgroup {
  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;
}
.m-neuron-form__subgroup:not(.m-neuron__subgroup--inline) .m-neuron-form__option:not(:last-of-type) {
  margin-right: 10px;
}
.m-neuron-form__subgroup .m-neuron-form__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-form__subgroup .m-neuron-form__option input[type=radio] {
  margin-right: 8px;
  visibility: hidden;
  position: relative;
}
@-moz-document url-prefix() {
  .m-neuron-form__subgroup .m-neuron-form__option input[type=radio] {
    visibility: visible;
  }
}
.m-neuron-form__subgroup .m-neuron-form__option input[type=radio]:after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  top: -4px;
  left: -1px;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #000;
}
.m-neuron-form__subgroup .m-neuron-form__option input[type=radio]:checked:before {
  width: 9px;
  height: 9px;
  left: 1px;
  top: 3px;
  border-radius: 50%;
  position: absolute;
  background-color: #000;
  content: "";
  visibility: visible;
}
.m-neuron-form__subgroup select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.m-neuron-form__subgroup label {
  margin-bottom: 0;
}
.m-neuron-form__subgroup--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m-neuron-form__field-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.m-neuron-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-neuron-form__button button {
  width: 100%;
  text-align: center;
}
.m-neuron-form__button button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-neuron-form__button button > span.m-neuron-form__button-icon--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-neuron-form__button button > span.m-neuron-form__button-icon--right > .m-neuron-form__button-icon {
  margin-left: 10px;
}
.m-neuron-form__button button > span.m-neuron-form__button-icon--left > .m-neuron-form__button-icon {
  margin-right: 10px;
}
.m-neuron-form__button--start .a-neuron-button {
  margin-right: auto;
}
.m-neuron-form__button--center .a-neuron-button {
  margin-left: auto;
  margin-right: auto;
}
.m-neuron-form__button--end .a-neuron-button {
  margin-left: auto;
}
.m-neuron-form__button--stretch .a-neuron-button {
  width: 100%;
}

/*===============================
=             Flip Box          =
================================*/
.m-neuron-flip-box {
  height: 280px;
  position: relative;
}
.m-neuron-flip-box__item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #fff;
}
.m-neuron-flip-box__item:hover {
  color: #fff;
}
.m-neuron-flip-box__item--front {
  background-color: #14bcc8;
}
.m-neuron-flip-box__item--back {
  background-color: #4054b2;
  display: block;
}
.m-neuron-flip-box__item--back .m-neuron-flip-box__description {
  margin-bottom: 18px;
}
.m-neuron-flip-box__overlay {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.m-neuron-flip-box__icon {
  margin-bottom: 1.6666666667rem;
}
.m-neuron-flip-box__icon .a-neuron-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 3.3333333333rem;
}
.m-neuron-flip-box__icon--view-stacked .a-neuron-icon {
  padding: 0.5em;
  background-color: #34a7af;
  color: #fff;
  fill: #fff;
}
.m-neuron-flip-box__icon--view-framed .a-neuron-icon {
  padding: 0.5em;
  color: #fff;
  border: 3px solid #fff;
}
.m-neuron-flip-box__icon--shape-circle .a-neuron-icon {
  border-radius: 50%;
}
.m-neuron-flip-box__title {
  font-size: 1.6666666667rem;
  font-weight: 600;
  margin-bottom: 0.8333333333rem;
  color: #fff;
}
.m-neuron-flip-box__description {
  font-size: 1.1666666667rem;
}
.m-neuron-flip-box--flipped .m-neuron-flip-box__item--front {
  display: none !important;
}
.m-neuron-flip-box--flipped .m-neuron-flip-box__item--back {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.m-neuron-flip-box--effect-flip .m-neuron-flip-box {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.m-neuron-flip-box--effect-flip .m-neuron-flip-box__item {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-neuron-flip-box--effect-flip .m-neuron-flip-box__item--front {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 1;
}
.m-neuron-flip-box--effect-flip .m-neuron-flip-box:hover .m-neuron-flip-box__item--back {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--3d .m-neuron-flip-box__overlay {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
          transform: translateZ(0.1px);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--3d .m-neuron-flip-box__inner {
  -webkit-transform: translateZ(90px) scale(0.91);
          transform: translateZ(90px) scale(0.91);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-right .m-neuron-flip-box__item--back {
  -webkit-transform: rotateX(0) rotateY(-180deg);
          transform: rotateX(0) rotateY(-180deg);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-right .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: rotateX(0) rotateY(180deg);
          transform: rotateX(0) rotateY(180deg);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-left .m-neuron-flip-box__item--back {
  -webkit-transform: rotateX(0) rotateY(180deg);
          transform: rotateX(0) rotateY(180deg);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-left .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: rotateX(0) rotateY(-180deg);
          transform: rotateX(0) rotateY(-180deg);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-up .m-neuron-flip-box__item--back {
  -webkit-transform: rotateX(-180deg) rotateY(0);
          transform: rotateX(-180deg) rotateY(0);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-up .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: rotateX(180deg) rotateY(0);
          transform: rotateX(180deg) rotateY(0);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-down .m-neuron-flip-box__item--back {
  -webkit-transform: rotateX(180deg) rotateY(0);
          transform: rotateX(180deg) rotateY(0);
}
.m-neuron-flip-box--effect-flip.m-neuron-flip-box--direction-down .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: rotateX(-180deg) rotateY(0);
          transform: rotateX(-180deg) rotateY(0);
}

.m-neuron-flip-box--effect-slide .m-neuron-flip-box,
.m-neuron-flip-box--effect-push .m-neuron-flip-box {
  overflow: hidden;
}

.m-neuron-flip-box--effect-push .m-neuron-flip-box__item--front {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-right .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: translateX(100%) translateY(0);
      -ms-transform: translateX(100%) translateY(0);
          transform: translateX(100%) translateY(0);
}
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-left .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: translateX(-100%) translateY(0);
      -ms-transform: translateX(-100%) translateY(0);
          transform: translateX(-100%) translateY(0);
}
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-up .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: translateX(0) translateY(-100%);
      -ms-transform: translateX(0) translateY(-100%);
          transform: translateX(0) translateY(-100%);
}
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-down .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  -webkit-transform: translateX(0) translateY(100%);
      -ms-transform: translateX(0) translateY(100%);
          transform: translateX(0) translateY(100%);
}

.m-neuron-flip-box--effect-slide .m-neuron-flip-box:hover .m-neuron-flip-box__item--back,
.m-neuron-flip-box--effect-push .m-neuron-flip-box:hover .m-neuron-flip-box__item--back {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-neuron-flip-box--effect-slide.m-neuron-flip-box--direction-right .m-neuron-flip-box__item--back,
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-right .m-neuron-flip-box__item--back {
  -webkit-transform: translateX(-100%) translateY(0);
      -ms-transform: translateX(-100%) translateY(0);
          transform: translateX(-100%) translateY(0);
}
.m-neuron-flip-box--effect-slide.m-neuron-flip-box--direction-left .m-neuron-flip-box__item--back,
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-left .m-neuron-flip-box__item--back {
  -webkit-transform: translateX(100%) translateY(0);
      -ms-transform: translateX(100%) translateY(0);
          transform: translateX(100%) translateY(0);
}
.m-neuron-flip-box--effect-slide.m-neuron-flip-box--direction-up .m-neuron-flip-box__item--back,
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-up .m-neuron-flip-box__item--back {
  -webkit-transform: translateX(0) translateY(100%);
      -ms-transform: translateX(0) translateY(100%);
          transform: translateX(0) translateY(100%);
}
.m-neuron-flip-box--effect-slide.m-neuron-flip-box--direction-down .m-neuron-flip-box__item--back,
.m-neuron-flip-box--effect-push.m-neuron-flip-box--direction-down .m-neuron-flip-box__item--back {
  -webkit-transform: translateX(0) translateY(-100%);
      -ms-transform: translateX(0) translateY(-100%);
          transform: translateX(0) translateY(-100%);
}

.m-neuron-flip-box--effect-zoom-out .m-neuron-flip-box .m-neuron-flip-box__item--front {
  transition: transform 0.7s, opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
  width: 100%;
}
.m-neuron-flip-box--effect-zoom-out .m-neuron-flip-box:hover .m-neuron-flip-box__item--front {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
}

.m-neuron-flip-box--effect-zoom-in .m-neuron-flip-box .m-neuron-flip-box__item--back {
  transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.m-neuron-flip-box--effect-zoom-in .m-neuron-flip-box:hover .m-neuron-flip-box__item--back {
  transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.m-neuron-flip-box--effect-fade .m-neuron-flip-box .m-neuron-flip-box__item--back {
  opacity: 0;
}
.m-neuron-flip-box--effect-fade .m-neuron-flip-box:hover .m-neuron-flip-box__item--back {
  opacity: 1;
}

/*============================
=        Blockquote          =
=============================*/
.elementor-widget-neuron-blockquote .m-neuron-blockquote {
  margin: 0;
}
.elementor-widget-neuron-blockquote .m-neuron-blockquote__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8333333333rem;
}
.elementor-widget-neuron-blockquote .m-neuron-blockquote__author {
  font-weight: 600;
}
.elementor-widget-neuron-blockquote .m-neuron-blockquote__button {
  padding: 0.7em 1.2em;
  border-radius: 100em;
  background-color: #1da1f2;
  color: #fff;
  font-size: 1.25rem;
}

.m-neuron-blockquote--skin-border .m-neuron-blockquote {
  border-left-color: #999;
  border-left-width: 5px;
}
.m-neuron-blockquote--skin-boxed .m-neuron-blockquote {
  background: #e6e9ec;
  padding: 2.5rem;
  border-left: none;
}
.m-neuron-blockquote--skin-quotation .m-neuron-blockquote {
  padding-left: 0;
  border-left: none;
}
.m-neuron-blockquote--skin-quotation .m-neuron-blockquote__content {
  margin-top: 15px;
}
.m-neuron-blockquote--skin-quotation .m-neuron-blockquote:before {
  content: "“";
  font-size: 100px;
  color: #e6e9ec;
  font-family: Times New Roman, Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}
.m-neuron-blockquote--skin-clean .m-neuron-blockquote {
  padding: 0;
  border-left: none;
}
.m-neuron-blockquote--alignment-center .m-neuron-blockquote:before {
  text-align: center;
}
.m-neuron-blockquote--alignment-center .m-neuron-blockquote__content {
  text-align: center;
}
.m-neuron-blockquote--alignment-center .m-neuron-blockquote__footer {
  -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;
}
.m-neuron-blockquote--alignment-right .m-neuron-blockquote:before {
  text-align: right;
}
.m-neuron-blockquote--alignment-right .m-neuron-blockquote__content {
  text-align: right;
}
.m-neuron-blockquote--alignment-right .m-neuron-blockquote__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-neuron-blockquote--button-skin-bubble .m-neuron-blockquote__button {
  position: relative;
}
.m-neuron-blockquote--button-skin-bubble .m-neuron-blockquote__button:before {
  content: "";
  border: 0.5em solid transparent;
  border-right-color: #1da1f2;
  position: absolute;
  left: -0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0.65);
      -ms-transform: translateY(-50%) scaleY(0.65);
          transform: translateY(-50%) scaleY(0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-neuron-blockquote--button-skin-link .m-neuron-blockquote__button {
  background-color: transparent;
  color: #1da1f2;
  padding: 0;
}

/*=========================
=        Portfolio        =
==========================*/
.m-neuron-portfolio {
  position: relative;
}
.m-neuron-portfolio__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-neuron-portfolio__thumbnail--link {
  margin-bottom: 0 !important;
}
.m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__overlay {
  opacity: 1;
  visibility: visible;
}
.m-neuron-portfolio:hover .m-neuron-post__thumbnail--zoom-in img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.m-neuron-portfolio:hover .m-neuron-post__thumbnail--zoom-out img {
  clip-path: inset(22px);
}
.m-neuron-portfolio:hover .m-neuron-post__thumbnail--tilt-right img {
  -o-object-position: 45% 50%;
     object-position: 45% 50%;
}
.m-neuron-portfolio__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.m-neuron-portfolio__title {
  margin-bottom: 0;
  color: #fff;
  width: 100%;
}
.m-neuron-portfolio__category {
  color: #fff;
  width: 100%;
}
.m-neuron-portfolio__price {
  color: #fff;
}
.m-neuron-portfolio__add-to-cart {
  position: relative;
  z-index: 2;
  color: #fff;
}
.m-neuron-portfolio__add-to-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
}
.m-neuron-portfolio__sale-flash {
  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: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: -20px;
  font-size: 1.1666666667rem;
  background-color: #000;
  color: #fff;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption.active {
  opacity: 1;
  visibility: visible;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption .m-neuron-portfolio--hover-tooltip__inner {
  display: inline-block;
  position: relative;
  margin-top: 2.5rem;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption .m-neuron-portfolio--hover-tooltip__title, .m-neuron-portfolio--hover-tooltip#tooltip-caption .m-neuron-portfolio--hover-tooltip__subtitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  color: #000;
  background-color: #fff;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption .m-neuron-portfolio--hover-tooltip__title {
  display: inline-block;
  padding: 8px 25px;
  position: relative;
  z-index: 8;
  margin: 0;
}
.m-neuron-portfolio--hover-tooltip#tooltip-caption .m-neuron-portfolio--hover-tooltip__subtitle {
  padding: 2px 10px 1px;
  position: absolute;
  margin-top: -22px;
  z-index: 9;
  font-style: italic;
  border: 1px solid #fff;
}
.m-neuron-portfolio--hover-fixed#fixed-caption {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.m-neuron-portfolio--hover-fixed#fixed-caption article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-neuron-portfolio--hover-fixed#fixed-caption article .m-neuron-portfolio--hover-fixed__inner {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 200ms;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 200ms;
}
.m-neuron-portfolio--hover-fixed#fixed-caption article .m-neuron-portfolio--hover-fixed__title {
  color: #000000;
  z-index: 8;
  opacity: 1;
  margin-bottom: 4px;
}
.m-neuron-portfolio--hover-fixed#fixed-caption article .m-neuron-portfolio--hover-fixed__subtitle {
  z-index: 9;
  color: #333333;
  font-style: italic;
  opacity: 1;
}
.m-neuron-portfolio--hover-fixed#fixed-caption article.active .m-neuron-portfolio--hover-fixed__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-tooltip .m-neuron-portfolio__overlay {
  display: none;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-fixed .m-neuron-portfolio__overlay {
  display: none;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-fixed .m-neuron-portfolio__thumbnail--link {
  -webkit-transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-fixed.active article .m-neuron-portfolio__thumbnail--link:not(:hover) {
  opacity: 0.25;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__add-to-cart {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__add-to-cart {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-translate.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__add-to-cart {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__add-to-cart {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  opacity: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__add-to-cart {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio--hover-scale.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__add-to-cart {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  opacity: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--none .m-neuron-portfolio__overlay {
  display: none;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--active .m-neuron-portfolio__title, .elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--active .m-neuron-portfolio__category, .elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--active .m-neuron-portfolio__price, .elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--active .m-neuron-portfolio__add-to-cart {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--active .m-neuron-portfolio__overlay {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__overlay--reverse .m-neuron-portfolio__thumbnail--link:hover .m-neuron-portfolio__overlay {
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--h-left .m-neuron-portfolio__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  left: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--h-right .m-neuron-portfolio__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  right: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--h-justified .m-neuron-portfolio__add-to-cart {
  width: 100%;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--v-top .m-neuron-portfolio__add-to-cart {
  position: absolute;
  top: 0;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--v-center .m-neuron-portfolio__add-to-cart {
  position: absolute;
}
.elementor-widget-neuron-portfolio.m-neuron-portfolio__add-to-cart--v-bottom .m-neuron-portfolio__add-to-cart {
  position: absolute;
  bottom: 0;
}

/*=========================
=        Product          =
==========================*/
.m-neuron-product__inner {
  position: relative;
}
.m-neuron-product__title a {
  color: inherit;
}
.m-neuron-product__thumbnail {
  overflow: hidden;
}
.m-neuron-product__thumbnail--link {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.m-neuron-product__thumbnail img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.m-neuron-product__sale-flash {
  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: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: -20px;
  font-size: 1.1666666667rem;
  background-color: #000;
  color: #fff;
  z-index: 10;
}
.m-neuron-product__price {
  display: block;
  margin-bottom: 10px;
}
.m-neuron-product__price--switch {
  position: relative;
}
.m-neuron-product__price--switch .m-neuron-product__price--inner {
  display: block;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}
.m-neuron-product__price--switch a {
  opacity: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 250ms;
  color: inherit;
}
.m-neuron-product__price--switch a span.loading {
  display: none;
}
.m-neuron-product__price--switch a.loading span {
  display: none;
}
.m-neuron-product__price--switch a.loading span.loading {
  display: block;
}
.m-neuron-product__price--switch a.added_to_cart {
  display: none !important;
}
.m-neuron-product__price--alignment-right .m-neuron-product__price {
  position: absolute;
  right: 0;
  top: 0;
}
.m-neuron-product:hover .m-neuron-product__price--inner {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}
.m-neuron-product:hover .m-neuron-product__price a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.m-neuron-product:hover .m-neuron-product__overlay {
  opacity: 1;
  visibility: visible;
}
.m-neuron-product:hover .m-neuron-product__add-to-cart {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.m-neuron-product:hover .m-neuron-product__quick-view, .m-neuron-product:hover .m-neuron-product__wishlist {
  opacity: 1;
}
.m-neuron-product__content {
  position: relative;
}
.m-neuron-product__rating {
  margin-bottom: 10px;
}
.m-neuron-product__rating .woocommerce-product-rating {
  line-height: 1;
}
.m-neuron-product__rating .star-rating {
  float: none;
  text-align: inherit;
  margin: 0;
  display: inline-block;
}
.m-neuron-product__rating .woocommerce-review-link {
  display: none;
}
.m-neuron-product__woo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.m-neuron-product__woo-bar .woocommerce-result-count {
  margin-bottom: 0;
}
.m-neuron-product__permalink {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.m-neuron-product__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  overflow: hidden;
  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;
  padding: 20px;
}
.m-neuron-product__overlay .m-neuron-product__add-to-cart {
  opacity: 0;
  position: relative;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
      -ms-transform: matrix(1, 0, 0, 1, 0, 20);
          transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}
.m-neuron-product__overlay .m-neuron-product__quick-view {
  position: absolute;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  top: 64px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}
.m-neuron-product__overlay .m-neuron-product__quick-view a {
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  display: block;
}
.m-neuron-product__overlay .m-neuron-product__quick-view a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.m-neuron-product__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: 0;
}
.m-neuron-product__add-to-cart a {
  border: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent !important;
}
.m-neuron-product__add-to-cart .added_to_cart {
  display: none !important;
}
.m-neuron-product__add-to-cart .loading {
  opacity: 1 !important;
}
.m-neuron-product__add-to-cart .loading span {
  opacity: 0;
  visibility: hidden;
}
.m-neuron-product__add-to-cart .loading i {
  opacity: 0;
  visibility: hidden;
}
.m-neuron-product__add-to-cart .loading:before {
  content: "";
  border-radius: 100%;
  border: 2px solid #fff;
  border-color: inherit;
  border-bottom-color: transparent;
  height: 1em;
  width: 1em;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
  vertical-align: middle;
  position: absolute;
}
.m-neuron-product__add-to-cart .loading:after {
  display: none !important;
}
.m-neuron-product__add-to-cart .added:after {
  display: none !important;
}
.m-neuron-product__add-to-cart svg {
  width: 1em;
  height: 1em;
}
.m-neuron-product__add-to-cart--h-left .m-neuron-product__add-to-cart {
  margin-right: auto;
  left: 0;
}
.m-neuron-product__add-to-cart--h-center .m-neuron-product__add-to-cart {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.m-neuron-product__add-to-cart--h-right .m-neuron-product__add-to-cart {
  margin-left: auto;
  right: 0;
}
.m-neuron-product__add-to-cart--h-justified .m-neuron-product__add-to-cart {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-neuron-product__add-to-cart--position-inside.m-neuron-product__add-to-cart--v-top .m-neuron-product__overlay {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-neuron-product__add-to-cart--position-inside.m-neuron-product__add-to-cart--v-center .m-neuron-product__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-product__add-to-cart--position-inside.m-neuron-product__add-to-cart--v-bottom .m-neuron-product__overlay {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-neuron-product__add-to-cart--position-outside.m-neuron-product__add-to-cart--v-top .m-neuron-product__add-to-cart {
  position: absolute;
  top: 0;
}
.m-neuron-product__add-to-cart--position-outside.m-neuron-product__add-to-cart--v-center .m-neuron-product__add-to-cart {
  position: absolute;
  top: 50%;
}
.m-neuron-product__add-to-cart--position-outside.m-neuron-product__add-to-cart--v-bottom .m-neuron-product__add-to-cart {
  position: absolute;
  bottom: 0;
}

.woocommerce .m-neuron-product__add-to-cart a:before {
  margin: 0;
}

/*=========================
=           Post          =
==========================*/
.elementor-element .m-neuron-post__thumbnail--link {
  width: 100%;
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
}
.elementor-element .m-neuron-post__thumbnail--link img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.elementor-element .m-neuron-post__thumbnail img {
  display: block;
  width: 100%;
}
.elementor-element .m-neuron-post__thumbnail--secondary {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.5, 1), opacity 0.4s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.5, 1), opacity 0.4s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.2, 0.75, 0.5, 1);
}
.elementor-element .m-neuron-post__thumbnail--zoom-in {
  overflow: hidden;
}
.elementor-element .m-neuron-post__thumbnail--zoom-in img {
  -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;
}
.elementor-element .m-neuron-post__thumbnail--zoom-in:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.elementor-element .m-neuron-post__thumbnail--zoom-out img {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
}
.elementor-element .m-neuron-post__thumbnail--zoom-out:hover img {
  clip-path: inset(22px);
}
.elementor-element .m-neuron-post__thumbnail--tilt-right img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.elementor-element .m-neuron-post__thumbnail--tilt-right:hover img {
  -webkit-transform: translatex(15px) scale(1.2);
      -ms-transform: translatex(15px) scale(1.2);
          transform: translatex(15px) scale(1.2);
}
.elementor-element .m-neuron-post__meta-data {
  display: inline-block;
}
.elementor-element .m-neuron-post__title a, .elementor-element .m-neuron-post__read-more a {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  font-size: inherit;
}
.elementor-element .m-neuron-post:not(.m-neuron-product) .m-neuron-post__inner {
  overflow: hidden;
}
.elementor-element .m-neuron-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.elementor-element .m-neuron-post__inner:hover .m-neuron-post__thumbnail--secondary {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.elementor-element .m-neuron-post__inner--card {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__badge {
  position: absolute;
  top: 0;
  margin: 20px;
  background-color: #00a6e7;
  color: #fff;
  font-size: 1rem;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  border-radius: 20px;
  text-transform: uppercase;
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__avatar {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__avatar img {
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__read-more {
  margin-bottom: 20px;
  font-size: 1.1666666667rem;
  display: inline-block;
  text-transform: uppercase;
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__text {
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.elementor-element .m-neuron-post__inner--card .m-neuron-post__meta-data {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.elementor-element .m-neuron-pagination button {
  display: inline-block;
}
.elementor-element.neuron-card-shadow-yes .m-neuron-post.swiper-slide {
  overflow: initial;
}
.elementor-element.neuron-card-shadow-yes .m-neuron-post__inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.elementor-element .l-neuron-grid .m-neuron-post__thumbnail {
  line-height: 0;
  width: 100%;
}
.elementor-element .l-neuron-grid:not(.l-neuron-grid--masonry) .m-neuron-post__inner--card .m-neuron-post__meta-data, .elementor-element .l-neuron-grid:not(.l-neuron-grid--metro) .m-neuron-post__inner--card .m-neuron-post__meta-data {
  margin-top: auto;
}

.m-neuron-posts--layout-masonry .m-neuron-post__thumbnail--link, .m-neuron-posts--layout-metro .m-neuron-post__thumbnail--link {
  margin-bottom: 20px;
}
.m-neuron-posts--thumbnail-top .m-neuron-post__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-neuron-posts--thumbnail-top .m-neuron-post__inner .m-neuron-post__thumbnail--link {
  margin-bottom: 20px;
}
.m-neuron-posts--thumbnail-left .m-neuron-post__inner {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.m-neuron-posts--thumbnail-left .m-neuron-post__inner .m-neuron-post__thumbnail--link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 20px;
}
.m-neuron-posts--thumbnail-right .m-neuron-post__inner {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.m-neuron-posts--thumbnail-right .m-neuron-post__inner .m-neuron-post__thumbnail--link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-left: 20px;
}
.m-neuron-posts--thumbnail-none .m-neuron-post__thumbnail--link {
  display: none;
}

@media (max-width: 1279px) {
  .m-neuron-posts-tablet--thumbnail-top .m-neuron-post__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-neuron-posts-tablet--thumbnail-left .m-neuron-post__inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .m-neuron-posts-tablet--thumbnail-left .m-neuron-post__inner .m-neuron-post__thumbnail--link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 20px;
  }
  .m-neuron-posts-tablet--thumbnail-right .m-neuron-post__inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .m-neuron-posts-tablet--thumbnail-right .m-neuron-post__inner .m-neuron-post__thumbnail--link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 20px;
  }
  .m-neuron-posts-tablet--thumbnail-none .m-neuron-post__thumbnail--link {
    display: none;
  }
}
@media (max-width: 720px) {
  .m-neuron-posts-mobile--thumbnail-top .m-neuron-post__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-neuron-posts-mobile--thumbnail-left .m-neuron-post__inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .m-neuron-posts-mobile--thumbnail-left .m-neuron-post__inner .m-neuron-post__thumbnail--link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 20px;
  }
  .m-neuron-posts-mobile--thumbnail-right .m-neuron-post__inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .m-neuron-posts-mobile--thumbnail-right .m-neuron-post__inner .m-neuron-post__thumbnail--link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 20px;
  }
  .m-neuron-posts-mobile--thumbnail-none .m-neuron-post__thumbnail--link {
    display: none;
  }
}
.m-neuron-post__read-more--icon-before .m-neuron-post__read-more a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#load-more-posts {
  outline: none;
}

/*============================
=        Neuron Pagination   =
=============================*/
.m-neuron-pagination {
  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;
}
.m-neuron-pagination--interactive {
  position: relative;
  z-index: 1;
}
.m-neuron-pagination--icon svg {
  width: 1em;
  height: 1em;
}
.m-neuron-pagination .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-pagination .next .m-neuron-pagination--icon > * {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.m-neuron-pagination > *:not(:last-child) {
  margin-right: 0.6666666667rem;
}
.m-neuron-pagination > *:not(:first-child) {
  margin-left: 0.6666666667rem;
}
.m-neuron-pagination .page-numbers:not(button) {
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
}
.m-neuron-pagination .page-numbers:not(button).current, .m-neuron-pagination .page-numbers:not(button):hover {
  color: #111;
}
.m-neuron-pagination .page-numbers:not(.page-label):after {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: #333;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m-neuron-pagination--underline .page-numbers:not(.page-label).current:after, .m-neuron-pagination--underline .page-numbers:not(.page-label):hover:after {
  opacity: 1;
  visibility: visible;
}
.m-neuron-pagination--underline .page-numbers:not(.page-label) {
  position: relative;
  padding-bottom: 6px;
}
.m-neuron-pagination--strikethrough .page-numbers:not(.page-label).current:after, .m-neuron-pagination--strikethrough .page-numbers:not(.page-label):hover:after {
  opacity: 1;
  visibility: visible;
}
.m-neuron-pagination--strikethrough .page-numbers:not(.page-label) {
  position: relative;
}
.m-neuron-pagination--strikethrough .page-numbers:not(.page-label):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-neuron-pagination--diagonal .page-numbers:not(.page-label).current:after, .m-neuron-pagination--diagonal .page-numbers:not(.page-label):hover:after {
  opacity: 1;
  visibility: visible;
}
.m-neuron-pagination--diagonal .page-numbers:not(.page-label) {
  position: relative;
}
.m-neuron-pagination--diagonal .page-numbers:not(.page-label):after {
  top: 50%;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*============================
=        Blockquote          =
=============================*/
.m-neuron-filters {
  margin-bottom: 16px;
  color: #666;
  visibility: visible;
}
.m-neuron-filters ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-neuron-filters ul li {
  -webkit-transition: color cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  cursor: pointer;
  margin-bottom: 0;
}
.m-neuron-filters ul li:not(:last-child) {
  margin-right: 8px;
}
.m-neuron-filters--vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-neuron-grid__item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.m-neuron-category__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-category__title {
  margin-bottom: 0;
  color: #333333;
}
.m-neuron-category__title a {
  color: inherit;
}
.m-neuron-category__count {
  margin-left: 10px;
}
.m-neuron-category__inner {
  position: relative;
}
.m-neuron-category--inside.m-neuron-category__overlay--none .m-neuron-category__text {
  display: none;
}
.m-neuron-category--inside .m-neuron-category__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.m-neuron-category--inside .m-neuron-category__text * {
  color: #fff;
}
.m-neuron-category--inside .m-neuron-category__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-neuron-category--inside .m-neuron-category__inner:hover .m-neuron-category__text {
  visibility: visible;
  opacity: 1;
}
.m-neuron-category--inside .m-neuron-category__thumbnail--link {
  margin-bottom: 0 !important;
}

.elementor-element .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.elementor-element .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.elementor-element .woocommerce-product-gallery--show-trigger .woocommerce-product-gallery__trigger {
  display: block;
}
.elementor-element .woocommerce-breadcrumb {
  margin: 0;
}
.elementor-element .woocommerce-product-details__short-description {
  margin-top: 0 !important;
}
.elementor-element .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.elementor-element .woocommerce-tabs {
  margin: 0 !important;
}
.elementor-element .woocommerce-tabs-title-hide .woocommerce-Tabs-panel h2 {
  display: none;
}
.elementor-element .woocommerce-tabs .panel {
  margin-bottom: 0 !important;
}
.elementor-element.elementor-widget-neuron-woo-product-price p.price {
  margin-top: 0 !important;
}
.elementor-element .product_title {
  margin-bottom: 0 !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form {
  margin: 0 !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .added_to_cart {
  display: none !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .button {
  outline: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .loading {
  opacity: 1 !important;
  min-width: 122px;
  text-align: center;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .loading > span {
  opacity: 0;
  visibility: hidden;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .loading:before {
  content: "";
  border-radius: 100%;
  border: 2px solid #fff;
  border-color: inherit;
  vertical-align: middle;
  border-bottom-color: transparent;
  height: 1em;
  width: 1em;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .loading:after {
  display: none !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart form .added:after {
  display: none !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .quantity .qty {
  width: 100%;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart.quantity-layout--vertical .quantity {
  margin-right: 0 !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart.quantity-layout--vertical form,
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart.quantity-layout--vertical .variations_button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-simple form, .elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-external form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .variations label {
  font-weight: inherit !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .variations bdi {
  font-weight: normal;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .variations td {
  background: none;
  padding: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .variations td.value {
  max-width: 100% !important;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-variable .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-grouped table.group_table td {
  background: none;
}
.elementor-element.elementor-widget-neuron-woo-product-add-to-cart .elementor-product-grouped table.group_table td.woocommerce-grouped-product-list-item__thumb {
  min-width: 7rem;
}
.elementor-element.elementor-widget-neuron-woo-product-content p {
  margin-bottom: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-meta.m-neuron-product-meta__style-row span {
  margin-bottom: 0 !important;
}
.elementor-element.elementor-widget-neuron-woo-product-meta .product_meta {
  border: 0;
  padding: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information h2 {
  font-size: 1.5rem;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information.woo-additional-title-hide h2 {
  display: none;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information table.shop_attributes {
  border: 0;
  margin: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information table.shop_attributes th {
  background: none !important;
  border: 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: left;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information table.shop_attributes td {
  background: none !important;
  border: 0;
}
.elementor-element.elementor-widget-neuron-woo-product-additional-information table.shop_attributes td p {
  font-style: normal;
  color: #777;
  padding: 0;
}

.woocommerce-message, .woocommerce-notices-wrapper {
  display: none !important;
}
.woocommerce-error:before {
  display: none;
}

.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--link {
  width: 100%;
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--link img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--zoom-in {
  overflow: hidden;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--zoom-in img {
  -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;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--zoom-out img {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__thumbnail--tilt-right img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.elementor-widget-neuron-gallery .m-neuron-gallery__item:hover .m-neuron-gallery__thumbnail--zoom-in img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.elementor-widget-neuron-gallery .m-neuron-gallery__item:hover .m-neuron-gallery__thumbnail--zoom-out img {
  clip-path: inset(22px);
}
.elementor-widget-neuron-gallery .m-neuron-gallery__item:hover .m-neuron-gallery__thumbnail--tilt-right img {
  -webkit-transform: translatex(15px) scale(1.2);
      -ms-transform: translatex(15px) scale(1.2);
          transform: translatex(15px) scale(1.2);
}
.elementor-widget-neuron-gallery .m-neuron-gallery__image-detail--title {
  font-size: 24px;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__image-detail--caption {
  font-size: 18px;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__image-detail--description {
  font-size: 14px;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__image-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-top: 10px;
  line-height: 28px;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__image-details span {
  color: #333;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__item:hover .m-neuron-gallery__overlay {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__item--svg-img .m-neuron-gallery__thumbnail img {
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.elementor-widget-neuron-gallery .m-neuron-gallery__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__overlay--detail {
  color: #fff;
}
.elementor-widget-neuron-gallery .m-neuron-gallery__overlay i {
  font-size: 22px;
  color: #fff;
}
.elementor-widget-neuron-gallery.m-neuron-gallery--layout-masonry .m-neuron-gallery__thumbnail--link, .elementor-widget-neuron-gallery.m-neuron-gallery--layout-metro .m-neuron-gallery__thumbnail--link {
  padding-bottom: 0;
  overflow: visible;
}
.elementor-widget-neuron-gallery.m-neuron-gallery--layout-masonry .m-neuron-gallery__thumbnail--link img, .elementor-widget-neuron-gallery.m-neuron-gallery--layout-metro .m-neuron-gallery__thumbnail--link img {
  position: relative;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--bg-none .m-neuron-gallery__overlay {
  background-color: inherit;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-translate .m-neuron-gallery__item:hover .m-neuron-gallery__overlay--detail {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-translate .m-neuron-gallery__overlay--detail {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  opacity: 0;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-scale .m-neuron-gallery__item:hover .m-neuron-gallery__overlay--detail {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-scale .m-neuron-gallery__overlay--detail {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-tooltip .m-neuron-gallery__overlay, .elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-fixed .m-neuron-gallery__overlay {
  display: none;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-fixed .m-neuron-gallery__thumbnail--link {
  -webkit-transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--hover-animation-fixed.active .m-neuron-gallery__item .m-neuron-gallery__thumbnail--link:not(:hover) {
  opacity: 0.25;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--active .m-neuron-gallery__overlay {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--active .m-neuron-gallery__overlay--detail {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.elementor-widget-neuron-gallery.m-neuron-gallery__overlay--reverse .m-neuron-gallery__thumbnail--link:hover .m-neuron-gallery__overlay {
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-neuron-gallery .l-neuron-grid--item-ratio .m-neuron-gallery__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.elementor-widget-neuron-gallery .l-neuron-grid--item-ratio .m-neuron-gallery__thumbnail--link {
  padding-bottom: 56.25%;
}
.elementor-widget-neuron-gallery .l-neuron-grid--masonry {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.elementor-widget-neuron-gallery .l-neuron-grid--metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .elementor-widget-neuron-gallery .l-neuron-grid--metro .l-neuron-grid__item {
    max-width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

#a-tooltip-caption {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  position: fixed;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
#a-tooltip-caption.active {
  opacity: 1;
  visibility: visible;
}

.m-neuron-gallery--tooltip__inner {
  display: inline-block;
  position: relative;
  margin-top: 2.5rem;
  margin-left: calc(-50% + 90px);
}
.m-neuron-gallery--tooltip__detail {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  opacity: 1;
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 8px 25px;
  position: relative;
  z-index: 8;
}
.m-neuron-gallery--tooltip__detail:nth-child(2) {
  padding: 2px 10px 1px;
  position: absolute;
  margin-top: -22px;
  margin-right: -20px;
}
.m-neuron-gallery--tooltip__detail:nth-child(3) {
  padding: 2px 10px 1px;
  position: absolute;
  margin-top: -48px;
  margin-right: -60px;
}

#a-fixed-caption {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#a-fixed-caption article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#a-fixed-caption article .m-neuron-gallery--fixed__inner {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 200ms;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#a-fixed-caption article .m-neuron-gallery--fixed__detail {
  color: #000000;
  z-index: 8;
  opacity: 1;
  line-height: 1;
  margin-bottom: 8px;
}
#a-fixed-caption article .m-neuron-gallery--fixed__detail:nth-child(1) {
  font-size: 32px;
}
#a-fixed-caption article .m-neuron-gallery--fixed__detail:nth-child(2) {
  font-size: 20px;
}
#a-fixed-caption article .m-neuron-gallery--fixed__detail:nth-child(3) {
  font-size: 16px;
}
#a-fixed-caption article.active .m-neuron-gallery--fixed__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.m-neuron-search-form {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-neuron-search-form__icon {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}
.m-neuron-search-form__icon input {
  display: none;
}
.m-neuron-search-form__icon span {
  cursor: pointer;
  display: block;
  color: #fff;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
}
.m-neuron-search-form__icon span svg {
  stroke: #858585;
  height: 8px;
  width: 8px;
  -webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
}
.m-neuron-search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.m-neuron-search-form input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 12px 24px;
  background-color: #f6f6f6;
}
.m-neuron-search-form input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
}
.m-neuron-search-form input::-moz-placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
}
.m-neuron-search-form input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
}
.m-neuron-search-form input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
}
.m-neuron-search-form input::placeholder {
  color: inherit;
  opacity: 1; /* Firefox */
}
.m-neuron-search-form input:-ms-input-placeholder {
  color: inherit;
}
.m-neuron-search-form input::-ms-input-placeholder {
  color: inherit;
}
.m-neuron-search-form input::-webkit-search-cancel-button {
  display: none;
}
.m-neuron-search-form__submit {
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
}
.m-neuron-search-form button {
  font-size: 24px;
  color: #000;
  border-radius: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-neuron-search-form button:hover {
  color: inherit;
  background-color: #f6f6f6;
}
.m-neuron-search-form button svg {
  width: 1em;
  height: 1em;
}

.m-neuron-widget .m-neuron-search-form,
.widget_product_search .m-neuron-search-form {
  position: relative;
}
.m-neuron-widget .m-neuron-search-form input,
.widget_product_search .m-neuron-search-form input {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
}
.m-neuron-widget .m-neuron-search-form__icon,
.widget_product_search .m-neuron-search-form__icon {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-neuron-widget .m-neuron-search-form__icon input,
.widget_product_search .m-neuron-search-form__icon input {
  display: none;
}
.m-neuron-widget .m-neuron-search-form__icon span,
.widget_product_search .m-neuron-search-form__icon span {
  cursor: pointer;
  display: block;
  color: #ffffff;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
}
.m-neuron-widget .m-neuron-search-form__icon span:hover,
.widget_product_search .m-neuron-search-form__icon span:hover {
  color: #000000;
}
.m-neuron-widget .m-neuron-search-form__icon span svg,
.widget_product_search .m-neuron-search-form__icon span svg {
  stroke: #858585;
  -webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
}
.m-neuron-widget .m-neuron-search-form__icon span svg:hover,
.widget_product_search .m-neuron-search-form__icon span svg:hover {
  stroke: #000000;
}

.elementor-widget-neuron-table-of-contents.m-neuron-toc--collapsed .m-neuron-toc__toggle-button--collapse {
  display: none;
}
.elementor-widget-neuron-table-of-contents:not(.m-neuron-toc--collapsed) .m-neuron-toc__toggle-button--expand {
  display: none;
}
.elementor-widget-neuron-table-of-contents .elementor-widget-container {
  min-height: var(--box-min-height);
  border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
  border-radius: var(--box-border-radius, 3px);
  background-color: var(--box-background-color);
  -webkit-transition: min-height 0.4s;
  transition: min-height 0.4s;
  overflow: hidden;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__toggle-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__toggle-button i {
  color: var(--toggle-button-color);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__toggle-button svg {
  height: 1em;
  width: 1em;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__spinner-container {
  text-align: center;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__spinner {
  font-size: 2em;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__body {
  padding: var(--box-padding, 20px);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item {
  margin-bottom: 0.5em;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item.elementor-item-active {
  font-weight: bold;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item .m-neuron-toc__list-wrapper {
  margin-top: 0.5em;
  margin-left: var(--nested-list-indent, 1em);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
          text-decoration: var(--item-text-hover-decoration);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
          text-decoration: var(--item-text-active-decoration);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text-wrapper i, .elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text-wrapper:before {
  margin-right: 8px;
  color: var(--marker-color);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text-wrapper i {
  font-size: var(--marker-size, 0.5em);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-item-text-wrapper:before {
  font-size: var(--marker-size, 1em);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc--content-ellipsis .m-neuron-toc__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__list-items--collapsible > .m-neuron-toc__list-wrapper > .m-neuron-toc__list-item > .m-neuron-toc__list-wrapper {
  display: none;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__heading-anchor {
  position: absolute;
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__body .m-neuron-toc__list-item-text {
  color: var(--item-text-color);
  -webkit-text-decoration: var(--item-text-decoration);
          text-decoration: var(--item-text-decoration);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__body .m-neuron-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
          text-decoration: var(--item-text-hover-decoration);
}
.elementor-widget-neuron-table-of-contents .m-neuron-toc__body .m-neuron-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
          text-decoration: var(--item-text-active-decoration);
}

ol.m-neuron-toc__list-wrapper {
  counter-reset: item;
}
ol.m-neuron-toc__list-wrapper .m-neuron-toc__list-item {
  counter-increment: item;
}
ol.m-neuron-toc__list-wrapper .m-neuron-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
}

@media only screen and (max-width: 1279px) {
  .m-neuron-toc--minimized-on-tablet .m-neuron-toc__body {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .m-neuron-toc--minimized-on-mobile .m-neuron-toc__body {
    display: none;
  }
}
.m-neuron-nav-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.m-neuron-nav-menu__hamburger {
  display: inline-block;
}
.m-neuron-nav-menu__hamburger svg {
  display: block;
  width: 42px;
  height: 42px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.m-neuron-nav-menu__hamburger svg line {
  fill: none;
  stroke: #000000;
  stroke-width: 6;
  stroke-miterlimit: 10;
  -webkit-transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: stroke cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.m-neuron-nav-menu__hamburger-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item) {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item):not(:last-of-type) {
  margin-right: 18px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item) a {
  color: inherit;
  -webkit-transition: color cubic-bezier(0.4, 0, 0.2, 1) 200ms, background cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 200ms, background cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children:hover .sub-menu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu {
  text-align: left !important;
  padding: 0;
  margin: 0;
  z-index: 1000;
  top: 100%;
  background-color: #fff;
  min-width: 180px;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu:not(.sub-menu--vertical) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu.sub-menu--vertical {
  display: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu .h-neuron-animation--wow {
  visibility: visible !important;
  opacity: 1;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu li {
  color: #333;
  position: relative;
  display: block;
  margin-right: 0;
  padding: 6px 10px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  height: 21px;
  top: -21px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu ul:not(.sub-menu--left):not(.sub-menu--vertical) {
  margin-top: 0;
  top: 0;
  left: 100%;
  margin-left: 5px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu ul:not(.sub-menu--left):not(.sub-menu--vertical):before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 5px;
  left: -5px;
  height: 100%;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu--left {
  left: auto;
  right: 0;
  margin-left: 0;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu--left:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  height: 20px;
  top: -20px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu ul.sub-menu--left {
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 1px;
  margin-top: -40px;
}
.m-neuron-nav-menu li:not(.elementor-icon-list-item).menu-item-has-children .sub-menu ul.sub-menu--left:before {
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 15px;
  right: -15px;
}
.m-neuron-nav-menu--vertical .m-neuron-nav-menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-neuron-nav-menu--vertical .m-neuron-nav-menu__list li.menu-item-has-children .sub-menu:before {
  display: none;
}
.m-neuron-nav-menu--vertical .m-neuron-nav-menu__list li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 10px;
}
.m-neuron-nav-menu--mobile-dropdown .m-neuron-nav-menu {
  display: none;
}
.m-neuron-nav-menu--mobile-dropdown .m-neuron-nav-menu--mobile {
  display: block;
}
.m-neuron-nav-menu--mobile {
  display: none;
}
.m-neuron-nav-menu--mobile .h-neuron-animation--wow {
  visibility: visible !important;
  opacity: 1;
}
.m-neuron-nav-menu--mobile .sub-arrow {
  font-size: 18px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.m-neuron-nav-menu--mobile .sub-arrow i {
  pointer-events: none;
}
.m-neuron-nav-menu--mobile li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-neuron-nav-menu--mobile li a:after {
  display: none;
}
.m-neuron-nav-menu--mobile > ul {
  background-color: #fff;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 0;
  position: absolute;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
.m-neuron-nav-menu--mobile > ul.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.m-neuron-nav-menu--mobile ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  border-radius: 0;
  width: 100%;
}
.m-neuron-nav-menu--mobile ul li {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.m-neuron-nav-menu--mobile ul li a {
  color: inherit;
  padding: 10px 20px;
  line-height: 20px;
  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;
}
.m-neuron-nav-menu--mobile ul li ul {
  padding-left: 10px;
  margin: 0;
  display: none;
}
.m-neuron-nav-menu--mobile ul li ul li {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .m-neuron-nav-menu--breakpoint-tablet .m-neuron-nav-menu {
    display: none;
  }
  .m-neuron-nav-menu--breakpoint-tablet .m-neuron-nav-menu--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .m-neuron-nav-menu--breakpoint-mobile .m-neuron-nav-menu {
    display: none;
  }
  .m-neuron-nav-menu--breakpoint-mobile .m-neuron-nav-menu--mobile {
    display: block;
  }
}
.m-neuron-nav-menu__align-left .m-neuron-nav-menu__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.m-neuron-nav-menu__align-center .m-neuron-nav-menu__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.m-neuron-nav-menu__align-right .m-neuron-nav-menu__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.m-neuron-nav-menu__align-justify .m-neuron-nav-menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .m-neuron-nav-menu__align-tablet-left .m-neuron-nav-menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .m-neuron-nav-menu__align-tablet-center .m-neuron-nav-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .m-neuron-nav-menu__align-tablet-right .m-neuron-nav-menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .m-neuron-nav-menu__align-tablet-justify .m-neuron-nav-menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .m-neuron-nav-menu__align-mobile-left .m-neuron-nav-menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .m-neuron-nav-menu__align-mobile-center .m-neuron-nav-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .m-neuron-nav-menu__align-mobile-right .m-neuron-nav-menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .m-neuron-nav-menu__align-mobile-justify .m-neuron-nav-menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.m-neuron-nav-menu--indicator-none .sub-arrow {
  display: none !important;
}
.m-neuron-nav-menu--indicator-angle .sub-arrow i:before {
  font-family: "neuron-icons", sans-serif;
  content: "\e809";
}
.m-neuron-nav-menu--indicator-classic .sub-arrow i:before {
  content: "\f0d7";
}
.m-neuron-nav-menu--indicator-plus .sub-arrow i:before {
  font-family: "neuron-icons", sans-serif;
  content: "\e82a";
}
.m-neuron-nav-menu .sub-arrow {
  font-size: 1em;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.m-neuron-nav-menu .sub-arrow i {
  pointer-events: none;
}
.m-neuron-nav-menu ul ul:not(.sub-menu--vertical) .sub-arrow i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.m-neuron-nav-menu__pointer-underline:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li.current-menu-item a::after, .m-neuron-nav-menu__pointer-underline:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li:hover a::after {
  opacity: 1;
}
.m-neuron-nav-menu__pointer-underline:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a {
  position: relative;
  padding-bottom: 6px;
}
.m-neuron-nav-menu__pointer-underline:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
  content: "";
  opacity: 0;
  background-color: #333;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.m-neuron-nav-menu__pointer-strikethrough:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li.current-menu-item a::after, .m-neuron-nav-menu__pointer-strikethrough:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li:hover a::after {
  opacity: 1;
}
.m-neuron-nav-menu__pointer-strikethrough:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a {
  position: relative;
}
.m-neuron-nav-menu__pointer-strikethrough:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
  content: "";
  opacity: 0;
  background-color: #333;
  height: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.m-neuron-nav-menu__pointer-animated:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li.current-menu-item > a::after, .m-neuron-nav-menu__pointer-animated:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li:hover > a::after {
  opacity: 1;
}
.m-neuron-nav-menu__pointer-animated:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a {
  position: relative;
}
.m-neuron-nav-menu__pointer-animated:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
  content: "";
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(227, 57, 77, 0.6)), to(rgba(227, 57, 77, 0.1)));
  background: linear-gradient(90deg, rgba(227, 57, 77, 0.6), rgba(227, 57, 77, 0.1));
  height: 5px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.m-neuron-nav-menu__pointer-vertical:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li.current-menu-item > a::after, .m-neuron-nav-menu__pointer-vertical:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li:hover > a::after {
  opacity: 1;
}
.m-neuron-nav-menu__pointer-vertical:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a {
  position: relative;
  padding-bottom: 45px;
}
.m-neuron-nav-menu__pointer-vertical:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
  content: "";
  opacity: 0;
  background: #333;
  margin-top: 5px;
  height: 40px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.m-neuron-nav-menu__pointer-dot:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li.current-menu-item > a::after, .m-neuron-nav-menu__pointer-dot:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li:hover > a::after {
  opacity: 1;
}
.m-neuron-nav-menu__pointer-dot:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a {
  position: relative;
  padding-bottom: 8px;
}
.m-neuron-nav-menu__pointer-dot:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
  content: "";
  opacity: 0;
  background: #58b3ca;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-neuron-nav-menu__pointer-animation--fade .m-neuron-nav-menu ul a:after {
  -webkit-transition: 200ms all;
  transition: 200ms all;
  width: 100%;
  left: 0;
}
.m-neuron-nav-menu__pointer-animation--slide .m-neuron-nav-menu ul li.current-menu-item > a:after, .m-neuron-nav-menu__pointer-animation--slide .m-neuron-nav-menu ul li:hover > a:after {
  width: 100%;
}
.m-neuron-nav-menu__pointer-animation--slide .m-neuron-nav-menu ul li > a:after {
  width: 0;
  left: 0;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.m-neuron-nav-menu__pointer-animation--grow .m-neuron-nav-menu ul li.current-menu-item > a:after, .m-neuron-nav-menu__pointer-animation--grow .m-neuron-nav-menu ul li:hover > a:after {
  width: 100%;
  left: 0;
}
.m-neuron-nav-menu__pointer-animation--grow .m-neuron-nav-menu ul li > a:after {
  left: 50%;
  width: 0;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.m-neuron-nav-menu__toggle-align-center .m-neuron-nav-menu__hamburger-holder {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-neuron-nav-menu__toggle-align-right .m-neuron-nav-menu__hamburger-holder {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-neuron-nav-menu--mega-menu {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}
.m-neuron-nav-menu--mega-menu__item .sub-menu {
  display: none !important;
}
.m-neuron-nav-menu--mega-menu__item:hover .m-neuron-nav-menu--mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.m-neuron-menu-cart > .m-neuron-menu-cart__icon {
  display: inline-block;
  position: relative;
}
.m-neuron-menu-cart > .m-neuron-menu-cart__icon .m-neuron-menu-cart__icon {
  cursor: pointer;
  z-index: 11;
  position: relative;
}
.m-neuron-menu-cart__sidebar {
  text-align: left;
  -webkit-box-shadow: 0 0 1px;
          box-shadow: 0 0 1px;
}
.m-neuron-menu-cart__overlay {
  bottom: 0;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 100%;
  right: 0;
  top: 0;
  z-index: 3000;
  -webkit-transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 600ms, left 0s 600ms;
  transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 600ms, left 0s 600ms;
}
.m-neuron-menu-cart__overlay--open .m-neuron-menu-cart__overlay {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s, left 0s 0s;
  transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s, left 0s 0s;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart {
  position: relative;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart__close-button {
  display: none;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart__icon:hover .m-neuron-menu-cart__sidebar {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart__sidebar {
  width: 320px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  padding: 20px;
  top: 0;
  right: 0;
  margin-top: 30px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 200ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 200ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  opacity: 0;
  visibility: hidden;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart__sidebar.m-neuron-menu-cart--shown {
  opacity: 1;
  visibility: visible;
}
.m-neuron-menu-cart--style-hover .m-neuron-menu-cart__sidebar:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -30px;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__sidebar {
  position: fixed;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  width: 390px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 600ms;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 600ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 600ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 600ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 600ms;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__sidebar.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__sidebar--hidden {
  left: 100%;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__products {
  padding-bottom: 200px;
  width: calc(100% - 60px);
  overflow-y: scroll;
  height: 100%;
  position: absolute;
  z-index: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__products::-webkit-scrollbar {
  display: none;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__bottom {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 30px;
  padding-bottom: 20px;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__main {
  padding: 32px 0;
}
.m-neuron-menu-cart--style-sidebar__height-full .m-neuron-menu-cart__sidebar {
  min-height: 100%;
}
.m-neuron-menu-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 16px;
  padding-top: 16px;
  min-height: 90px;
}
.m-neuron-menu-cart__product-name {
  max-width: 90%;
}
.m-neuron-menu-cart__product-name > a {
  margin-bottom: 16px;
  color: inherit;
}
.m-neuron-menu-cart__product-name dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-menu-cart__product-name dl dt {
  color: inherit;
}
.m-neuron-menu-cart__product-name dl dt:first-child {
  margin-right: 6px;
}
.m-neuron-menu-cart__product-name dl dt {
  margin-bottom: 0;
}
.m-neuron-menu-cart__product-name dl dd p {
  margin-bottom: 0;
}
.m-neuron-menu-cart__product-image {
  max-width: 60px;
}
.m-neuron-menu-cart__product-image a {
  display: block;
}
.m-neuron-menu-cart__product-image img {
  display: block;
}
.m-neuron-menu-cart__meta {
  padding-left: 20px;
  width: 100%;
}
.m-neuron-menu-cart__product-remove {
  position: absolute;
  right: 0;
  top: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}
.m-neuron-menu-cart__product-remove:before {
  font-family: "neuron-icons";
  content: "\e839";
  position: absolute;
  color: #333;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.m-neuron-menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.m-neuron-menu-cart--show-divider-yes .m-neuron-menu-cart__subtotal {
  border-bottom: 1px solid #e5e5e5;
}
.m-neuron-menu-cart__subtotal {
  padding: 16px 0;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-neuron-menu-cart__subtotal strong,
.m-neuron-menu-cart__subtotal bdi {
  font-family: inherit;
  font-weight: normal;
}
.m-neuron-menu-cart--buttons-inline .m-neuron-menu-cart__footer-buttons {
  grid-template-columns: 1fr 1fr;
}
.m-neuron-menu-cart__footer-buttons {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.m-neuron-menu-cart__footer-buttons a {
  text-align: center;
  padding: 14px 0;
}
.m-neuron-menu-cart__toggle {
  color: #333;
  font-size: 18px;
  position: relative;
  z-index: 1000;
}
.m-neuron-menu-cart--empty-indicator-hide .m-neuron-menu-cart__toggle[data-counter="0"]:before {
  display: none;
}
.m-neuron-menu-cart--items-indicator-plain .m-neuron-menu-cart__toggle:before {
  content: attr(data-counter);
  font-size: 14px;
}
.m-neuron-menu-cart--items-indicator-bubble .m-neuron-menu-cart__toggle:before {
  content: attr(data-counter);
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #333;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
.m-neuron-menu-cart__toggle-icon--cart-neuron .m-neuron-menu-cart__toggle i {
  font-family: "neuron-icons";
  font-size: 24px;
}
.m-neuron-menu-cart__toggle-icon--cart-neuron .m-neuron-menu-cart__toggle i:before {
  content: "\e806";
}
.m-neuron-menu-cart__toggle-icon--bag-light .m-neuron-menu-cart__toggle i:before {
  content: "\e8e3";
}
.m-neuron-menu-cart__toggle-icon--bag-medium .m-neuron-menu-cart__toggle i:before {
  content: "\e8e4";
}
.m-neuron-menu-cart__toggle-icon--bag-solid .m-neuron-menu-cart__toggle i:before {
  content: "\e8e5";
}
.m-neuron-menu-cart__toggle-icon--basket-light .m-neuron-menu-cart__toggle i:before {
  content: "\e8e6";
}
.m-neuron-menu-cart__toggle-icon--basket-medium .m-neuron-menu-cart__toggle i:before {
  content: "\e8e7";
}
.m-neuron-menu-cart__toggle-icon--basket-solid .m-neuron-menu-cart__toggle i:before {
  content: "\e8e8";
}
.m-neuron-menu-cart__toggle-icon--cart-light .m-neuron-menu-cart__toggle i:before {
  content: "\e8e9";
}
.m-neuron-menu-cart__toggle-icon--cart-medium .m-neuron-menu-cart__toggle i:before {
  content: "\e8ea";
}
.m-neuron-menu-cart__toggle-icon--cart-solid .m-neuron-menu-cart__toggle i:before {
  content: "\e8eb";
}
.m-neuron-menu-cart__close-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  text-transform: uppercase;
  font-size: 13px;
}

.elementor-widget-neuron-woo-menu-cart:not(.m-neuron-menu-cart--show-remove-button-yes) .m-neuron-menu-cart__product-remove {
  display: none;
}

body.admin-bar .m-neuron-menu-cart--style-sidebar .m-neuron-menu-cart__sidebar {
  margin-top: 32px;
}

.m-neuron-sitemap__list {
  padding: 0;
  margin-left: 30px;
}
.m-neuron-sitemap__link a {
  color: #333;
}

.m-neuron-interactive-posts {
  font-size: 40px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.m-neuron-interactive-posts--horizontal .m-neuron-interactive-posts__links {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-neuron-interactive-posts--horizontal .m-neuron-interactive-posts__item:not(:last-of-type) {
  margin-right: 16px;
}
.m-neuron-interactive-posts--vertical .m-neuron-interactive-posts__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-neuron-interactive-posts--vertical .m-neuron-interactive-posts__item:not(:last-of-type) {
  padding-bottom: 16px;
}
.m-neuron-interactive-posts--grid .m-neuron-interactive-posts__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.m-neuron-interactive-posts--grid .m-neuron-interactive-posts__item {
  width: 100% !important;
}
@media (min-width: 720px) {
  .m-neuron-interactive-posts--meta-align__right .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align__right .m-neuron-interactive-posts article a {
    margin-right: 16px;
  }
  .m-neuron-interactive-posts--meta-align__left .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align__left .m-neuron-interactive-posts article a {
    margin-right: 0;
    margin-left: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-neuron-interactive-posts--meta-align__top .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-neuron-interactive-posts--meta-align__bottom .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .m-neuron-interactive-posts--meta-align-tablet__right .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align-tablet__right .m-neuron-interactive-posts article a {
    margin-right: 16px;
  }
  .m-neuron-interactive-posts--meta-align-tablet__left .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align-tablet__left .m-neuron-interactive-posts article a {
    margin-right: 0;
    margin-left: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-neuron-interactive-posts--meta-align-tablet__top .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-neuron-interactive-posts--meta-align-tablet__bottom .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 720px) {
  .m-neuron-interactive-posts--meta-align-mobile__right .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align-mobile__right .m-neuron-interactive-posts article a {
    margin-right: 16px;
  }
  .m-neuron-interactive-posts--meta-align-mobile__left .m-neuron-interactive-posts article {
    -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;
  }
  .m-neuron-interactive-posts--meta-align-mobile__left .m-neuron-interactive-posts article a {
    margin-right: 0;
    margin-left: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-neuron-interactive-posts--meta-align-mobile__top .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-neuron-interactive-posts--meta-align-mobile__bottom .m-neuron-interactive-posts article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-neuron-interactive-posts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
}
.m-neuron-interactive-posts__images {
  position: absolute;
  display: block;
  margin-left: auto;
  width: 60%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}
.m-neuron-interactive-posts__item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-neuron-interactive-posts__item a {
  line-height: 1;
}
.m-neuron-interactive-posts__meta-data {
  font-size: 16px;
}
.m-neuron-interactive-posts__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.m-neuron-interactive-posts__image img {
  display: none;
}
.m-neuron-interactive-posts__image.active {
  opacity: 1;
  z-index: 1;
}
.m-neuron-interactive-posts--image-cover__full-screen .m-neuron-interactive-posts__images {
  position: fixed;
  width: 50%;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__item {
  z-index: auto;
  position: relative;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__item:hover .m-neuron-interactive-posts__title:before {
  opacity: 1;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__links {
  position: relative;
  z-index: auto;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__title {
  display: inline-block;
  position: relative;
  color: #000;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__title:before {
  content: attr(data-text-interactive);
  position: absolute;
  mix-blend-mode: overlay;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.m-neuron-interactive-posts--image-cover__text .m-neuron-interactive-posts__images {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -20vh;
  margin-left: -100px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  will-change: transform, opacity;
}
.m-neuron-interactive-posts__image-h-align--left .m-neuron-interactive-posts__images {
  right: auto;
  left: 0;
}
.m-neuron-interactive-posts__image-h-align--center .m-neuron-interactive-posts__images {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.m-neuron-interactive-posts__image-h-align--right .m-neuron-interactive-posts__images {
  left: auto;
  right: 0;
}
.m-neuron-interactive-posts__image-v-align--top .m-neuron-interactive-posts__images {
  top: 0;
  bottom: auto;
}
.m-neuron-interactive-posts__image-v-align--middle .m-neuron-interactive-posts__images {
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-neuron-interactive-posts__image-v-align--bottom .m-neuron-interactive-posts__images {
  bottom: 0;
  top: auto;
}
.m-neuron-interactive-posts__h-align-left .m-neuron-interactive-posts__links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-neuron-interactive-posts__h-align-left .m-neuron-interactive-posts__item {
  text-align: left;
}
.m-neuron-interactive-posts__h-align-center .m-neuron-interactive-posts__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-neuron-interactive-posts__h-align-center .m-neuron-interactive-posts__item {
  text-align: center;
}
.m-neuron-interactive-posts__h-align-right .m-neuron-interactive-posts__links {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-neuron-interactive-posts__h-align-right .m-neuron-interactive-posts__item {
  text-align: right;
}

.m-neuron-breadcrumbs {
  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;
}

.elementor-tabs--animation-slideUp .elementor-tab-content {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: calc(450ms) !important;
          animation-duration: calc(450ms) !important;
}
.elementor-tabs--animation-slideUp .elementor-tab-title {
  -webkit-transition: calc(450ms) all;
  transition: calc(450ms) all;
}

.elementor-toggle .elementor-tab-title, .elementor-toggle .elementor-tab-content {
  border: none;
}

.neuron-sticky:not(.neuron-sticky--active) .m-neuron-nav-menu .menu-item > a:after {
  display: none !important;
}
.neuron-sticky:not(.neuron-sticky--active) .m-neuron-nav-menu--mega-menu {
  min-width: 80vw;
}

.elementor-widget-icon .elementor-icon-wrapper {
  font-size: 0;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.neuron-quick-view--open {
  position: relative;
}

.m-neuron__quick-view {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view {
    overflow-y: scroll;
  }
}
.m-neuron__quick-view--overlay {
  background-color: rgba(18, 18, 18, 0.4509803922);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.m-neuron__quick-view--wrapper {
  position: absolute;
  z-index: 1001;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1050px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease, visibility 350ms ease;
  transition: opacity 350ms ease, visibility 350ms ease;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
    overflow-y: scroll;
  }
}
@media (max-width: 720px) {
  .m-neuron__quick-view--wrapper {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
}
.m-neuron__quick-view--wrapper.active {
  opacity: 1;
  visibility: visible;
}
.m-neuron__quick-view--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-neuron__quick-view--product > div {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product > div {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.m-neuron__quick-view--product-thumbnail {
  overflow: hidden;
}
.m-neuron__quick-view--product-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-neuron__quick-view--product-thumbnail .neuron-swiper {
  position: relative;
}
.m-neuron__quick-view--product-thumbnail .neuron-swiper-dots {
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.m-neuron__quick-view--product-thumbnail .neuron-swiper-dots .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #000 !important;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m-neuron__quick-view--product-thumbnail .neuron-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .m-neuron__quick-view--product-thumbnail .neuron-swiper-dots .swiper-pagination-bullet:hover {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  background-color: transparent !important;
}
.m-neuron__quick-view--product-thumbnail .neuron-swiper-dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 16px;
}
.m-neuron__quick-view--product-summary {
  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;
  padding: 6.4rem 7rem;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product-summary {
    padding: 40px;
  }
}
@media (max-width: 720px) {
  .m-neuron__quick-view--product-summary {
    padding: 32px;
  }
}
.m-neuron__quick-view--product-title {
  margin-bottom: 1.6rem;
}
.m-neuron__quick-view--product-title h2 {
  margin: 0;
}
.m-neuron__quick-view--product-price {
  margin-bottom: 2.4rem;
}
.m-neuron__quick-view--product-price h4 {
  margin: 0;
  font-size: 30px;
}
.m-neuron__quick-view--product-description {
  font-size: 15px;
  margin-bottom: 2.6rem;
}
.m-neuron__quick-view--product-add-to-cart form {
  display: table;
  margin-bottom: 2.4rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #eaeaea;
}
.m-neuron__quick-view--product-add-to-cart form a.added_to_cart {
  display: none;
}
.m-neuron__quick-view--product-add-to-cart .quantity {
  width: 50%;
  padding-right: 16px !important;
  display: table-cell;
}
.m-neuron__quick-view--product-add-to-cart .quantity .qty {
  width: 100% !important;
  padding: 17px 32px !important;
  background-color: #f5f5f5 !important;
  border: none !important;
}
.m-neuron__quick-view--product-add-to-cart .quantity .quantity-nav {
  font-size: 16px;
}
.m-neuron__quick-view--product-add-to-cart .quantity .quantity-nav--down {
  left: 40px !important;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product-add-to-cart .quantity .quantity-nav--down {
    left: 20px !important;
  }
}
.m-neuron__quick-view--product-add-to-cart .quantity .quantity-nav--up {
  right: 40px !important;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product-add-to-cart .quantity .quantity-nav--up {
    right: 20px !important;
  }
}
.m-neuron__quick-view--product-add-to-cart input {
  border: 1px solid #eaeaea !important;
  text-align: center;
  padding: 16px 40px !important;
}
.m-neuron__quick-view--product-add-to-cart button {
  width: 100%;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  padding: 17px 32px !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  display: table-cell !important;
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--product-add-to-cart button {
    padding: 18px !important;
  }
}
.m-neuron__quick-view--product-add-to-cart button.loading {
  opacity: 1 !important;
  min-width: 122px;
  text-align: center;
}
.m-neuron__quick-view--product-add-to-cart button.loading > span {
  display: none;
}
.m-neuron__quick-view--product-add-to-cart button.loading:before {
  content: "";
  border-radius: 100%;
  vertical-align: middle;
  border-bottom-color: #fff !important;
  height: 1em;
  width: 1em;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.4196078431);
}
.m-neuron__quick-view--product-add-to-cart button.loading:after {
  display: none !important;
}
.m-neuron__quick-view--product-add-to-cart button.single_add_to_cart_button {
  text-transform: capitalize;
}
.m-neuron__quick-view--product-add-to-cart button.single_add_to_cart_button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.m-neuron__quick-view--product-meta {
  display: inline-block;
  margin: 0 14px 0 0;
}
.m-neuron__quick-view--product-meta h6 {
  color: #5a5a5a;
  font-weight: 400;
  display: inline-block;
  margin: 0 14px 0 0;
  font-size: 14px !important;
  letter-spacing: 0;
}
.m-neuron__quick-view--product-meta h6 > * {
  font-size: 14px !important;
  letter-spacing: 0;
}
.m-neuron__quick-view--product-meta h6 strong {
  color: #121212;
  font-weight: 500;
  line-height: 1 !important;
  text-transform: none;
}
.m-neuron__quick-view--product-meta h6 a {
  line-height: 1.525 !important;
  font-weight: normal !important;
  text-transform: none;
}
.m-neuron__quick-view--loader {
  position: absolute;
  z-index: 1001;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.m-neuron__quick-view--loader:before {
  content: "";
  border-radius: 100%;
  border: 2px solid #fff;
  border-color: inherit;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.2196078431) !important;
  border-bottom-color: #fff !important;
  height: 1.25em;
  width: 1.25em;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}
.m-neuron__quick-view--close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -32px;
  top: -32px;
  background-color: transparent;
  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;
}
@media (max-width: 720px) {
  .m-neuron__quick-view--close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1279px) {
  .m-neuron__quick-view--close {
    top: 24px;
    right: 24px;
    z-index: 2;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.m-neuron__quick-view--close svg {
  width: 22px;
  height: 22px;
}
.m-neuron__quick-view--close svg path {
  stroke: #fff;
}
.m-neuron__quick-view--slide {
  height: 100%;
}
.m-neuron__quick-view--slide img {
  max-height: 580px !important;
}
@media (max-width: 720px) {
  .m-neuron__quick-view--slide img {
    height: 400px !important;
  }
}
.m-neuron__quick-view .neuron-swiper {
  height: 100%;
}
.m-neuron__quick-view .neuron-swiper .neuron-slides-wrapper {
  height: 100%;
}
.m-neuron__quick-view .neuron-swiper .neuron-swiper-button {
  z-index: 2 !important;
}

@media (max-width: 1279px) {
  .m-neuron-product__quick-view {
    opacity: 1 !important;
  }
}
/*=========================
=        Organisms        =
==========================*/
.o-post-navigation {
  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;
  position: relative;
}
.o-post-navigation__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 34px;
}
.o-post-navigation__icon + .o-post-navigation__text {
  margin-bottom: 8px;
}
.o-post-navigation__icon.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-post-navigation__icon i {
  padding-right: 8px;
}
.o-post-navigation__link {
  position: relative;
  z-index: 1;
}
.o-post-navigation__link a {
  display: block;
}
.o-post-navigation__link--next i,
.o-post-navigation__link--next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.o-post-navigation--no-label .o-post-navigation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-post-navigation--no-label .o-post-navigation__link--next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.o-post-navigation--no-label .o-post-navigation__icon {
  margin-bottom: 0;
}
.o-post-navigation__align-left .o-post-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.o-post-navigation__align-center .o-post-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.o-post-navigation__align-right .o-post-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.o-post-navigation__align-right .o-post-navigation__icon {
  margin-bottom: 0;
}
.o-post-navigation__align-left .o-post-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.o-post-navigation__align-left .o-post-navigation__icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.o-post-navigation__align-center .o-post-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-post-navigation__align-center .o-post-navigation__icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-post-navigation__align-right .o-post-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-post-navigation__align-right .o-post-navigation__icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-post-navigation__hover-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, opacity cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.o-post-navigation__hover-image.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.elementor-lightbox.dialog-type-lightbox {
  z-index: 99999;
}
.elementor-lightbox .elementor-video-container,
.elementor-lightbox .elementor-lightbox-image {
  border-radius: 0;
}
.elementor-lightbox .elementor-lightbox-image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-lightbox .elementor-slideshow__title {
  font-weight: 400;
}
.elementor-lightbox .elementor-slideshow__header i:focus {
  outline: 0 !important;
}
.elementor-lightbox .elementor-slideshow__header .eicon-zoom-in-bold,
.elementor-lightbox .elementor-slideshow__header .eicon-share-arrow,
.elementor-lightbox .elementor-slideshow__header .eicon-frame-expand,
.elementor-lightbox .elementor-slideshow__header .eicon-frame-minimize,
.elementor-lightbox .elementor-slideshow__header .eicon-zoom-out-bold {
  font-family: "neuron-icons";
}
.elementor-lightbox .elementor-slideshow__header .eicon-share-arrow:before {
  content: "\e82f";
}
.elementor-lightbox .elementor-slideshow__header .eicon-zoom-in-bold:before,
.elementor-lightbox .elementor-slideshow__header .eicon-zoom-out-bold:before {
  content: "\e83c";
}
.elementor-lightbox .elementor-slideshow__header .eicon-frame-minimize:before {
  content: "\e80c";
}
.elementor-lightbox .elementor-slideshow__header .eicon-frame-expand:before {
  content: "\e82a";
}
.elementor-lightbox .elementor-swiper-button-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 20px;
}
.elementor-lightbox .elementor-swiper-button-prev .eicon-chevron-left {
  font-family: "neuron-icons";
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.elementor-lightbox .elementor-swiper-button-prev .eicon-chevron-left:before {
  content: "\e801";
}
.elementor-lightbox .elementor-swiper-button-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.elementor-lightbox .elementor-swiper-button-next .eicon-chevron-right {
  font-family: "neuron-icons";
}
.elementor-lightbox .elementor-swiper-button-next .eicon-chevron-right:before {
  content: "\e801";
}
.elementor-lightbox .dialog-lightbox-close-button {
  margin-top: 15px;
}
.elementor-lightbox .dialog-lightbox-close-button .eicon-close {
  font-family: "neuron-icons";
}
.elementor-lightbox .dialog-lightbox-close-button .eicon-close:before {
  content: "\e839";
}

@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button-prev i,
  .elementor-lightbox .elementor-swiper-button-next i {
    background-color: transparent;
  }
}
/*=========================
=           Layout        =
=========================*/
body .l-neuron-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}
body .l-neuron-grid__item {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
body .l-neuron-grid--metro .l-neuron-grid__item {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
body .l-neuron-grid-wrapper--columns__0 .l-neuron-grid__item {
  width: auto;
}
body .l-neuron-grid-wrapper--columns__1 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
body .l-neuron-grid-wrapper--columns__2 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
body .l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
body .l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
body .l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
body .l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666667%;
          flex: 0 0 16.6666667%;
  max-width: 16.6666667%;
}
@media (max-width: 1279px) {
  body .l-neuron-grid-wrapper-tablet--columns__0 .l-neuron-grid__item {
    width: auto;
  }
  body .l-neuron-grid-wrapper-tablet--columns__1 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .l-neuron-grid-wrapper-tablet--columns__2 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .l-neuron-grid-wrapper-tablet--columns__3 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  body .l-neuron-grid-wrapper-tablet--columns__4 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  body .l-neuron-grid-wrapper-tablet--columns__5 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  body .l-neuron-grid-wrapper-tablet--columns__6 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666667%;
            flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
  }
}
@media (max-width: 720px) {
  body .l-neuron-grid-wrapper-mobile--columns__0 .l-neuron-grid__item {
    width: auto;
  }
  body .l-neuron-grid-wrapper-mobile--columns__1 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .l-neuron-grid-wrapper-mobile--columns__2 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .l-neuron-grid-wrapper-mobile--columns__3 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  body .l-neuron-grid-wrapper-mobile--columns__4 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  body .l-neuron-grid-wrapper-mobile--columns__5 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  body .l-neuron-grid-wrapper-mobile--columns__6 .l-neuron-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666667%;
            flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
  }
}

@media (min-width: 1279px) {
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__2 .l-neuron-grid__item:nth-child(2) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(5), .l-neuron-grid-wrapper--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(5) {
    margin-top: 5rem;
  }
}
@media (max-width: 1279px) {
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__2 .l-neuron-grid__item:nth-child(2) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(5), .l-neuron-grid-wrapper-tablet--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(5) {
    margin-top: 5rem;
  }
}
@media (max-width: 720px) {
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__2 .l-neuron-grid__item:nth-child(2) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__3 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__4 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(1), .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(1) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(3), .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(3) {
    margin-top: 5rem;
  }
  .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__5 .l-neuron-grid__item:nth-child(5), .l-neuron-grid-wrapper-mobile--offset-yes.l-neuron-grid-wrapper--columns__6 .l-neuron-grid__item:nth-child(5) {
    margin-top: 5rem;
  }
}
.l-neuron-grid__item[data-metro-column="1"] {
  max-width: 8.333% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8.333% !important;
          flex: 0 0 8.333% !important;
}
.l-neuron-grid__item[data-metro-column="2"] {
  max-width: 16.666% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16.666% !important;
          flex: 0 0 16.666% !important;
}
.l-neuron-grid__item[data-metro-column="3"] {
  max-width: 25% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
}
.l-neuron-grid__item[data-metro-column="4"] {
  max-width: 33.333% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.333% !important;
          flex: 0 0 33.333% !important;
}
.l-neuron-grid__item[data-metro-column="5"] {
  max-width: 41.666% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 41.666% !important;
          flex: 0 0 41.666% !important;
}
.l-neuron-grid__item[data-metro-column="6"] {
  max-width: 50% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
}
.l-neuron-grid__item[data-metro-column="7"] {
  max-width: 58.333% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 58.333% !important;
          flex: 0 0 58.333% !important;
}
.l-neuron-grid__item[data-metro-column="8"] {
  max-width: 66.666% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 66.666% !important;
          flex: 0 0 66.666% !important;
}
.l-neuron-grid__item[data-metro-column="9"] {
  max-width: 75% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
}
.l-neuron-grid__item[data-metro-column="10"] {
  max-width: 83.333% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 83.333% !important;
          flex: 0 0 83.333% !important;
}
.l-neuron-grid__item[data-metro-column="11"] {
  max-width: 91.666% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 91.666% !important;
          flex: 0 0 91.666% !important;
}
.l-neuron-grid__item[data-metro-column="12"] {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

@media (max-width: 1279px) {
  .l-neuron-grid__item-metro-full {
    max-width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
@media (max-width: 720px) {
  .l-neuron-grid__item-metro-full {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZyb250ZW5kLmNzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL2Zyb250ZW5kLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC91dGlsaXRpZXMvaGVscGVycy9fb2Zmc2V0cy5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvdXRpbGl0aWVzL2hlbHBlcnMvX2FuaW1hdGlvbnMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL3V0aWxpdGllcy9fdmFyaWFibGVzLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC91dGlsaXRpZXMvaGVscGVycy9fc2l6ZXMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL3V0aWxpdGllcy9oZWxwZXJzL190aGVtZS1idWlsZGVyLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC91dGlsaXRpZXMvaGVscGVycy9fbW90aW9uLWVmZmVjdHMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL3V0aWxpdGllcy9oZWxwZXJzL19oZWxwZXJzLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9hdG9tcy9fYXRvbXMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL2F0b21zL19sb2dvLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9hdG9tcy9faGFtYnVyZ2VyLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9hdG9tcy9fYW5pbWF0ZWQtaGVhZGluZy5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvYXRvbXMvX3NoYXJlLWJ1dHRvbnMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL3V0aWxpdGllcy9taXhpbnMvX2NvbG9ycy5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvYXRvbXMvX3F1YW50aXR5LW5hdi5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvYXRvbXMvX3Njcm9sbGluZy10ZXh0LnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX21vbGVjdWxlcy5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19jb3VudGRvd24uc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fdGVzdGltb25pYWwtY2Fyb3VzZWwuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fcHJpY2UtbGlzdC5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19wb3N0LWluZm8uc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fcG9wdXAuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fc3dpcGVyLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX3ByaWNlLXRhYmxlLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX2Zvcm0uc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fZmxpcC1ib3guc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fYmxvY2txdW90ZS5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19wb3J0Zm9saW8uc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL3V0aWxpdGllcy9taXhpbnMvX2xheW91dC5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19wcm9kdWN0LnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX3Bvc3Quc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fcGFnaW5hdGlvbi5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19maWx0ZXJzLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX3dvb2NvbW1lcmNlLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX2dhbGxlcnkuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fc2VhcmNoLWZvcm0uc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fdG9jLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX25hdi1tZW51LnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX21lbnUtY2FydC5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbW9sZWN1bGVzL19zaXRlbWFwLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX2ludGVyYWN0aXZlLXBvc3Quc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fYnJlYWRjcnVtYnMuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL21vbGVjdWxlcy9fZWxlbWVudG9yLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9tb2xlY3VsZXMvX3F1aWNrLXZpZXcuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL29yZ2FuaXNtcy9fb3JnYW5pc21zLnNjc3MiLCIuLi9kZXYvc2Nzcy9mcm9udGVuZC9vcmdhbmlzbXMvX3Bvc3QtbmF2aWdhdGlvbi5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvb3JnYW5pc21zL19saWdodGJveC5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvbGF5b3V0L19sYXlvdXQuc2NzcyIsIi4uL2Rldi9zY3NzL2Zyb250ZW5kL2xheW91dC9fY29sdW1ucy5zY3NzIiwiLi4vZGV2L3Njc3MvZnJvbnRlbmQvdXRpbGl0aWVzL21peGlucy9fY29sdW1ucy5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGdCQUFnQjtBQ0FoQjs7Ozs7O21CQUFBO0FDS0U7RUFDRSxnQkFBQTtBRklKO0FFREU7RUFDRSxnQkFBQTtBRkdKO0FFREU7RUFDRSxnQkFBQTtBRkdKO0FFQUU7RUFDRSxnQkFBQTtBRkVKO0FFQUU7RUFDRSxnQkFBQTtBRkVKO0FFQ0U7RUFDRSxnQkFBQTtBRkNKO0FFQ0U7RUFD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QTtFbERna0xOO0VrRDlqTEk7SUFDRSxnQkFBQTtFbERna0xOO0VrRDlqTEk7SUFDRSxnQkFBQTtFbERna0xOO0FBQ0Y7QWlEemxMQTtFQ0FNO0lBQ0UsZ0JBQUE7RWxENGxMTjtFa0R0bExJO0lBQ0UsZ0JBQUE7RWxEd2xMTjtFa0R0bExJO0lBQ0UsZ0JBQUE7RWxEd2xMTjtFa0RsbExJO0lBQ0UsZ0JBQUE7RWxEb2xMTjtFa0RsbExJO0lBQ0UsZ0JBQUE7RWxEb2xMTjtFa0RsbExJO0lBQ0UsZ0JBQUE7RWxEb2xMTjtBQUNGO0FpRHRtTEU7RUFDRSw0QkFBQTtFQUNBLDhCQUFBO01BQUEsK0JBQUE7VUFBQSwyQkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSx5QkFBQTtFQUNBLDhCQUFBO01BQUEsNEJBQUE7VUFBQSx3QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSx5QkFBQTtFQUNBLDhCQUFBO01BQUEsNEJBQUE7VUFBQSx3QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSx5QkFBQTtFQUNBLDhCQUFBO01BQUEsNEJBQUE7VUFBQSx3QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSw2QkFBQTtFQUNBLDhCQUFBO01BQUEsZ0NBQUE7VUFBQSw0QkFBQTtBakR3bUxKO0FpRHRtTEU7RUFDRSwwQkFBQTtFQUNBLDhCQUFBO01BQUEsNkJBQUE7VUFBQSx5QkFBQTtBakR3bUxKOztBaURwbUxBO0VBQ0U7SUFDRSx5QkFBQTtJQUNBLDhCQUFBO1FBQUEsNEJBQUE7WUFBQSx3QkFBQTtFakR1bUxGO0FBQ0Y7QWlEcG1MQTtFQUNFO0lBQ0UsMEJBQUE7SUFDQSw4QkFBQTtRQUFBLDZCQUFBO1lBQUEseUJBQUE7RWpEc21MRjtBQUNGIiwiZmlsZSI6ImZyb250ZW5kLmNzcyJ9 */