.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-color-22fd0ec:#00B2A0;--e-global-color-167abc1:#0AB5E4;--e-global-color-0d5daf5:#1A3A5F;--e-global-color-af12216:#FFC0A0;--e-global-color-9584c58:#FF6F61;--e-global-color-360a325:#132D39;--e-global-color-761a78b:#F8FBFB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-761a78b );font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-size:16px;}.elementor-kit-7 h1{font-size:60px;}.elementor-kit-7 h2{font-size:35px;}.elementor-kit-7 h3{font-size:24px;}.elementor-kit-7 h4{font-size:21px;}.elementor-kit-7 h5{font-size:18px;}.elementor-kit-7 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 h1{font-size:45px;}.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 */.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-widget-text-editor ol:last-child{
    margin-bottom: 0px;
    margin-top: 0px;
}

.heading-gradient {
    background: linear-gradient(
        to right,
        #0AB5E4,
        #00B2A0,
        #0AB5E4
    );
    background-size: 200% auto; /* for smooth animation */
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradient-shift 15s ease infinite;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}/* End custom CSS */