.elementor-kit-6{--e-global-color-primary:#080032;--e-global-color-secondary:#080032;--e-global-color-text:#080032;--e-global-color-accent:#080032;--e-global-color-4a9d810:#F5E6F4;--e-global-color-f48d113:#9D0191;--e-global-color-116ab4f:#25B9D8;--e-global-color-52d994c:#FFFFFF;--e-global-color-041b40c:#6D59DE;--e-global-color-6e736d2:#FECD1A;--e-global-typography-primary-font-family:"Ubuntu Sans";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Ubuntu Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--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:400;--e-global-typography-accent-line-height:1em;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-6 h1{font-family:"Ubuntu Sans", Sans-serif;}.elementor-kit-6 h2{font-family:"Ubuntu Sans", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@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 */body {
    opacity: 0;
    animation: slideInDownEffect 0.35s ease-in-out forwards;
}

@keyframes slideInDownEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


 body {
  position: relative;
  overflow-x: hidden;
}

body.slide-out {
  animation: slideOutUp 0.5s ease forwards;
}

@keyframes slideOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100vh);
  }
}/* End custom CSS */