.elementor-kit-242{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#F93827;--e-global-color-accent:#16C47F;--e-global-color-01e4d33:#F93827;--e-global-color-518c026:#651EFD;--e-global-color-514c6a0:#FF9D23;--e-global-color-52c05e7:#FFD65A;--e-global-color-dc268f7:#16C47F;--e-global-color-30f9997:#F93827;--e-global-typography-primary-font-family:"Manrope";--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;font-family:"Manrope", Sans-serif;}.elementor-kit-242 e-page-transition{background-color:#FFBC7D;}.elementor-kit-242 a{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h1{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h2{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h4{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-242 h6{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.bttn {
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  border-radius: 40px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(3,59,114,0.8);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(3,59,114,0.4);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(3,59,114,0.8);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(3,59,114,0.7);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(3,59,114,0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(3,59,114,0);
  }
}/* End custom CSS */