.elementor-kit-6{--e-global-color-primary:#020320;--e-global-color-secondary:#000000;--e-global-color-text:#D4D4EB;--e-global-color-accent:#FFFFFF;--e-global-color-4a50612:#1F2036;--e-global-color-d26fe1e:#C66FC0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Poppins";font-weight:400;line-height:1.75;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-accent );font-size:55px;font-weight:700;line-height:1.4;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-size:1.5em;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-accent );font-size:1.17em;font-weight:700;line-height:1.75;}.elementor-kit-6 h4{color:var( --e-global-color-accent );font-weight:700;}.elementor-kit-6 h5{color:var( --e-global-color-accent );}.elementor-kit-6 h6{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0rem;--container-default-padding-right:1.5rem;--container-default-padding-bottom:0rem;--container-default-padding-left:1.5rem;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{line-height:1.75;}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h3{line-height:1.75;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{line-height:1.75;}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h3{font-size:1.17em;line-height:1.75;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

#root, #__next {
  isolation: isolate;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  background-image: url(/wp-content/themes/webfirst-ai/assets/images/gradient-bg.png), 
                    url(/wp-content/themes/webfirst-ai/assets/images/gradient-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 150px center, bottom -500px left -300px;
  background-size: 1200px, 1200px;
}

@media (min-width: 768px) {
  body {
    background-size: 1200px, contain;
  }
}

body.inner-page {
  background-size: cover, 1200px;
  background-position: center, bottom -500px left -300px;
}

@media (min-width: 768px) {
  body.inner-page {
    background-size: cover, contain;
  }
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

.hero h1 {
  font-weight: 400;
  margin-bottom: 2rem;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
}

.gradient-text {
  background: linear-gradient(to right, #C66FC0, #5CC6FD);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lead-paragraph {
  font-size: 16px;
}

@media (min-width: 768px) {
  .lead-paragraph {
    font-size: 20px;
  }
}

.footnote {
    border-top: 1px solid #1f2036;
    font-size: 1.15rem;
    text-align: center;
    padding-top: 2rem;
}/* End custom CSS */