.elementor-kit-7{--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:"Merriweather Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--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;}.elementor-kit-7 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){--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);}@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 *//* Fluid top-right blobs with @property */
@property --x0 { syntax: '<percentage>'; inherits: false; initial-value: 99%; }
@property --y0 { syntax: '<percentage>'; inherits: false; initial-value: 1%; }
@property --x1 { syntax: '<percentage>'; inherits: false; initial-value: 73%; }
@property --y1 { syntax: '<percentage>'; inherits: false; initial-value: 2%; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background-color: transparent;

    background-image:
        radial-gradient(circle at var(--x0) var(--y0), var(--c0) 8%, transparent 24%),
        radial-gradient(circle at var(--x1) var(--y1), var(--c1) 3%, transparent 24%);
    
    background-blend-mode: overlay, normal;
    background-repeat: no-repeat;

    /* Initial values */
    --x0: 99%; --y0: 1%; --c0: hsla(38,95%,71%,0.5);
    --x1: 73%; --y1: 2%; --c1: hsla(290,100%,80%,0.35);

    animation: gradient-float 15s linear infinite; /* faster than original 30s */
}

@keyframes gradient-float {
    0%   { --x0: 99%; --y0: 1%;  --x1: 73%; --y1: 2%;  }
    20%  { --x0: 95%; --y0: 6%;  --x1: 80%; --y1: 1%;  }
    40%  { --x0: 85%; --y0: 12%; --x1: 90%; --y1: 5%;  }
    60%  { --x0: 75%; --y0: 5%;  --x1: 95%; --y1: 10%; }
    80%  { --x0: 90%; --y0: 3%;  --x1: 85%; --y1: 6%;  }
    100% { --x0: 99%; --y0: 1%;  --x1: 73%; --y1: 2%;  }
}/* End custom CSS */