.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17732 .elementor-element.elementor-element-04ce978.elementor-element{--align-self:center;}/* Start custom CSS */.elementor .e-flexbox-base {
        justify-content: center!important;
}

.smush .elementor-button-icon svg {
  display: inline-block;        
  transform-origin: center;
  animation: slide-bounce 1.5s cubic-bezier(.68,-0.55,.27,1.55) infinite;
}

.smush .elementor-button-icon svg path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw 2.3s ease-in-out infinite;
}

@keyframes slide-bounce {
  0%,100% { transform: translateX(0); }
  50%     { transform: translateX(12px); }
}

@keyframes draw {
  0%   { stroke-dashoffset: 100; }
  50%  { stroke-dashoffset:   0; }
  100% { stroke-dashoffset: 100; }
}

.smush {
  position: relative;
  overflow: hidden;
}

.smush::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -120px;              
  height: 100%;
  width: 90px;              
  background: hsla(0,0%,100%,0.4);
  transform: skewX(-20deg) translateX(0);
  transition: none;          
  pointer-events: none;      
}

.smush:hover::before {
  animation: shine 0.8s linear;
}/* End custom CSS */