.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Cabin";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cabin";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Cabin";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cabin";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-6cc5d6d-font-family:"Cabin";--e-global-typography-6cc5d6d-font-size:16px;font-family:"Cabin", Sans-serif;font-size:16px;}.elementor-kit-4 a{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h1{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h2{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h3{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h4{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h5{font-family:"Cabin", Sans-serif;}.elementor-kit-4 h6{font-family:"Cabin", Sans-serif;}.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 */html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 2px 2px;
    pointer-events: none;
    z-index: 999;
    opacity: 0.10;
    mix-blend-mode: plus-lighter;
    user-select: none;
    pointer-events: none;
}

<script src="https://unpkg.com/lenis@1.1.18/dist/lenis.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.18/dist/lenis.css">

<script>
    const lenis = new Lenis({
      duration: 1.2,
    })
    
    function raf(time) {
      lenis.raf(time)
      requestAnimationFrame(raf)
    }
    
    requestAnimationFrame(raf)
</script>


@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

*, *::before, *::after,
h1, h2, h3, h4, h5, h6,
p, span, a, li, td, th,
input, textarea, select,
.elementor-widget-text-editor,
.elementor-heading-title,
.elementor-tab-title,
.elementor-accordion-title,
body, body *:not(.elementor-button):not(.elementor-button-text):not(button) {
    font-family: 'Cabin', sans-serif !important;
}

b {
  background: linear-gradient(45deg, #0a79e5, #33a5fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}/* End custom CSS */