.elementor-kit-6{--e-global-color-primary:#132D3D;--e-global-color-secondary:#6DB3E3;--e-global-color-text:#384147;--e-global-color-accent:#DDAE28;--e-global-color-bd72f5f:#D0DFE9;--e-global-color-f483d46:#E4EEF5;--e-global-color-3efa442:#F5FBFF;--e-global-color-70f2a97:#FFFFFF;--e-global-color-21a5d73:#FFFFFF00;--e-global-color-dfa0399:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-6af27f2-font-family:"Montserrat";--e-global-typography-6af27f2-font-size:18px;--e-global-typography-6af27f2-font-weight:700;--e-global-typography-3656959-font-family:"Montserrat";--e-global-typography-3656959-font-size:14px;--e-global-typography-3656959-font-weight:500;--e-global-typography-741b354-font-family:"Montserrat";--e-global-typography-741b354-font-size:38px;--e-global-typography-741b354-font-weight:700;--e-global-typography-741b354-line-height:50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.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;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:26px;--e-global-typography-741b354-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:26px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;--e-global-typography-6af27f2-font-size:16px;--e-global-typography-3656959-font-size:13px;--e-global-typography-741b354-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-widget-text-editor p{margin-top:0px;}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

html {
  scroll-padding-top: 80px; 
}/* End custom CSS */