.elementor-kit-6{--e-global-color-primary:#AF9B47;--e-global-color-secondary:#AF8D03;--e-global-color-text:#999999;--e-global-color-accent:#459464;--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;background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pulse-button a {
  position: relative;
  display: block;
  background: var(--e-global-color-accent, 0);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(var(--e-global-color-accent, 0.5))!important;
  -webkit-animation: pulseoi 1.5s infinite!important;
}

.pulse-button a:hover {
  -webkit-animation: none!important;
}

@-webkit-keyframes pulseoi {
  0% {
    -moz-transform: scale(0.9)!important;
    -ms-transform: scale(0.9)!important;
    -webkit-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
  }
  70% {
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    box-shadow: 0 0 0 50px rgba(var(--e-global-color-accent, 0))!important;
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(var(--e-global-color-accent, 0))!important;
  }
}/* End custom CSS */