.elementor-kit-6{--e-global-color-primary:#2E2E2E;--e-global-color-secondary:#54595F;--e-global-color-text:#101010;--e-global-color-accent:#50FFC2;--e-global-color-b8429d7:#000000;--e-global-color-32b2c28:#163C41;--e-global-color-e4d0794:#F1EFEC;--e-global-color-f073104:#2E2E2E;--e-global-color-4b06e93:#FFFFFF;--e-global-color-3fbd820:#D77088;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Bodoni Moda";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:10px;--e-global-typography-f61f674-font-family:"Poppins";--e-global-typography-f61f674-font-size:85px;--e-global-typography-f61f674-font-weight:600;--e-global-typography-f61f674-line-height:1.1em;--e-global-typography-0db0342-font-family:"Poppins";--e-global-typography-0db0342-font-size:50px;--e-global-typography-0db0342-font-weight:300;--e-global-typography-0db0342-line-height:1.2em;--e-global-typography-ce3bdce-font-family:"Poppins";--e-global-typography-ce3bdce-font-size:40px;--e-global-typography-ce3bdce-font-weight:300;--e-global-typography-ce3bdce-line-height:1.2em;--e-global-typography-eb17f3d-font-family:"Poppins";--e-global-typography-eb17f3d-font-size:30px;--e-global-typography-eb17f3d-font-weight:300;--e-global-typography-eb17f3d-line-height:1.2em;--e-global-typography-08a88c0-font-family:"Poppins";--e-global-typography-08a88c0-font-size:22px;--e-global-typography-08a88c0-font-weight:600;--e-global-typography-6b83966-font-family:"Poppins";--e-global-typography-6b83966-font-size:16px;--e-global-typography-6b83966-font-weight:600;--e-global-typography-6b83966-text-transform:capitalize;--e-global-typography-6b83966-line-height:1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-weight:500;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.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;}@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 *//* Global Animated Underline for Body Links */
/* Targets links inside text editor widgets and post content */
.elementor-widget-text-editor a, 
.elementor-widget-heading a,
.elementor-widget-theme-post-content a {
    text-decoration: none;
    background-image: linear-gradient(#D77088, #D77088); /* Your Color */
    background-position: 50% 100%; /* Centers the start point */
    background-repeat: no-repeat;
    background-size: 0% 2px; /* Thickness */
    transition: background-size .4s ease;
    padding-bottom: 1px;
}

.elementor-widget-text-editor a:hover, 
.elementor-widget-heading a:hover,
.elementor-widget-theme-post-content a:hover {
    background-size: 100% 2px;
}/* End custom CSS */