.elementor-kit-5{--e-global-color-primary:#AEC90B;--e-global-color-secondary:#98BF0D;--e-global-color-text:#74C90B;--e-global-color-accent:#AEC90B80;--e-global-color-45ffe8f:#9747FF;--e-global-color-ed7aa20:#7230C7;--e-global-color-57cf4bf:#532A64;--e-global-color-5bc921c:#400D6233;--e-global-color-36ae427:#060E1A;--e-global-color-69fc240:#3E3E3E;--e-global-color-b1c621d:#FFFFFF;--e-global-color-1569cd9:#405261;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ripple-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.ripple-button .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}/* End custom CSS */