.elementor-kit-130{--e-global-color-primary:#0D3B66;--e-global-color-secondary:#FAF0CA;--e-global-color-text:#222222;--e-global-color-accent:#F4D35E;--e-global-color-043b601:#FFFFFF;--e-global-color-b9564d2:#F95738;--e-global-color-8d052a8:#051524;--e-global-color-50c0ca5:#F1F6FB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6f76c61-font-family:"Sharp Grotesk";--e-global-typography-6f76c61-font-size:3.8rem;--e-global-typography-6f76c61-line-height:1.5;--e-global-typography-6031fdf-font-family:"Sharp Grotesk";--e-global-typography-6031fdf-font-size:3rem;--e-global-typography-6031fdf-line-height:1.5;--e-global-typography-13d5f98-font-family:"Sharp Grotesk";--e-global-typography-13d5f98-font-size:2rem;--e-global-typography-13d5f98-line-height:1.5;--e-global-typography-aabaab1-font-family:"Sharp Grotesk";--e-global-typography-aabaab1-font-size:1.8rem;--e-global-typography-aabaab1-line-height:1.5;--e-global-typography-8aa2150-font-family:"Sharp Grotesk";--e-global-typography-8aa2150-font-size:1.4rem;--e-global-typography-8aa2150-line-height:1.5;--e-global-typography-42758a5-font-family:"Sharp Grotesk";--e-global-typography-42758a5-font-size:1.2rem;--e-global-typography-42758a5-line-height:1.5;--e-global-typography-355ad24-font-family:"Inter";--e-global-typography-355ad24-font-size:1rem;--e-global-typography-355ad24-line-height:1.5;background-color:var( --e-global-color-043b601 );color:#000000;font-family:"Inter", Sans-serif;font-size:1rem;line-height:1.5;}.elementor-kit-130 e-page-transition{background-color:#FFBC7D;}.elementor-kit-130 a{font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-130 h1{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 h2{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 h3{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 h4{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 h5{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 h6{font-family:"Sharp Grotesk", Sans-serif;}.elementor-kit-130 button,.elementor-kit-130 input[type="button"],.elementor-kit-130 input[type="submit"],.elementor-kit-130 .elementor-button{font-family:"Inter", Sans-serif;font-size:0.875rem;line-height:1.5;color:var( --e-global-color-043b601 );border-radius:0.25rem 0.25rem 0.25rem 0.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){margin-block-end:1.5rem;}.elementor-element{--widgets-spacing:1.5rem 1.5rem;--widgets-spacing-row:1.5rem;--widgets-spacing-column:1.5rem;}{}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 {
    transition: background-color 0.6s, color 0.6s;
}

.elementor-widget-text-editor ul {
    list-style-type: unset;
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.elementor-widget-text-editor ul li {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-left: .5rem;
}

/** Start Animations **/
.elementor-animation-shrink {
    transition-property: transform, opacity !important;
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
        opacity: .69;
        transform: scale(.96) !important;
}

.elementor-animation-fade-in {
    animation-name: fadeCustom;
    animation-duration: 500ms;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    will-change: opacity;
}

.elementor-animation-fade-in-up {
    animation-name: slideUpCustom, fadeCustom;
    animation-duration: 500ms, 800ms;
        animation-timing-function: cubic-bezier(0, 0.5, 0, 1);
    will-change: transform, opacity;
}

@keyframes slideUpCustom {
    0% {
        transform: translate3d(0px, 5rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
}

@keyframes fadeCustom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;

    }
}
/** End Animations **/

/** Start Hero **/
.background-image--wrapper {
    z-index: 0;
    background-image: linear-gradient(#00000080, #00000080);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
    overflow: clip;
}

.background-image--image {
    height: 100%;
}
/** End Hero **//* End custom CSS */