.elementor-kit-8{--e-global-color-primary:#00478D;--e-global-color-secondary:#303437;--e-global-color-text:#303437;--e-global-color-accent:#B1D4E0;--e-global-color-b8250d8:#E4DFDF;--e-global-color-867f5c2:#FFFFFF;--e-global-color-5843eec:#B1D4E0;--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;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-8 h3{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* Button customization of the form */
#theButton {
  all: unset;
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(to right, #0F2D74, #3B66E0);
  color: #ffffff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: center;
  margin: 20px auto 0 auto;
}

#theButton2 {
  all: unset;
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(to right, #0F2D74, #3B66E0);
  color: #ffffff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: center;
  margin: 20px auto 0 auto;
  width: 100%
}

#theButton:hover, #theButton2:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

/* Responsive: Make button full width on mobile */
@media (max-width: 768px) {
  #theButton {
    width: 100% !important;
    text-align: center;
  }
}

/* Counter middle solved */
.theMiddle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

/* Gradient Color title */
.gradient-text {
  background: linear-gradient(to right, #00478D, #364dd8); /* your blue gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}/* End custom CSS */