.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#929292;--e-global-color-accent:#61CE70;--e-global-color-6d74a6b:#070707;--e-global-color-e4b6ae9:#FFFFFF;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:86px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;background-color:var( --e-global-color-6d74a6b );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 .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 */.animated-blobs-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  width: 400px;
  height: 400px;
  opacity: 0.3;
  filter: blur(50px);
  animation: floatAround 20s ease-in-out infinite;
  mix-blend-mode: screen;
}

/* Unique positions + delays */
.blob1 { top: 5%; left: 5%; animation-delay: 0s; }
.blob2 { top: 10%; right: 5%; animation-delay: 1s; }
.blob3 { bottom: 8%; left: 8%; animation-delay: 2s; }
.blob4 { top: 40%; left: 60%; animation-delay: 3s; }
.blob5 { bottom: 20%; right: 25%; animation-delay: 4s; }
.blob6 { top: 75%; left: 15%; animation-delay: 5s; }
.blob7 { bottom: 35%; right: 5%; animation-delay: 6s; }
.blob8 { top: 15%; right: 40%; animation-delay: 7s; }
.blob9 { bottom: 5%; left: 50%; animation-delay: 8s; }
.blob10 { top: 25%; right: 60%; animation-delay: 9s; }

@keyframes floatAround {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(120px, -100px) scale(1.1); }
  50%  { transform: translate(-150px, 130px) scale(1.15); }
  75%  { transform: translate(80px, -60px) scale(0.95); }
  100% { transform: translate(0, 0) scale(1); }
}

.lead-form label {
  display: block;
  text-align: center;
  width: 100%;
}/* End custom CSS */