.elementor-kit-6{--e-global-color-primary:#3A4A52;--e-global-color-secondary:#54595F;--e-global-color-text:#78797A;--e-global-color-accent:#A6B6A0;--e-global-color-2c05b56:#EBEBEB;--e-global-color-5c21b67:#FFFFFF;--e-global-typography-9f73e8d-font-family:"Titillium Web";--e-global-typography-9f73e8d-font-weight:400;--e-global-typography-9f73e8d-text-transform:uppercase;--e-global-typography-9f73e8d-text-decoration:underline;--e-global-typography-9f73e8d-line-height:0px;--e-global-typography-9c8f2fb-font-family:"Titillium Web";--e-global-typography-9c8f2fb-font-size:16px;--e-global-typography-9c8f2fb-font-weight:400;--e-global-typography-9c8f2fb-line-height:1.4em;--e-global-typography-e93b2a3-font-family:"Titillium Web";--e-global-typography-e93b2a3-font-weight:500;--e-global-typography-ece99e9-font-family:"Titillium Web";--e-global-typography-ece99e9-font-size:0.9em;--e-global-typography-ece99e9-font-weight:400;--e-global-typography-ece99e9-line-height:1.4em;--e-global-typography-34d376f-font-family:"Titillium Web";--e-global-typography-34d376f-font-weight:600;--e-global-typography-34d376f-text-transform:uppercase;--e-global-typography-1e4c079-font-family:"Titillium Web";--e-global-typography-1e4c079-font-size:17px;--e-global-typography-1e4c079-font-weight:600;--e-global-typography-1e4c079-text-transform:uppercase;--e-global-typography-d6eb0d9-font-family:"Titillium Web";--e-global-typography-d6eb0d9-font-size:14px;--e-global-typography-d6eb0d9-font-weight:600;--e-global-typography-d6eb0d9-text-transform:uppercase;--e-global-typography-4887eba-font-family:"Titillium Web";--e-global-typography-4887eba-font-size:30px;--e-global-typography-4887eba-font-weight:400;--e-global-typography-4887eba-text-transform:uppercase;--e-global-typography-4887eba-text-decoration:underline;--e-global-typography-4887eba-line-height:1.3em;--e-global-typography-3feb7d4-font-family:"Titillium Web";--e-global-typography-3feb7d4-font-size:32px;--e-global-typography-3feb7d4-font-weight:600;--e-global-typography-3feb7d4-text-transform:uppercase;--e-global-typography-3feb7d4-line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-4887eba-font-size:28px;--e-global-typography-3feb7d4-font-size:26px;}.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-34d376f-font-size:32px;--e-global-typography-4887eba-font-size:24px;--e-global-typography-3feb7d4-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-heading-title.elementor-size-default{
    text-decoration-color: #A6B5A0 !important;
}

ul {
    padding-bottom:20px;
}

 /* 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
}/* End custom CSS */